org.ota.dynamicpkg
Class AirComponent.BookingReferenceID

java.lang.Object
  extended by org.ota.dynamicpkg.AirComponent.BookingReferenceID
Enclosing class:
AirComponent

public static class AirComponent.BookingReferenceID
extends java.lang.Object

This is used for PNR record locator. 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:attribute type="xs:string" use="optional" name="ResID_Type"/>
     <xs:attribute type="xs:string" use="optional" name="ResID_Value"/>
     <xs:attribute type="xs:string" use="optional" name="ResID_Source"/>
     <xs:attribute type="xs:string" use="optional" name="ResID_SourceContext"/>
     <xs:attribute type="xs:dateTime" use="optional" name="ResID_Date"/>
     <xs:attribute type="xs:string" use="optional" name="CancelOriginatorCode"/>
     <xs:attribute type="xs:dateTime" use="optional" name="CancellationDate"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
AirComponent.BookingReferenceID()
           
 
Method Summary
 java.util.Date getCancellationDate()
          Get the 'CancellationDate' attribute value.
 java.lang.String getCancelOriginatorCode()
          Get the 'CancelOriginatorCode' attribute value.
 java.lang.String getResID()
          Get the 'ResID_Type' attribute value.
 java.util.Date getResIDDate()
          Get the 'ResID_Date' attribute value.
 java.lang.String getResIDSource()
          Get the 'ResID_Source' attribute value.
 java.lang.String getResIDSourceContext()
          Get the 'ResID_SourceContext' attribute value.
 java.lang.String getResIDValue()
          Get the 'ResID_Value' attribute value.
 void setCancellationDate(java.util.Date cancellationDate)
          Set the 'CancellationDate' attribute value.
 void setCancelOriginatorCode(java.lang.String cancelOriginatorCode)
          Set the 'CancelOriginatorCode' attribute value.
 void setResID(java.lang.String resID)
          Set the 'ResID_Type' attribute value.
 void setResIDDate(java.util.Date resIDDate)
          Set the 'ResID_Date' attribute value.
 void setResIDSource(java.lang.String resIDSource)
          Set the 'ResID_Source' attribute value.
 void setResIDSourceContext(java.lang.String resIDSourceContext)
          Set the 'ResID_SourceContext' attribute value.
 void setResIDValue(java.lang.String resIDValue)
          Set the 'ResID_Value' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AirComponent.BookingReferenceID

public AirComponent.BookingReferenceID()
Method Detail

getResID

public java.lang.String getResID()
Get the 'ResID_Type' attribute value. Defines the type of Reservation ID (e.g. reservation number, cancellation number). Refer to OpenTravel Code List Unique ID Type (UIT).

Returns:
value

setResID

public void setResID(java.lang.String resID)
Set the 'ResID_Type' attribute value. Defines the type of Reservation ID (e.g. reservation number, cancellation number). Refer to OpenTravel Code List Unique ID Type (UIT).

Parameters:
resID -

getResIDValue

public java.lang.String getResIDValue()
Get the 'ResID_Value' attribute value. This is the actual value associated with ResID_Type as generated by the system that is the source of the ResID_Type

Returns:
value

setResIDValue

public void setResIDValue(java.lang.String resIDValue)
Set the 'ResID_Value' attribute value. This is the actual value associated with ResID_Type as generated by the system that is the source of the ResID_Type

Parameters:
resIDValue -

getResIDSource

public java.lang.String getResIDSource()
Get the 'ResID_Source' attribute value. A unique identifier to indicate the source system which generated the ResID_Value

Returns:
value

setResIDSource

public void setResIDSource(java.lang.String resIDSource)
Set the 'ResID_Source' attribute value. A unique identifier to indicate the source system which generated the ResID_Value

Parameters:
resIDSource -

getResIDSourceContext

public java.lang.String getResIDSourceContext()
Get the 'ResID_SourceContext' attribute value. Additional information on Source

Returns:
value

setResIDSourceContext

public void setResIDSourceContext(java.lang.String resIDSourceContext)
Set the 'ResID_SourceContext' attribute value. Additional information on Source

Parameters:
resIDSourceContext -

getResIDDate

public java.util.Date getResIDDate()
Get the 'ResID_Date' attribute value. Date of the creation of this reservation.

Returns:
value

setResIDDate

public void setResIDDate(java.util.Date resIDDate)
Set the 'ResID_Date' attribute value. Date of the creation of this reservation.

Parameters:
resIDDate -

getCancelOriginatorCode

public java.lang.String getCancelOriginatorCode()
Get the 'CancelOriginatorCode' attribute value. Identifying code of the system that initiated the cancel of this reservation.

Returns:
value

setCancelOriginatorCode

public void setCancelOriginatorCode(java.lang.String cancelOriginatorCode)
Set the 'CancelOriginatorCode' attribute value. Identifying code of the system that initiated the cancel of this reservation.

Parameters:
cancelOriginatorCode -

getCancellationDate

public java.util.Date getCancellationDate()
Get the 'CancellationDate' attribute value. Date this reservation was cancelled.

Returns:
value

setCancellationDate

public void setCancellationDate(java.util.Date cancellationDate)
Set the 'CancellationDate' attribute value. Date this reservation was cancelled.

Parameters:
cancellationDate -