|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.InvCount.Inventory
public static class InvCount.Inventory
This is the inventory information for a given rate plan, room type, date, etc. 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" type="ns:BaseInvCountType" name="Inventory" maxOccurs="unbounded"/>
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BaseInvCountType">
<xs:sequence>
<xs:element type="ns:StatusApplicationControlType" name="StatusApplicationControl" minOccurs="0"/>
<xs:element name="InvCounts" minOccurs="0">
<!-- Reference to inner class InvCounts -->
</xs:element>
<xs:element name="OffSell" minOccurs="0">
<!-- Reference to inner class OffSell -->
</xs:element>
</xs:sequence>
</xs:complexType>
| Nested Class Summary | |
|---|---|
static class |
InvCount.Inventory.InvCounts
A collection of inventory counts. |
static class |
InvCount.Inventory.OffSell
Communicates additional information about inventory that is not available for sale.Communicates information about inventory that is not available for sale. |
| Constructor Summary | |
|---|---|
InvCount.Inventory()
|
|
| Method Summary | |
|---|---|
InvCount.Inventory.InvCounts |
getInvCounts()
Get the 'InvCounts' element value. |
InvCount.Inventory.OffSell |
getOffSell()
Get the 'OffSell' element value. |
StatusApplicationControl |
getStatusApplicationControl()
Get the 'StatusApplicationControl' element value. |
void |
setInvCounts(InvCount.Inventory.InvCounts invCounts)
Set the 'InvCounts' element value. |
void |
setOffSell(InvCount.Inventory.OffSell offSell)
Set the 'OffSell' 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 InvCount.Inventory()
| Method Detail |
|---|
public StatusApplicationControl getStatusApplicationControl()
public void setStatusApplicationControl(StatusApplicationControl statusApplicationControl)
statusApplicationControl - public InvCount.Inventory.InvCounts getInvCounts()
public void setInvCounts(InvCount.Inventory.InvCounts invCounts)
invCounts - public InvCount.Inventory.OffSell getOffSell()
public void setOffSell(InvCount.Inventory.OffSell offSell)
offSell -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||