|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.BookingRuleRS.StatusApplication.RoomRates.RoomRate
public static class BookingRuleRS.StatusApplication.RoomRates.RoomRate
The room rate to which the booking rule applies. 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="RoomRate" maxOccurs="9"> <xs:complexType> <xs:sequence> <xs:element type="ns:ParagraphType" name="RateDescription" minOccurs="0"/> </xs:sequence> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> <xs:attribute type="ns:TimeUnitType" use="optional" name="RateTimeUnit"/> <xs:attribute type="xs:string" use="optional" name="UnitMultiplier"/> <xs:attributeGroup ref="ns:DateTimeSpanGroup"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
BookingRuleRS.StatusApplication.RoomRates.RoomRate()
|
Method Summary | |
---|---|
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
DateTimeSpanGroup |
getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. |
Paragraph |
getRateDescription()
Get the 'RateDescription' element value. |
TimeUnit |
getRateTimeUnit()
Get the 'RateTimeUnit' attribute value. |
java.lang.String |
getUnitMultiplier()
Get the 'UnitMultiplier' attribute value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. |
void |
setRateDescription(Paragraph rateDescription)
Set the 'RateDescription' element value. |
void |
setRateTimeUnit(TimeUnit rateTimeUnit)
Set the 'RateTimeUnit' attribute value. |
void |
setUnitMultiplier(java.lang.String unitMultiplier)
Set the 'UnitMultiplier' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BookingRuleRS.StatusApplication.RoomRates.RoomRate()
Method Detail |
---|
public Paragraph getRateDescription()
public void setRateDescription(Paragraph rateDescription)
rateDescription
- public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup
- public TimeUnit getRateTimeUnit()
public void setRateTimeUnit(TimeUnit rateTimeUnit)
rateTimeUnit
- public java.lang.String getUnitMultiplier()
public void setUnitMultiplier(java.lang.String unitMultiplier)
unitMultiplier
- public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |