|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.cruise.SpecialServiceAvailRQ
public class SpecialServiceAvailRQ
The special service availability request message requests special services offered for a given sailing/reservation ID or to request details for a specific special service. 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_CruiseSpecialServiceAvailRQ"> <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:UniqueID_Type" name="ReservationID" minOccurs="0"/> <xs:element type="ns:SailingCategoryInfoType" name="SailingInfo" minOccurs="0"/> <xs:element type="ns:SpecialServiceType" name="SpecialService" minOccurs="0"/> </xs:sequence> <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/> <xs:attributeGroup ref="ns:ResponseGroup"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
SpecialServiceAvailRQ.GuestCounts
Specifies guest quantity and guest types. |
Constructor Summary | |
---|---|
SpecialServiceAvailRQ()
|
Method Summary | |
---|---|
SpecialServiceAvailRQ.GuestCounts |
getGuestCounts()
Get the 'GuestCounts' element value. |
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
POS |
getPOS()
Get the 'POS' element value. |
UniqueID |
getReservationID()
Get the 'ReservationID' element value. |
ResponseGroup |
getResponseGroup()
Get the 'ResponseGroup' attributeGroup value. |
SailingCategoryInfo |
getSailingInfo()
Get the 'SailingInfo' element value. |
SpecialService |
getSpecialService()
Get the 'SpecialService' element value. |
void |
setGuestCounts(SpecialServiceAvailRQ.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 |
setReservationID(UniqueID reservationID)
Set the 'ReservationID' element value. |
void |
setResponseGroup(ResponseGroup responseGroup)
Set the 'ResponseGroup' attributeGroup value. |
void |
setSailingInfo(SailingCategoryInfo sailingInfo)
Set the 'SailingInfo' element value. |
void |
setSpecialService(SpecialService specialService)
Set the 'SpecialService' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpecialServiceAvailRQ()
Method Detail |
---|
public POS getPOS()
public void setPOS(POS POS)
POS
- public SpecialServiceAvailRQ.GuestCounts getGuestCounts()
public void setGuestCounts(SpecialServiceAvailRQ.GuestCounts guestCounts)
guestCounts
- public UniqueID getReservationID()
public void setReservationID(UniqueID reservationID)
reservationID
- public SailingCategoryInfo getSailingInfo()
public void setSailingInfo(SailingCategoryInfo sailingInfo)
sailingInfo
- public SpecialService getSpecialService()
public void setSpecialService(SpecialService specialService)
specialService
- public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
OTAPayloadStdAttributes
- public ResponseGroup getResponseGroup()
public void setResponseGroup(ResponseGroup responseGroup)
responseGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |