org.ota.air
Class FareDisplayRQ.SpecificFlightInfo

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

public static class FareDisplayRQ.SpecificFlightInfo
extends SpecificFlightInfo

Specify actual airline, flight number, or booking class. 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="SpecificFlightInfo" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:SpecificFlightInfoType">
         <xs:attribute type="xs:string" use="optional" name="BookingReferenceID"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.air.SpecificFlightInfo
SpecificFlightInfo.BookingClassPref
 
Constructor Summary
FareDisplayRQ.SpecificFlightInfo()
           
 
Method Summary
 java.lang.String getBookingReferenceID()
          Get the 'BookingReferenceID' attribute value.
 void setBookingReferenceID(java.lang.String bookingReferenceID)
          Set the 'BookingReferenceID' attribute value.
 
Methods inherited from class org.ota.air.SpecificFlightInfo
addBookingClassPref, clearBookingClassPrefs, getAirline, getBookingClassPref, getBookingClassPrefs, getFlightNumber, setAirline, setBookingClassPrefs, setFlightNumber, sizeBookingClassPrefs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FareDisplayRQ.SpecificFlightInfo

public FareDisplayRQ.SpecificFlightInfo()
Method Detail

getBookingReferenceID

public java.lang.String getBookingReferenceID()
Get the 'BookingReferenceID' attribute value. This is the identifier returned by the booking system, also referred to as a PNR locator, confirmation number or reservation number from where the flight information is taken from.

Returns:
value

setBookingReferenceID

public void setBookingReferenceID(java.lang.String bookingReferenceID)
Set the 'BookingReferenceID' attribute value. This is the identifier returned by the booking system, also referred to as a PNR locator, confirmation number or reservation number from where the flight information is taken from.

Parameters:
bookingReferenceID -