|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.cruise.CancellationPricingRQ
public class CancellationPricingRQ
The cancellation pricing request message is used to price the cancellation penalities if a reservation were to be cancelled. 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_CruiseCancellationPricingRQ"> <xs:complexType> <xs:sequence> <xs:element type="ns:POS_Type" name="POS"/> <xs:element type="ns:UniqueID_Type" name="ReservationID"/> <xs:element name="Currency" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:CurrencyCodeGroup"/> </xs:complexType> </xs:element> </xs:sequence> <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
CancellationPricingRQ()
|
Method Summary | |
---|---|
CurrencyCodeGroup |
getCurrency()
Get the 'CurrencyCodeGroup' attributeGroup value. |
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
POS |
getPOS()
Get the 'POS' element value. |
UniqueID |
getReservationID()
Get the 'ReservationID' element value. |
void |
setCurrency(CurrencyCodeGroup currency)
Set the 'CurrencyCodeGroup' attributeGroup value. |
void |
setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
void |
setPOS(POS POS)
Set the 'POS' element value. |
void |
setReservationID(UniqueID reservationID)
Set the 'ReservationID' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CancellationPricingRQ()
Method Detail |
---|
public POS getPOS()
public void setPOS(POS POS)
POS
- public UniqueID getReservationID()
public void setReservationID(UniqueID reservationID)
reservationID
- public CurrencyCodeGroup getCurrency()
public void setCurrency(CurrencyCodeGroup currency)
currency
- 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 |