org.ota.air
Class AirCheckIn.PassengerInfo.Passenger

java.lang.Object
  extended by org.ota.air.AirCheckIn.PassengerInfo.Passenger
Enclosing class:
AirCheckIn.PassengerInfo

public static class AirCheckIn.PassengerInfo.Passenger
extends java.lang.Object

Specifies a PTC for the passenger. 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="PassengerType" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:PassengerTypeQuantityType">
         <xs:attributeGroup ref="ns:GenderGroup"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 
 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PassengerTypeQuantityType">
   <xs:attributeGroup ref="ns:TravelerCountGroup"/>
 </xs:complexType>
 


Constructor Summary
AirCheckIn.PassengerInfo.Passenger()
           
 
Method Summary
 GenderGroup getGenderGroup()
          Get the 'GenderGroup' attributeGroup value.
 TravelerCountGroup getTravelerCountGroup()
          Get the 'TravelerCountGroup' attributeGroup value.
 void setGenderGroup(GenderGroup genderGroup)
          Set the 'GenderGroup' attributeGroup value.
 void setTravelerCountGroup(TravelerCountGroup travelerCountGroup)
          Set the 'TravelerCountGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AirCheckIn.PassengerInfo.Passenger

public AirCheckIn.PassengerInfo.Passenger()
Method Detail

getTravelerCountGroup

public TravelerCountGroup getTravelerCountGroup()
Get the 'TravelerCountGroup' attributeGroup value. Specifies a PTC and the associated number of PTC's - for use in specifying passenger lists.

Returns:
value

setTravelerCountGroup

public void setTravelerCountGroup(TravelerCountGroup travelerCountGroup)
Set the 'TravelerCountGroup' attributeGroup value. Specifies a PTC and the associated number of PTC's - for use in specifying passenger lists.

Parameters:
travelerCountGroup -

getGenderGroup

public GenderGroup getGenderGroup()
Get the 'GenderGroup' attributeGroup value. Identifies the gender of the passenger.

Returns:
value

setGenderGroup

public void setGenderGroup(GenderGroup genderGroup)
Set the 'GenderGroup' attributeGroup value. Identifies the gender of the passenger.

Parameters:
genderGroup -