| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.InvAdjustRQ
public class InvAdjustRQ
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.AdjustmentsSchema 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 | 
|---|
public InvAdjustRQ()
| Method Detail | 
|---|
public UniqueID getUniqueID()
public void setUniqueID(UniqueID uniqueID)
uniqueID - public InvAdjustRQ.Adjustments getAdjustments()
public void setAdjustments(InvAdjustRQ.Adjustments adjustments)
adjustments - public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
OTAPayloadStdAttributes - | 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||