|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RateAmountMessage
public class RateAmountMessage
Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RateAmountMessageType"> <xs:sequence> <xs:element type="ns:StatusApplicationControlType" name="StatusApplicationControl" minOccurs="0"/> <xs:element name="Rates" minOccurs="0"> <!-- Reference to inner class Rates --> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="LocatorID"/> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
RateAmountMessage.Rates
A collection of rate changes to be synchronized between systems. |
Constructor Summary | |
---|---|
RateAmountMessage()
|
Method Summary | |
---|---|
java.lang.String |
getLocatorID()
Get the 'LocatorID' attribute value. |
RateAmountMessage.Rates |
getRates()
Get the 'Rates' element value. |
StatusApplicationControl |
getStatusApplicationControl()
Get the 'StatusApplicationControl' element value. |
void |
setLocatorID(java.lang.String locatorID)
Set the 'LocatorID' attribute value. |
void |
setRates(RateAmountMessage.Rates rates)
Set the 'Rates' element value. |
void |
setStatusApplicationControl(StatusApplicationControl statusApplicationControl)
Set the 'StatusApplicationControl' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RateAmountMessage()
Method Detail |
---|
public StatusApplicationControl getStatusApplicationControl()
public void setStatusApplicationControl(StatusApplicationControl statusApplicationControl)
statusApplicationControl
- public RateAmountMessage.Rates getRates()
public void setRates(RateAmountMessage.Rates rates)
rates
- public java.lang.String getLocatorID()
public void setLocatorID(java.lang.String locatorID)
locatorID
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |