|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RateUpload
org.ota.hotel.HotelRatePlan.Rates.Rate
public static class HotelRatePlan.Rates.Rate
An individual rate, which is a collection of amounts by guest, additional guests, fees, collection of related guarantee, cancel and payment policies, a description and the unique id to identify the rate. Rate restrictions can be sent along with the rate as attributes of this rate. The indivual rate can also be qualified by the inventory information (InventoryGroup attribute group). 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="Rate" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:RateUploadType"> <xs:attributeGroup ref="ns:InventoryGroup"/> <xs:attribute type="ns:AvailabilityStatusType" use="optional" name="Status"/> <xs:attribute type="xs:boolean" use="optional" name="ExtraNightIndicator"/> <xs:attributeGroup ref="ns:DerivedRatePlanGroup"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.ota.hotel.RateUpload |
---|
RateUpload.AdditionalGuestAmounts, RateUpload.BaseByGuestAmts, RateUpload.GuaranteePolicies |
Constructor Summary | |
---|---|
HotelRatePlan.Rates.Rate()
|
Method Summary | |
---|---|
DerivedRatePlanGroup |
getDerivedRatePlanGroup()
Get the 'DerivedRatePlanGroup' attributeGroup value. |
java.lang.Boolean |
getExtraNightIndicator()
Get the 'ExtraNightIndicator' attribute value. |
InventoryGroup |
getInventoryGroup()
Get the 'InventoryGroup' attributeGroup value. |
AvailabilityStatus |
getStatus()
Get the 'Status' attribute value. |
void |
setDerivedRatePlanGroup(DerivedRatePlanGroup derivedRatePlanGroup)
Set the 'DerivedRatePlanGroup' attributeGroup value. |
void |
setExtraNightIndicator(java.lang.Boolean extraNightIndicator)
Set the 'ExtraNightIndicator' attribute value. |
void |
setInventoryGroup(InventoryGroup inventoryGroup)
Set the 'InventoryGroup' attributeGroup value. |
void |
setStatus(AvailabilityStatus status)
Set the 'Status' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelRatePlan.Rates.Rate()
Method Detail |
---|
public InventoryGroup getInventoryGroup()
public void setInventoryGroup(InventoryGroup inventoryGroup)
inventoryGroup
- public AvailabilityStatus getStatus()
public void setStatus(AvailabilityStatus status)
status
- public java.lang.Boolean getExtraNightIndicator()
public void setExtraNightIndicator(java.lang.Boolean extraNightIndicator)
extraNightIndicator
- public DerivedRatePlanGroup getDerivedRatePlanGroup()
public void setDerivedRatePlanGroup(DerivedRatePlanGroup derivedRatePlanGroup)
derivedRatePlanGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |