| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.AirCheckIn.PassengerFlightInfo.SeatBoardingInfo
public static class AirCheckIn.PassengerFlightInfo.SeatBoardingInfo
Specifies seat and boarding information for this passenger on this flight. Schema fragment(s) for this class:
 <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SeatBoardingInfo" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="BoardingPriority"/>
     <xs:attribute type="xs:string" use="optional" name="BoardingZone"/>
     <xs:attribute type="xs:string" use="optional" name="SeatCharacteristics"/>
     <xs:attribute type="xs:string" use="optional" name="SeatNumber"/>
     <xs:attribute use="optional" name="NonRevCategory">
       <xs:simpleType>
         <!-- Reference to inner class NonRevCategory -->
       </xs:simpleType>
     </xs:attribute>
   </xs:complexType>
 </xs:element>
 
| Nested Class Summary | |
|---|---|
static class | 
AirCheckIn.PassengerFlightInfo.SeatBoardingInfo.NonRevCategory
Schema fragment(s) for this class:  | 
| Constructor Summary | |
|---|---|
AirCheckIn.PassengerFlightInfo.SeatBoardingInfo()
 | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getBoardingPriority()
Get the 'BoardingPriority' attribute value.  | 
 java.lang.String | 
getBoardingZone()
Get the 'BoardingZone' attribute value.  | 
 AirCheckIn.PassengerFlightInfo.SeatBoardingInfo.NonRevCategory | 
getNonRevCategory()
Get the 'NonRevCategory' attribute value.  | 
 java.lang.String | 
getSeatCharacteristics()
Get the 'SeatCharacteristics' attribute value.  | 
 java.lang.String | 
getSeatNumber()
Get the 'SeatNumber' attribute value.  | 
 void | 
setBoardingPriority(java.lang.String boardingPriority)
Set the 'BoardingPriority' attribute value.  | 
 void | 
setBoardingZone(java.lang.String boardingZone)
Set the 'BoardingZone' attribute value.  | 
 void | 
setNonRevCategory(AirCheckIn.PassengerFlightInfo.SeatBoardingInfo.NonRevCategory nonRevCategory)
Set the 'NonRevCategory' attribute value.  | 
 void | 
setSeatCharacteristics(java.lang.String seatCharacteristics)
Set the 'SeatCharacteristics' attribute value.  | 
 void | 
setSeatNumber(java.lang.String seatNumber)
Set the 'SeatNumber' attribute value.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AirCheckIn.PassengerFlightInfo.SeatBoardingInfo()
| Method Detail | 
|---|
public java.lang.String getBoardingPriority()
public void setBoardingPriority(java.lang.String boardingPriority)
boardingPriority - public java.lang.String getBoardingZone()
public void setBoardingZone(java.lang.String boardingZone)
boardingZone - public java.lang.String getSeatCharacteristics()
public void setSeatCharacteristics(java.lang.String seatCharacteristics)
seatCharacteristics - public java.lang.String getSeatNumber()
public void setSeatNumber(java.lang.String seatNumber)
seatNumber - public AirCheckIn.PassengerFlightInfo.SeatBoardingInfo.NonRevCategory getNonRevCategory()
public void setNonRevCategory(AirCheckIn.PassengerFlightInfo.SeatBoardingInfo.NonRevCategory nonRevCategory)
nonRevCategory - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||