org.ota.hotel
Class InvAdjustRQ

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

public class InvAdjustRQ
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_HotelInvAdjustRQ">
   <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 InvAdjustRQ.Adjustments
          Schema fragment(s) for this class:
 
Constructor Summary
InvAdjustRQ()
           
 
Method Summary
 InvAdjustRQ.Adjustments getAdjustments()
          Get the 'Adjustments' element value.
 OTAPayloadStdAttributes getOTAPayloadStdAttributes()
          Get the 'OTA_PayloadStdAttributes' attributeGroup value.
 UniqueID getUniqueID()
          Get the 'UniqueID' element value.
 void setAdjustments(InvAdjustRQ.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

InvAdjustRQ

public InvAdjustRQ()
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 InvAdjustRQ.Adjustments getAdjustments()
Get the 'Adjustments' element value.

Returns:
value

setAdjustments

public void setAdjustments(InvAdjustRQ.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 -