org.ota.dynamicpkg
Class TravelRefSummary

java.lang.Object
  extended by org.ota.dynamicpkg.TravelRefSummary

public class TravelRefSummary
extends java.lang.Object

Contains references to the DynamicPkgGuest the air search is for. Schema fragment(s) for this class:

 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TravelRefSummaryType">
   <xs:sequence>
     <xs:element name="PassengerTypeQuantities" minOccurs="0">
       <!-- Reference to inner class PassengerTypeQuantities -->
     </xs:element>
     <xs:element name="TravelerRefNumbers" minOccurs="0">
       <!-- Reference to inner class TravelerRefNumbers -->
     </xs:element>
     <xs:element type="ns:PriceRequestInformationType" name="PriceRequestInformation" minOccurs="0"/>
   </xs:sequence>
 </xs:complexType>
 


Nested Class Summary
static class TravelRefSummary.PassengerTypeQuantities
          Specifies the PTCs associated with this component of the dynamic package.
static class TravelRefSummary.TravelerRefNumbers
          Contains the list of traveler RPHs for this component of the dynamic package.
 
Constructor Summary
TravelRefSummary()
           
 
Method Summary
 TravelRefSummary.PassengerTypeQuantities getPassengerTypeQuantities()
          Get the 'PassengerTypeQuantities' element value.
 PriceRequestInformation getPriceRequestInformation()
          Get the 'PriceRequestInformation' element value.
 TravelRefSummary.TravelerRefNumbers getTravelerRefNumbers()
          Get the 'TravelerRefNumbers' element value.
 void setPassengerTypeQuantities(TravelRefSummary.PassengerTypeQuantities passengerTypeQuantities)
          Set the 'PassengerTypeQuantities' element value.
 void setPriceRequestInformation(PriceRequestInformation priceRequestInformation)
          Set the 'PriceRequestInformation' element value.
 void setTravelerRefNumbers(TravelRefSummary.TravelerRefNumbers travelerRefNumbers)
          Set the 'TravelerRefNumbers' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TravelRefSummary

public TravelRefSummary()
Method Detail

getPassengerTypeQuantities

public TravelRefSummary.PassengerTypeQuantities getPassengerTypeQuantities()
Get the 'PassengerTypeQuantities' element value.

Returns:
value

setPassengerTypeQuantities

public void setPassengerTypeQuantities(TravelRefSummary.PassengerTypeQuantities passengerTypeQuantities)
Set the 'PassengerTypeQuantities' element value.

Parameters:
passengerTypeQuantities -

getTravelerRefNumbers

public TravelRefSummary.TravelerRefNumbers getTravelerRefNumbers()
Get the 'TravelerRefNumbers' element value.

Returns:
value

setTravelerRefNumbers

public void setTravelerRefNumbers(TravelRefSummary.TravelerRefNumbers travelerRefNumbers)
Set the 'TravelerRefNumbers' element value.

Parameters:
travelerRefNumbers -

getPriceRequestInformation

public PriceRequestInformation getPriceRequestInformation()
Get the 'PriceRequestInformation' element value. Identifies pricing source, if negotiated fares are requested and if it is a reprice request.

Returns:
value

setPriceRequestInformation

public void setPriceRequestInformation(PriceRequestInformation priceRequestInformation)
Set the 'PriceRequestInformation' element value. Identifies pricing source, if negotiated fares are requested and if it is a reprice request.

Parameters:
priceRequestInformation -