org.ota.misc
Class ReadRQ.ReadRequests.ReadRequest

java.lang.Object
  extended by org.ota.misc.ReadRQ.ReadRequests.ReadRequest
Enclosing class:
ReadRQ.ReadRequests

public static class ReadRQ.ReadRequests.ReadRequest
extends java.lang.Object

A request to read a reservation when the booking reference is known. 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="ReadRequest" minOccurs="0" maxOccurs="unbounded">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:UniqueID_Type" name="UniqueID"/>
       <xs:element type="ns:VerificationType" name="Verification" minOccurs="0"/>
     </xs:sequence>
     <xs:attribute type="xs:boolean" use="optional" name="HistoryRequestedInd"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
ReadRQ.ReadRequests.ReadRequest()
           
 
Method Summary
 java.lang.Boolean getHistoryRequestedInd()
          Get the 'HistoryRequestedInd' attribute value.
 UniqueID getUniqueID()
          Get the 'UniqueID' element value.
 Verification getVerification()
          Get the 'Verification' element value.
 void setHistoryRequestedInd(java.lang.Boolean historyRequestedInd)
          Set the 'HistoryRequestedInd' attribute value.
 void setUniqueID(UniqueID uniqueID)
          Set the 'UniqueID' element value.
 void setVerification(Verification verification)
          Set the 'Verification' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadRQ.ReadRequests.ReadRequest

public ReadRQ.ReadRequests.ReadRequest()
Method Detail

getUniqueID

public UniqueID getUniqueID()
Get the 'UniqueID' element value. The booking reference for the reservation.

Returns:
value

setUniqueID

public void setUniqueID(UniqueID uniqueID)
Set the 'UniqueID' element value. The booking reference for the reservation.

Parameters:
uniqueID -

getVerification

public Verification getVerification()
Get the 'Verification' element value. This is to be used for verification that the record being sent is the specific record requested. This is optional and is intended to provide a more secure mechanism to ensure the correct record is being sent.

Returns:
value

setVerification

public void setVerification(Verification verification)
Set the 'Verification' element value. This is to be used for verification that the record being sent is the specific record requested. This is optional and is intended to provide a more secure mechanism to ensure the correct record is being sent.

Parameters:
verification -

getHistoryRequestedInd

public java.lang.Boolean getHistoryRequestedInd()
Get the 'HistoryRequestedInd' attribute value. When true, the history of the reservation should be returned.

Returns:
value

setHistoryRequestedInd

public void setHistoryRequestedInd(java.lang.Boolean historyRequestedInd)
Set the 'HistoryRequestedInd' attribute value. When true, the history of the reservation should be returned.

Parameters:
historyRequestedInd -