org.ota.hotel
Class InvCount.Inventory.OffSell

java.lang.Object
  extended by org.ota.hotel.InvCount.Inventory.OffSell
Enclosing class:
InvCount.Inventory

public static class InvCount.Inventory.OffSell
extends java.lang.Object

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

InvCount.Inventory.OffSell

public InvCount.Inventory.OffSell()
Method Detail

getOffSellValue

public InvCount.Inventory.OffSell.OffSellValue getOffSellValue()
Get the 'OffSellValueType' attribute value. An enumerated type that defines whether to replace or adjust current values. This value could be negative, as an adjustment could reduce the inventory items that are on offsell, or be used to offer an oversell. Values : Total (should replace any existing offsell value); Adjustment (should be added to any existing offsell value).

Returns:
value

setOffSellValue

public void setOffSellValue(InvCount.Inventory.OffSell.OffSellValue offSellValue)
Set the 'OffSellValueType' attribute value. An enumerated type that defines whether to replace or adjust current values. This value could be negative, as an adjustment could reduce the inventory items that are on offsell, or be used to offer an oversell. Values : Total (should replace any existing offsell value); Adjustment (should be added to any existing offsell value).

Parameters:
offSellValue -

getOffSellValue1

public java.lang.Float getOffSellValue1()
Get the 'OffSellValue' attribute value.

Returns:
value

setOffSellValue1

public void setOffSellValue1(java.lang.Float offSellValue1)
Set the 'OffSellValue' attribute value.

Parameters:
offSellValue1 -