org.ota.hotel
Class InvCountNotifRS

java.lang.Object
  extended by org.ota.shared.MessageAcknowledgement
      extended by org.ota.hotel.InvCountNotifRS

public class InvCountNotifRS
extends MessageAcknowledgement

The OTA_HotelInvCountNotifRS is the message used to indicate the status of processing the OTA_HotelInvCountNotifRQ message. 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="OTA_HotelInvCountNotifRS">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:MessageAcknowledgementType">
         <xs:sequence>
           <xs:element type="ns:InvCountType" name="Inventories" minOccurs="0"/>
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
InvCountNotifRS()
           
 
Method Summary
 InvCount getInventories()
          Get the 'Inventories' element value.
 void setInventories(InvCount inventories)
          Set the 'Inventories' element value.
 
Methods inherited from class org.ota.shared.MessageAcknowledgement
clearChoiceSelect, getErrors, getOTAPayloadStdAttributes, getTPAExtensions, getUniqueID, getWarnings, ifErrors, ifSuccess, setErrors, setOTAPayloadStdAttributes, setTPAExtensions, setUniqueID, setWarnings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvCountNotifRS

public InvCountNotifRS()
Method Detail

getInventories

public InvCount getInventories()
Get the 'Inventories' element value.

Returns:
value

setInventories

public void setInventories(InvCount inventories)
Set the 'Inventories' element value.

Parameters:
inventories -