org.ota.itin
Class ReadRQ

java.lang.Object
  extended by org.ota.itin.ReadRQ

public class ReadRQ
extends java.lang.Object

Identifies the initial request for travel itinerary data. 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="OTA_TravelItineraryReadRQ">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:POS_Type" name="POS" minOccurs="0"/>
       <xs:element type="ns:UniqueID_Type" name="UniqueID" minOccurs="0"/>
       <xs:element type="ns:VerificationType" name="Verification" minOccurs="0"/>
     </xs:sequence>
     <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
ReadRQ()
           
 
Method Summary
 OTAPayloadStdAttributes getOTAPayloadStdAttributes()
          Get the 'OTA_PayloadStdAttributes' attributeGroup value.
 POS getPOS()
          Get the 'POS' element value.
 UniqueID getUniqueID()
          Get the 'UniqueID' element value.
 Verification getVerification()
          Get the 'Verification' element value.
 void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
          Set the 'OTA_PayloadStdAttributes' attributeGroup value.
 void setPOS(POS POS)
          Set the 'POS' element 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

public ReadRQ()
Method Detail

getPOS

public POS getPOS()
Get the 'POS' element value.

Returns:
value

setPOS

public void setPOS(POS POS)
Set the 'POS' element value.

Parameters:
POS -

getUniqueID

public UniqueID getUniqueID()
Get the 'UniqueID' element value.

Returns:
value

setUniqueID

public void setUniqueID(UniqueID uniqueID)
Set the 'UniqueID' element value.

Parameters:
uniqueID -

getVerification

public Verification getVerification()
Get the 'Verification' element value. This is to be used for verification that the record to be returned is the specific record requested.

Returns:
value

setVerification

public void setVerification(Verification verification)
Set the 'Verification' element value. This is to be used for verification that the record to be returned is the specific record requested.

Parameters:
verification -

getOTAPayloadStdAttributes

public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value.

Returns:
value

setOTAPayloadStdAttributes

public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value.

Parameters:
OTAPayloadStdAttributes -