org.ota.hotel
Class InvSyncRQ

java.lang.Object
  extended by org.ota.hotel.InvSyncRQ

public class InvSyncRQ
extends java.lang.Object

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_HotelInvSyncRQ">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:UniqueID_Type" name="UniqueID" minOccurs="0"/>
       <xs:element name="Adjustments" minOccurs="0">
         <!-- Reference to inner class Adjustments -->
       </xs:element>
     </xs:sequence>
     <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class InvSyncRQ.Adjustments
          Schema fragment(s) for this class:
 
Constructor Summary
InvSyncRQ()
           
 
Method Summary
 InvSyncRQ.Adjustments getAdjustments()
          Get the 'Adjustments' element value.
 OTAPayloadStdAttributes getOTAPayloadStdAttributes()
          Get the 'OTA_PayloadStdAttributes' attributeGroup value.
 UniqueID getUniqueID()
          Get the 'UniqueID' element value.
 void setAdjustments(InvSyncRQ.Adjustments adjustments)
          Set the 'Adjustments' element value.
 void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
          Set the 'OTA_PayloadStdAttributes' attributeGroup value.
 void setUniqueID(UniqueID uniqueID)
          Set the 'UniqueID' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvSyncRQ

public InvSyncRQ()
Method Detail

getUniqueID

public UniqueID getUniqueID()
Get the 'UniqueID' element value.

Returns:
value

setUniqueID

public void setUniqueID(UniqueID uniqueID)
Set the 'UniqueID' element value.

Parameters:
uniqueID -

getAdjustments

public InvSyncRQ.Adjustments getAdjustments()
Get the 'Adjustments' element value.

Returns:
value

setAdjustments

public void setAdjustments(InvSyncRQ.Adjustments adjustments)
Set the 'Adjustments' element value.

Parameters:
adjustments -

getOTAPayloadStdAttributes

public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value.

Returns:
value

setOTAPayloadStdAttributes

public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value.

Parameters:
OTAPayloadStdAttributes -