org.ota.hotel
Class HotelRoomList.Event

java.lang.Object
  extended by org.ota.hotel.HotelRoomList.Event
Enclosing class:
HotelRoomList

public static class HotelRoomList.Event
extends java.lang.Object

Defines the event to which the rooming list applies. 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="Event" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:ContactPersonType" name="EventContact"/>
     </xs:sequence>
     <xs:attribute type="xs:string" use="optional" name="MeetingName"/>
     <xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
HotelRoomList.Event()
           
 
Method Summary
 DateTimeSpanGroup getDateTimeSpanGroup()
          Get the 'DateTimeSpanGroup' attributeGroup value.
 ContactPerson getEventContact()
          Get the 'EventContact' element value.
 java.lang.String getMeetingName()
          Get the 'MeetingName' attribute value.
 void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
          Set the 'DateTimeSpanGroup' attributeGroup value.
 void setEventContact(ContactPerson eventContact)
          Set the 'EventContact' element value.
 void setMeetingName(java.lang.String meetingName)
          Set the 'MeetingName' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelRoomList.Event

public HotelRoomList.Event()
Method Detail

getEventContact

public ContactPerson getEventContact()
Get the 'EventContact' element value. The event organizer or host.

Returns:
value

setEventContact

public void setEventContact(ContactPerson eventContact)
Set the 'EventContact' element value. The event organizer or host.

Parameters:
eventContact -

getMeetingName

public java.lang.String getMeetingName()
Get the 'MeetingName' attribute value. This is used to identify the name of the meeting.

Returns:
value

setMeetingName

public void setMeetingName(java.lang.String meetingName)
Set the 'MeetingName' attribute value. This is used to identify the name of the meeting.

Parameters:
meetingName -

getDateTimeSpanGroup

public DateTimeSpanGroup getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. Used for the earliest start date and the latest end date of the event.

Returns:
value

setDateTimeSpanGroup

public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. Used for the earliest start date and the latest end date of the event.

Parameters:
dateTimeSpanGroup -