org.ota.air
Class FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity

java.lang.Object
  extended by org.ota.air.FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity
Enclosing class:
FareDisplayRQ.TravelerInfoSummary

public static class FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity
extends java.lang.Object

Specify number of passengers using Passenger Type Codes. 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="PassengerTypeQuantity" maxOccurs="10">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:PassengerTypeQuantityType">
         <xs:sequence>
           <xs:element name="ReductionPref" minOccurs="0">
             <!-- Reference to inner class ReductionPref -->
           </xs:element>
         </xs:sequence>
       </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>
 


Nested Class Summary
static class FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity.ReductionPref
          Specify a desired reduction amount or percentage for this passenger type Schema fragment(s) for this class:
 
Constructor Summary
FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity()
           
 
Method Summary
 FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity.ReductionPref getReductionPref()
          Get the 'ReductionPref' element value.
 TravelerCountGroup getTravelerCountGroup()
          Get the 'TravelerCountGroup' attributeGroup value.
 void setReductionPref(FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity.ReductionPref reductionPref)
          Set the 'ReductionPref' element 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

FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity

public FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity()
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 -

getReductionPref

public FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity.ReductionPref getReductionPref()
Get the 'ReductionPref' element value.

Returns:
value

setReductionPref

public void setReductionPref(FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity.ReductionPref reductionPref)
Set the 'ReductionPref' element value.

Parameters:
reductionPref -