org.ota.air
Class Authorization.BookingReferenceID

java.lang.Object
  extended by org.ota.shared.UniqueID
      extended by org.ota.air.Authorization.BookingReferenceID
Enclosing class:
Authorization

public static class Authorization.BookingReferenceID
extends UniqueID

The booking or confirmation number for which charges are being authorized. 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">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:UniqueID_Type">
         <xs:attribute type="xs:boolean" use="optional" name="IgnoreReservationInd"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Authorization.BookingReferenceID()
           
 
Method Summary
 java.lang.Boolean getIgnoreReservationInd()
          Get the 'IgnoreReservationInd' attribute value.
 void setIgnoreReservationInd(java.lang.Boolean ignoreReservationInd)
          Set the 'IgnoreReservationInd' attribute value.
 
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
 

Constructor Detail

Authorization.BookingReferenceID

public Authorization.BookingReferenceID()
Method Detail

getIgnoreReservationInd

public java.lang.Boolean getIgnoreReservationInd()
Get the 'IgnoreReservationInd' attribute value. When true, the PNR should not be updated with the authorization information returned.

Returns:
value

setIgnoreReservationInd

public void setIgnoreReservationInd(java.lang.Boolean ignoreReservationInd)
Set the 'IgnoreReservationInd' attribute value. When true, the PNR should not be updated with the authorization information returned.

Parameters:
ignoreReservationInd -