org.ota.hotel
Class PostEventNotifRQ

java.lang.Object
  extended by org.ota.hotel.PostEventNotifRQ

public class PostEventNotifRQ
extends java.lang.Object

Communicates the actual history of one or more events.This message is used to confirm receipt of a hotel event request. 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_HotelPostEventNotifRQ">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:POS_Type" name="POS" minOccurs="0"/>
       <xs:element type="ns:UniqueID_Type" name="MessageID" minOccurs="0"/>
       <xs:element name="EventReports" minOccurs="0">
         <!-- Reference to inner class EventReports -->
       </xs:element>
     </xs:sequence>
     <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class PostEventNotifRQ.EventReports
          Collection of event reports.
 
Constructor Summary
PostEventNotifRQ()
           
 
Method Summary
 PostEventNotifRQ.EventReports getEventReports()
          Get the 'EventReports' element value.
 UniqueID getMessageID()
          Get the 'MessageID' element value.
 OTAPayloadStdAttributes getOTAPayloadStdAttributes()
          Get the 'OTA_PayloadStdAttributes' attributeGroup value.
 POS getPOS()
          Get the 'POS' element value.
 void setEventReports(PostEventNotifRQ.EventReports eventReports)
          Set the 'EventReports' element value.
 void setMessageID(UniqueID messageID)
          Set the 'MessageID' element value.
 void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
          Set the 'OTA_PayloadStdAttributes' attributeGroup value.
 void setPOS(POS POS)
          Set the 'POS' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostEventNotifRQ

public PostEventNotifRQ()
Method Detail

getPOS

public POS getPOS()
Get the 'POS' element value. Identifes the party sending the message.

Returns:
value

setPOS

public void setPOS(POS POS)
Set the 'POS' element value. Identifes the party sending the message.

Parameters:
POS -

getMessageID

public UniqueID getMessageID()
Get the 'MessageID' element value. Unique ID that identifies this message.

Returns:
value

setMessageID

public void setMessageID(UniqueID messageID)
Set the 'MessageID' element value. Unique ID that identifies this message.

Parameters:
messageID -

getEventReports

public PostEventNotifRQ.EventReports getEventReports()
Get the 'EventReports' element value.

Returns:
value

setEventReports

public void setEventReports(PostEventNotifRQ.EventReports eventReports)
Set the 'EventReports' element value.

Parameters:
eventReports -

getOTAPayloadStdAttributes

public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. The standard attributes that appear on the root element for all OpenTravel Messages.

Returns:
value

setOTAPayloadStdAttributes

public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. The standard attributes that appear on the root element for all OpenTravel Messages.

Parameters:
OTAPayloadStdAttributes -