| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity
public static class FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity
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 | 
|---|
public FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity()
| Method Detail | 
|---|
public TravelerCountGroup getTravelerCountGroup()
public void setTravelerCountGroup(TravelerCountGroup travelerCountGroup)
travelerCountGroup - public FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity.ReductionPref getReductionPref()
public void setReductionPref(FareDisplayRQ.TravelerInfoSummary.PassengerTypeQuantity.ReductionPref reductionPref)
reductionPref - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||