org.ota.hotel
Class EventReport.EventSites.EventSite.EventID
java.lang.Object
  
org.ota.shared.UniqueID
      
org.ota.hotel.EventReport.EventSites.EventSite.EventID
- Enclosing class:
 - EventReport.EventSites.EventSite
 
public static class EventReport.EventSites.EventSite.EventID
- extends UniqueID
 
This is a UniqueID that is associated with an individual event. This element repeats to accommodate the IDs of multiple systems.
 
 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_ID" minOccurs="0" maxOccurs="9">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:UniqueID_Type">
         <xs:attribute type="xs:string" use="optional" name="MeetingName"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 
 
| 
Method Summary | 
 java.lang.String | 
getMeetingName()
 
          Get the 'MeetingName' attribute value. | 
 void | 
setMeetingName(java.lang.String meetingName)
 
          Set the 'MeetingName' attribute value. | 
 
| Methods inherited from class org.ota.shared.UniqueID | 
getCompanyName, getID, getIDContext, getInstance, getType, getURL, setCompanyName, setID, setIDContext, setInstance, setType, setURL | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
EventReport.EventSites.EventSite.EventID
public EventReport.EventSites.EventSite.EventID()
getMeetingName
public java.lang.String getMeetingName()
- Get the 'MeetingName' attribute value. This is used to identify the name of the meeting in the request.
- 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 in the request.
- Parameters:
 meetingName -