|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.Offer.OfferRules.OfferRule.Inventories
public static class Offer.OfferRules.OfferRule.Inventories
Collection of inventory. 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="Inventories" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="Inventory" maxOccurs="99">
<!-- Reference to inner class Inventory -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
Offer.OfferRules.OfferRule.Inventories.Inventory
Defines the inventory (e.g., Room type or Board) which is required in order for the offer to apply. |
| Constructor Summary | |
|---|---|
Offer.OfferRules.OfferRule.Inventories()
|
|
| Method Summary | |
|---|---|
void |
addInventory(Offer.OfferRules.OfferRule.Inventories.Inventory item)
Add a 'Inventory' element item. |
void |
clearInventories()
Remove all 'Inventory' element items. |
java.util.List<Offer.OfferRules.OfferRule.Inventories.Inventory> |
getInventories()
Get the list of 'Inventory' element items. |
Offer.OfferRules.OfferRule.Inventories.Inventory |
getInventory(int index)
Get 'Inventory' element item by position. |
void |
setInventories(java.util.List<Offer.OfferRules.OfferRule.Inventories.Inventory> list)
Set the list of 'Inventory' element items. |
int |
sizeInventories()
Get the number of 'Inventory' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Offer.OfferRules.OfferRule.Inventories()
| Method Detail |
|---|
public java.util.List<Offer.OfferRules.OfferRule.Inventories.Inventory> getInventories()
public void setInventories(java.util.List<Offer.OfferRules.OfferRule.Inventories.Inventory> list)
list - public int sizeInventories()
public void addInventory(Offer.OfferRules.OfferRule.Inventories.Inventory item)
item - public Offer.OfferRules.OfferRule.Inventories.Inventory getInventory(int index)
index -
public void clearInventories()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||