|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.Offer.Inventories.Inventory
public static class Offer.Inventories.Inventory
Defines the inventory (e.g., Room type or Board) to which the offer may or may not apply. 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="Inventory" maxOccurs="99"> <xs:complexType> <xs:attributeGroup ref="ns:InventoryGroup"/> <xs:attribute type="xs:boolean" use="required" name="AppliesToIndicator"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
Offer.Inventories.Inventory()
|
Method Summary | |
---|---|
java.lang.Boolean |
getAppliesToIndicator()
Get the 'AppliesToIndicator' attribute value. |
InventoryGroup |
getInventoryGroup()
Get the 'InventoryGroup' attributeGroup value. |
void |
setAppliesToIndicator(java.lang.Boolean appliesToIndicator)
Set the 'AppliesToIndicator' attribute value. |
void |
setInventoryGroup(InventoryGroup inventoryGroup)
Set the 'InventoryGroup' attributeGroup value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Offer.Inventories.Inventory()
Method Detail |
---|
public InventoryGroup getInventoryGroup()
public void setInventoryGroup(InventoryGroup inventoryGroup)
inventoryGroup
- public java.lang.Boolean getAppliesToIndicator()
public void setAppliesToIndicator(java.lang.Boolean appliesToIndicator)
appliesToIndicator
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |