org.ota.air
Class AirReservation.BookingReferenceID
java.lang.Object
org.ota.shared.UniqueID
org.ota.air.AirReservation.BookingReferenceID
- Enclosing class:
- AirReservation
public static class AirReservation.BookingReferenceID
- extends UniqueID
Optional field available for use by trading partners as determined by their needs.
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="BookingReferenceID" minOccurs="0" maxOccurs="99">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:UniqueID_Type">
<xs:attribute type="xs:string" use="optional" name="FlightRefNumberRPHList"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Methods inherited from class org.ota.shared.UniqueID |
getCompanyName, getID, getIDContext, getInstance, getType, getURL, setCompanyName, setID, setIDContext, setInstance, setType, setURL |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AirReservation.BookingReferenceID
public AirReservation.BookingReferenceID()
getFlightRefNumberRPHList
public java.lang.String getFlightRefNumberRPHList()
- Get the 'FlightRefNumberRPHList' attribute value. This provides a list of flight segment RPHs associated with a specific Booking Reference ID.
- Returns:
- value
setFlightRefNumberRPHList
public void setFlightRefNumberRPHList(java.lang.String flightRefNumberRPHList)
- Set the 'FlightRefNumberRPHList' attribute value. This provides a list of flight segment RPHs associated with a specific Booking Reference ID.
- Parameters:
flightRefNumberRPHList
-