org.ota.hotel
Class RFPMeetingNotifRQ
java.lang.Object
org.ota.hotel.RFPResponse
org.ota.hotel.RFPMeetingNotifRQ
public class RFPMeetingNotifRQ
- extends RFPResponse
The OTA_HotelRFP_NotifRQ sends detailed information as previously requested via an OTA_HotelRFP_RQ or sent unsolicitated with updated information regarding an RFP. The response to this message would be the OTA_AcknowledgementRS.xsd.
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="OTA_HotelRFP_MeetingNotifRQ">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:RFP_ResponseType">
<xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RFPMeetingNotifRQ
public RFPMeetingNotifRQ()
getOTAPayloadStdAttributes
public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
- Get the 'OTA_PayloadStdAttributes' attributeGroup value.
- Returns:
- value
setOTAPayloadStdAttributes
public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
- Set the 'OTA_PayloadStdAttributes' attributeGroup value.
- Parameters:
OTAPayloadStdAttributes
-