org.ota.air
Class FareDisplayRQ.SpecificFlightInfo
java.lang.Object
org.ota.air.SpecificFlightInfo
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>
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FareDisplayRQ.SpecificFlightInfo
public FareDisplayRQ.SpecificFlightInfo()
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
-