org.ota.hotel
Class Adjustments.Adjustment

java.lang.Object
  extended by org.ota.hotel.Adjustments.Adjustment
Enclosing class:
Adjustments

public static class Adjustments.Adjustment
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="Adjustment" maxOccurs="unbounded">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="ReservationOriginatorCode"/>
     <xs:attribute type="xs:string" use="optional" name="ConfirmationID"/>
     <xs:attribute type="xs:string" use="optional" name="ReservationID"/>
     <xs:attribute type="xs:string" use="optional" name="RoomInventoryCode"/>
     <xs:attributeGroup ref="ns:PromotionCodeGroup"/>
     <xs:attribute type="xs:string" use="optional" name="AdjustReason"/>
     <xs:attribute type="xs:string" use="optional" name="Sequence"/>
     <xs:attribute use="optional" name="InvValue">
       <xs:simpleType>
         <!-- Reference to inner class InvValue -->
       </xs:simpleType>
     </xs:attribute>
     <xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class Adjustments.Adjustment.InvValue
          Schema fragment(s) for this class:
 
Constructor Summary
Adjustments.Adjustment()
           
 
Method Summary
 java.lang.String getAdjustReason()
          Get the 'AdjustReason' attribute value.
 java.lang.String getConfirmationID()
          Get the 'ConfirmationID' attribute value.
 DateTimeSpanGroup getDateTimeSpanGroup()
          Get the 'DateTimeSpanGroup' attributeGroup value.
 Adjustments.Adjustment.InvValue getInvValue()
          Get the 'InvValue' attribute value.
 PromotionCodeGroup getPromotionCodeGroup()
          Get the 'PromotionCodeGroup' attributeGroup value.
 java.lang.String getReservationID()
          Get the 'ReservationID' attribute value.
 java.lang.String getReservationOriginatorCode()
          Get the 'ReservationOriginatorCode' attribute value.
 java.lang.String getRoomInventoryCode()
          Get the 'RoomInventoryCode' attribute value.
 java.lang.String getSequence()
          Get the 'Sequence' attribute value.
 void setAdjustReason(java.lang.String adjustReason)
          Set the 'AdjustReason' attribute value.
 void setConfirmationID(java.lang.String confirmationID)
          Set the 'ConfirmationID' attribute value.
 void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
          Set the 'DateTimeSpanGroup' attributeGroup value.
 void setInvValue(Adjustments.Adjustment.InvValue invValue)
          Set the 'InvValue' attribute value.
 void setPromotionCodeGroup(PromotionCodeGroup promotionCodeGroup)
          Set the 'PromotionCodeGroup' attributeGroup value.
 void setReservationID(java.lang.String reservationID)
          Set the 'ReservationID' attribute value.
 void setReservationOriginatorCode(java.lang.String reservationOriginatorCode)
          Set the 'ReservationOriginatorCode' attribute value.
 void setRoomInventoryCode(java.lang.String roomInventoryCode)
          Set the 'RoomInventoryCode' attribute value.
 void setSequence(java.lang.String sequence)
          Set the 'Sequence' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Adjustments.Adjustment

public Adjustments.Adjustment()
Method Detail

getReservationOriginatorCode

public java.lang.String getReservationOriginatorCode()
Get the 'ReservationOriginatorCode' attribute value.

Returns:
value

setReservationOriginatorCode

public void setReservationOriginatorCode(java.lang.String reservationOriginatorCode)
Set the 'ReservationOriginatorCode' attribute value.

Parameters:
reservationOriginatorCode -

getConfirmationID

public java.lang.String getConfirmationID()
Get the 'ConfirmationID' attribute value.

Returns:
value

setConfirmationID

public void setConfirmationID(java.lang.String confirmationID)
Set the 'ConfirmationID' attribute value.

Parameters:
confirmationID -

getReservationID

public java.lang.String getReservationID()
Get the 'ReservationID' attribute value.

Returns:
value

setReservationID

public void setReservationID(java.lang.String reservationID)
Set the 'ReservationID' attribute value.

Parameters:
reservationID -

getRoomInventoryCode

public java.lang.String getRoomInventoryCode()
Get the 'RoomInventoryCode' attribute value.

Returns:
value

setRoomInventoryCode

public void setRoomInventoryCode(java.lang.String roomInventoryCode)
Set the 'RoomInventoryCode' attribute value.

Parameters:
roomInventoryCode -

getPromotionCodeGroup

public PromotionCodeGroup getPromotionCodeGroup()
Get the 'PromotionCodeGroup' attributeGroup value.

Returns:
value

setPromotionCodeGroup

public void setPromotionCodeGroup(PromotionCodeGroup promotionCodeGroup)
Set the 'PromotionCodeGroup' attributeGroup value.

Parameters:
promotionCodeGroup -

getAdjustReason

public java.lang.String getAdjustReason()
Get the 'AdjustReason' attribute value.

Returns:
value

setAdjustReason

public void setAdjustReason(java.lang.String adjustReason)
Set the 'AdjustReason' attribute value.

Parameters:
adjustReason -

getSequence

public java.lang.String getSequence()
Get the 'Sequence' attribute value.

Returns:
value

setSequence

public void setSequence(java.lang.String sequence)
Set the 'Sequence' attribute value.

Parameters:
sequence -

getInvValue

public Adjustments.Adjustment.InvValue getInvValue()
Get the 'InvValue' attribute value.

Returns:
value

setInvValue

public void setInvValue(Adjustments.Adjustment.InvValue invValue)
Set the 'InvValue' attribute value.

Parameters:
invValue -

getDateTimeSpanGroup

public DateTimeSpanGroup getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value.

Returns:
value

setDateTimeSpanGroup

public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value.

Parameters:
dateTimeSpanGroup -