org.ota.hotel
Class InvCount.Inventory

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

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

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

InvCount.Inventory

public InvCount.Inventory()
Method Detail

getStatusApplicationControl

public StatusApplicationControl getStatusApplicationControl()
Get the 'StatusApplicationControl' element value. Information on what the InvCountNotif Message applies to (i.e. the combination of inventory and/or rate codes) and the period of application.

Returns:
value

setStatusApplicationControl

public void setStatusApplicationControl(StatusApplicationControl statusApplicationControl)
Set the 'StatusApplicationControl' element value. Information on what the InvCountNotif Message applies to (i.e. the combination of inventory and/or rate codes) and the period of application.

Parameters:
statusApplicationControl -

getInvCounts

public InvCount.Inventory.InvCounts getInvCounts()
Get the 'InvCounts' element value. The set of changes in the number of units of base inventory for one inventory type (code) to be made on the server. The server must successfully update all messages. Failure to update any single status message will result in the failure of all messages.

Returns:
value

setInvCounts

public void setInvCounts(InvCount.Inventory.InvCounts invCounts)
Set the 'InvCounts' element value. The set of changes in the number of units of base inventory for one inventory type (code) to be made on the server. The server must successfully update all messages. Failure to update any single status message will result in the failure of all messages.

Parameters:
invCounts -

getOffSell

public InvCount.Inventory.OffSell getOffSell()
Get the 'OffSell' element value. The set of changes in the number of units of base inventory for one inventory type (code) to be made on the server. The server must successfully update all messages. Failure to update any single status message will result in the failure of all messages.

Returns:
value

setOffSell

public void setOffSell(InvCount.Inventory.OffSell offSell)
Set the 'OffSell' element value. The set of changes in the number of units of base inventory for one inventory type (code) to be made on the server. The server must successfully update all messages. Failure to update any single status message will result in the failure of all messages.

Parameters:
offSell -