| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.HotelRoomList.Event
public static class HotelRoomList.Event
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 | 
|---|
public HotelRoomList.Event()
| Method Detail | 
|---|
public ContactPerson getEventContact()
public void setEventContact(ContactPerson eventContact)
eventContact - public java.lang.String getMeetingName()
public void setMeetingName(java.lang.String meetingName)
meetingName - public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||