org.ota.hotel
Class EventRQ

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

public class EventRQ
extends java.lang.Object

This message communicates the meeting planners event needs to an event host facility (ies). This includes needs ranging from meeting room setup, audiovisual, catering, safety and security among other meeting and event requirements. 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_HotelEventRQ">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:EventType" name="Events" minOccurs="0"/>
     </xs:sequence>
     <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
EventRQ()
           
 
Method Summary
 Event getEvents()
          Get the 'Events' element value.
 OTAPayloadStdAttributes getOTAPayloadStdAttributes()
          Get the 'OTA_PayloadStdAttributes' attributeGroup value.
 void setEvents(Event events)
          Set the 'Events' element value.
 void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
          Set the 'OTA_PayloadStdAttributes' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventRQ

public EventRQ()
Method Detail

getEvents

public Event getEvents()
Get the 'Events' element value. Collection of events.

Returns:
value

setEvents

public void setEvents(Event events)
Set the 'Events' element value. Collection of events.

Parameters:
events -

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 -