|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.InvCount.Inventory.OffSell
public 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. 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="OffSell" minOccurs="0">
<xs:complexType>
<xs:attribute use="optional" name="OffSellValueType">
<xs:simpleType>
<!-- Reference to inner class OffSellValue -->
</xs:simpleType>
</xs:attribute>
<xs:attribute type="xs:float" use="optional" name="OffSellValue"/>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
InvCount.Inventory.OffSell.OffSellValue
Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
InvCount.Inventory.OffSell()
|
|
| Method Summary | |
|---|---|
InvCount.Inventory.OffSell.OffSellValue |
getOffSellValue()
Get the 'OffSellValueType' attribute value. |
java.lang.Float |
getOffSellValue1()
Get the 'OffSellValue' attribute value. |
void |
setOffSellValue(InvCount.Inventory.OffSell.OffSellValue offSellValue)
Set the 'OffSellValueType' attribute value. |
void |
setOffSellValue1(java.lang.Float offSellValue1)
Set the 'OffSellValue' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InvCount.Inventory.OffSell()
| Method Detail |
|---|
public InvCount.Inventory.OffSell.OffSellValue getOffSellValue()
public void setOffSellValue(InvCount.Inventory.OffSell.OffSellValue offSellValue)
offSellValue - public java.lang.Float getOffSellValue1()
public void setOffSellValue1(java.lang.Float offSellValue1)
offSellValue1 -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||