org.ota.hotel
Class RFPMeetingRQ.RFPRequestSegment.RFPID
java.lang.Object
org.ota.shared.UniqueID
org.ota.hotel.RFPMeetingRQ.RFPRequestSegment.RFPID
- Enclosing class:
- RFPMeetingRQ.RFPRequestSegment
public static class RFPMeetingRQ.RFPRequestSegment.RFPID
- extends UniqueID
This is a UniqueID that is associated with an individual RFP. 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="RFP_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 |
RFPMeetingRQ.RFPRequestSegment.RFPID
public RFPMeetingRQ.RFPRequestSegment.RFPID()
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
-