|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.Adjustments.Adjustment
public static class Adjustments.Adjustment
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 |
---|
public Adjustments.Adjustment()
Method Detail |
---|
public java.lang.String getReservationOriginatorCode()
public void setReservationOriginatorCode(java.lang.String reservationOriginatorCode)
reservationOriginatorCode
- public java.lang.String getConfirmationID()
public void setConfirmationID(java.lang.String confirmationID)
confirmationID
- public java.lang.String getReservationID()
public void setReservationID(java.lang.String reservationID)
reservationID
- public java.lang.String getRoomInventoryCode()
public void setRoomInventoryCode(java.lang.String roomInventoryCode)
roomInventoryCode
- public PromotionCodeGroup getPromotionCodeGroup()
public void setPromotionCodeGroup(PromotionCodeGroup promotionCodeGroup)
promotionCodeGroup
- public java.lang.String getAdjustReason()
public void setAdjustReason(java.lang.String adjustReason)
adjustReason
- public java.lang.String getSequence()
public void setSequence(java.lang.String sequence)
sequence
- public Adjustments.Adjustment.InvValue getInvValue()
public void setInvValue(Adjustments.Adjustment.InvValue invValue)
invValue
- public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |