|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.RateAmountNotifRQ
public class RateAmountNotifRQ
The OTA_HotelRateAmountNotifRQ is used to provide a notification of a new rate plan created for a hotel, and to synchronize the rate plan between systems for booking. 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_HotelRateAmountNotifRQ">
<xs:complexType>
<xs:sequence>
<xs:element type="ns:POS_Type" name="POS" minOccurs="0"/>
<xs:element type="ns:UniqueID_Type" name="UniqueID" minOccurs="0"/>
<xs:element name="RateAmountMessages" minOccurs="0">
<!-- Reference to inner class RateAmountMessages -->
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
RateAmountNotifRQ.RateAmountMessages
A collection of RateAmountMessages that define the rate changes to be made. |
| Constructor Summary | |
|---|---|
RateAmountNotifRQ()
|
|
| Method Summary | |
|---|---|
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
POS |
getPOS()
Get the 'POS' element value. |
RateAmountNotifRQ.RateAmountMessages |
getRateAmountMessages()
Get the 'RateAmountMessages' element value. |
UniqueID |
getUniqueID()
Get the 'UniqueID' element value. |
void |
setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
void |
setPOS(POS POS)
Set the 'POS' element value. |
void |
setRateAmountMessages(RateAmountNotifRQ.RateAmountMessages rateAmountMessages)
Set the 'RateAmountMessages' element value. |
void |
setUniqueID(UniqueID uniqueID)
Set the 'UniqueID' element value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RateAmountNotifRQ()
| Method Detail |
|---|
public POS getPOS()
public void setPOS(POS POS)
POS - public UniqueID getUniqueID()
public void setUniqueID(UniqueID uniqueID)
uniqueID - public RateAmountNotifRQ.RateAmountMessages getRateAmountMessages()
public void setRateAmountMessages(RateAmountNotifRQ.RateAmountMessages rateAmountMessages)
rateAmountMessages - public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
OTAPayloadStdAttributes -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||