|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.SeatRequestAttributes
public class SeatRequestAttributes
Attributes for seat request. Note: you can choose a specific seat or just a general preference Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SeatRequestAttributes"> <xs:attribute type="xs:string" use="optional" name="SeatNumber"/> <xs:attribute type="xs:string" use="optional" name="SeatPreference"/> <xs:attributeGroup ref="ns:SmokingIndicatorGroup"/> </xs:attributeGroup> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SmokingIndicatorGroup"> <xs:attribute type="xs:boolean" use="optional" name="SmokingAllowed"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
SeatRequestAttributes()
|
Method Summary | |
---|---|
java.lang.String |
getSeatNumber()
Get the 'SeatNumber' attribute value. |
java.lang.String |
getSeatPreference()
Get the 'SeatPreference' attribute value. |
java.lang.Boolean |
getSmokingAllowed()
Get the 'SmokingAllowed' attribute value. |
void |
setSeatNumber(java.lang.String seatNumber)
Set the 'SeatNumber' attribute value. |
void |
setSeatPreference(java.lang.String seatPreference)
Set the 'SeatPreference' attribute value. |
void |
setSmokingAllowed(java.lang.Boolean smokingAllowed)
Set the 'SmokingAllowed' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SeatRequestAttributes()
Method Detail |
---|
public java.lang.String getSeatNumber()
public void setSeatNumber(java.lang.String seatNumber)
seatNumber
- public java.lang.String getSeatPreference()
public void setSeatPreference(java.lang.String seatPreference)
seatPreference
- public java.lang.Boolean getSmokingAllowed()
public void setSmokingAllowed(java.lang.Boolean smokingAllowed)
smokingAllowed
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |