|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.cruise.PriceBookingRQ
public class PriceBookingRQ
The Price Booking Request message requests pricing information for a given sailing with a specific Mode of Transportation/GatewayCity pair and currency and for a selected fare/category pair and a cabin number. Optional request information can include: - Guest city - Inclusive package 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_CruisePriceBookingRQ"> <xs:complexType> <xs:sequence> <xs:element type="ns:POS_Type" name="POS"/> <xs:element name="GuestCounts" minOccurs="0"> <!-- Reference to inner class GuestCounts --> </xs:element> <xs:element type="ns:SailingCategoryInfoType" name="SailingInfo"/> <xs:element type="ns:CruiseGuestInfoType" name="ReservationInfo"/> </xs:sequence> <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
PriceBookingRQ.GuestCounts
Specifies guest quantity and guest types. |
Constructor Summary | |
---|---|
PriceBookingRQ()
|
Method Summary | |
---|---|
PriceBookingRQ.GuestCounts |
getGuestCounts()
Get the 'GuestCounts' element value. |
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
POS |
getPOS()
Get the 'POS' element value. |
CruiseGuestInfo |
getReservationInfo()
Get the 'ReservationInfo' element value. |
SailingCategoryInfo |
getSailingInfo()
Get the 'SailingInfo' element value. |
void |
setGuestCounts(PriceBookingRQ.GuestCounts guestCounts)
Set the 'GuestCounts' element value. |
void |
setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
void |
setPOS(POS POS)
Set the 'POS' element value. |
void |
setReservationInfo(CruiseGuestInfo reservationInfo)
Set the 'ReservationInfo' element value. |
void |
setSailingInfo(SailingCategoryInfo sailingInfo)
Set the 'SailingInfo' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PriceBookingRQ()
Method Detail |
---|
public POS getPOS()
public void setPOS(POS POS)
POS
- public PriceBookingRQ.GuestCounts getGuestCounts()
public void setGuestCounts(PriceBookingRQ.GuestCounts guestCounts)
guestCounts
- public SailingCategoryInfo getSailingInfo()
public void setSailingInfo(SailingCategoryInfo sailingInfo)
sailingInfo
- public CruiseGuestInfo getReservationInfo()
public void setReservationInfo(CruiseGuestInfo reservationInfo)
reservationInfo
- 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 |