|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.PostEventRQ.Events.Event.EventIdentifier
public static class PostEventRQ.Events.Event.EventIdentifier
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 |
---|
public PostEventRQ.Events.Event.EventIdentifier()
Method Detail |
---|
public java.lang.String getID()
public void setID(java.lang.String ID)
ID
- public java.lang.String getIDContext()
public void setIDContext(java.lang.String IDContext)
IDContext
- public java.lang.String getMeetingName()
public void setMeetingName(java.lang.String meetingName)
meetingName
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |