org.ota.hotel
Class PostEventRQ.Events.Event.EventIdentifier

java.lang.Object
  extended by org.ota.hotel.PostEventRQ.Events.Event.EventIdentifier
Enclosing class:
PostEventRQ.Events.Event

public static class PostEventRQ.Events.Event.EventIdentifier
extends java.lang.Object

Identifier information for 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="EventIdentifier" minOccurs="0" maxOccurs="9">
   <xs:complexType>
     <xs:attributeGroup ref="ns:ID_OptionalGroup"/>
     <xs:attribute type="xs:string" use="optional" name="ID_Context"/>
     <xs:attribute type="xs:string" use="optional" name="MeetingName"/>
   </xs:complexType>
 </xs:element>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ID_OptionalGroup">
   <xs:attribute type="xs:string" use="optional" name="ID"/>
 </xs:attributeGroup>
 


Constructor Summary
PostEventRQ.Events.Event.EventIdentifier()
           
 
Method Summary
 java.lang.String getID()
          Get the 'ID' attribute value.
 java.lang.String getIDContext()
          Get the 'ID_Context' attribute value.
 java.lang.String getMeetingName()
          Get the 'MeetingName' attribute value.
 void setID(java.lang.String ID)
          Set the 'ID' attribute value.
 void setIDContext(java.lang.String IDContext)
          Set the 'ID_Context' attribute 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

PostEventRQ.Events.Event.EventIdentifier

public PostEventRQ.Events.Event.EventIdentifier()
Method Detail

getID

public java.lang.String getID()
Get the 'ID' attribute value. A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.

Returns:
value

setID

public void setID(java.lang.String ID)
Set the 'ID' attribute value. A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.

Parameters:
ID -

getIDContext

public java.lang.String getIDContext()
Get the 'ID_Context' attribute value. Used to identify the source of the identifier (e.g., IATA, ABTA).

Returns:
value

setIDContext

public void setIDContext(java.lang.String IDContext)
Set the 'ID_Context' attribute value. Used to identify the source of the identifier (e.g., IATA, ABTA).

Parameters:
IDContext -

getMeetingName

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

Returns:
value

setMeetingName

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

Parameters:
meetingName -