org.ota.misc
Class DestActivityResRQ

java.lang.Object
  extended by org.ota.misc.DestActivityResRQ

public class DestActivityResRQ
extends java.lang.Object

Sends a request for a reservation to another system.There is no requirement to determine availability prior to sending a reservation request. Travel agencies, or individual guests may send a request to book a reservation from an internet site if all the information required for booking is known. The OTA_DestActivityResRQ message can initiate the first message in the sequence of booking a reservation. 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_DestActivityResRQ">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:POS_Type" name="POS" minOccurs="0"/>
       <xs:element type="ns:DestActivityReservationType" name="DestActivityReservation"/>
     </xs:sequence>
     <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
     <xs:attribute type="ns:TransactionActionType" use="optional" name="ResStatus"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
DestActivityResRQ()
           
 
Method Summary
 DestActivityReservation getDestActivityReservation()
          Get the 'DestActivityReservation' element value.
 OTAPayloadStdAttributes getPayloadStdAttributes()
          Get the 'OTA_PayloadStdAttributes' attributeGroup value.
 POS getPOS()
          Get the 'POS' element value.
 TransactionAction getResStatus()
          Get the 'ResStatus' attribute value.
 void setDestActivityReservation(DestActivityReservation destActivityReservation)
          Set the 'DestActivityReservation' element value.
 void setPayloadStdAttributes(OTAPayloadStdAttributes payloadStdAttributes)
          Set the 'OTA_PayloadStdAttributes' attributeGroup value.
 void setPOS(POS POS)
          Set the 'POS' element value.
 void setResStatus(TransactionAction resStatus)
          Set the 'ResStatus' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DestActivityResRQ

public DestActivityResRQ()
Method Detail

getPOS

public POS getPOS()
Get the 'POS' element value. The point-of-sale data, contained in the POS element, communicates the information that allows the receiving system to identify the trading partner that is sending the request or the response message.

Returns:
value

setPOS

public void setPOS(POS POS)
Set the 'POS' element value. The point-of-sale data, contained in the POS element, communicates the information that allows the receiving system to identify the trading partner that is sending the request or the response message.

Parameters:
POS -

getDestActivityReservation

public DestActivityReservation getDestActivityReservation()
Get the 'DestActivityReservation' element value. The information pertaining to the travelers and the destination activities being booked.

Returns:
value

setDestActivityReservation

public void setDestActivityReservation(DestActivityReservation destActivityReservation)
Set the 'DestActivityReservation' element value. The information pertaining to the travelers and the destination activities being booked.

Parameters:
destActivityReservation -

getPayloadStdAttributes

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

Returns:
value

setPayloadStdAttributes

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

Parameters:
payloadStdAttributes -

getResStatus

public TransactionAction getResStatus()
Get the 'ResStatus' attribute value. Indicates the status of the reservation represented by the message. This is an enumeration with possible values of Initiate, Ignore, Modify, Commit.

Returns:
value

setResStatus

public void setResStatus(TransactionAction resStatus)
Set the 'ResStatus' attribute value. Indicates the status of the reservation represented by the message. This is an enumeration with possible values of Initiate, Ignore, Modify, Commit.

Parameters:
resStatus -