|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.cruise.PkgAvailRQ
public class PkgAvailRQ
The package availability request message handles pre, post, and inclusive package availability requests for a given sailing. 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_CruisePkgAvailRQ">
<xs:complexType>
<xs:sequence>
<xs:element type="ns:POS_Type" name="POS"/>
<xs:element name="GuestInfos" minOccurs="0">
<!-- Reference to inner class GuestInfos -->
</xs:element>
<xs:element name="GuestCounts" minOccurs="0">
<!-- Reference to inner class GuestCounts -->
</xs:element>
<xs:element type="ns:SailingCategoryInfoType" name="SailingInfo" minOccurs="0"/>
<xs:element type="ns:CruisePackageType" name="PackageOption" maxOccurs="8"/>
<xs:element type="ns:SearchQualifierType" name="SearchQualifiers" minOccurs="0"/>
<xs:element type="ns:ReservationID_Type" name="ReservationID" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
<xs:attributeGroup ref="ns:ResponseGroup"/>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
PkgAvailRQ.GuestCounts
Specifies guest quantity and guest types. |
static class |
PkgAvailRQ.GuestInfos
Collection of guest information. |
| Constructor Summary | |
|---|---|
PkgAvailRQ()
|
|
| Method Summary | |
|---|---|
void |
addPackageOption(CruisePackage item)
Add a 'PackageOption' element item. |
void |
clearPackageOptions()
Remove all 'PackageOption' element items. |
PkgAvailRQ.GuestCounts |
getGuestCounts()
Get the 'GuestCounts' element value. |
PkgAvailRQ.GuestInfos |
getGuestInfos()
Get the 'GuestInfos' element value. |
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
CruisePackage |
getPackageOption(int index)
Get 'PackageOption' element item by position. |
java.util.List<CruisePackage> |
getPackageOptions()
Get the list of 'PackageOption' element items. |
POS |
getPOS()
Get the 'POS' element value. |
ReservationID |
getReservationID()
Get the 'ReservationID' element value. |
ResponseGroup |
getResponseGroup()
Get the 'ResponseGroup' attributeGroup value. |
SailingCategoryInfo |
getSailingInfo()
Get the 'SailingInfo' element value. |
SearchQualifier |
getSearchQualifiers()
Get the 'SearchQualifiers' element value. |
void |
setGuestCounts(PkgAvailRQ.GuestCounts guestCounts)
Set the 'GuestCounts' element value. |
void |
setGuestInfos(PkgAvailRQ.GuestInfos guestInfos)
Set the 'GuestInfos' element value. |
void |
setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
void |
setPackageOptions(java.util.List<CruisePackage> list)
Set the list of 'PackageOption' element items. |
void |
setPOS(POS POS)
Set the 'POS' element value. |
void |
setReservationID(ReservationID 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 |
setSearchQualifiers(SearchQualifier searchQualifiers)
Set the 'SearchQualifiers' element value. |
int |
sizePackageOptions()
Get the number of 'PackageOption' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PkgAvailRQ()
| Method Detail |
|---|
public POS getPOS()
public void setPOS(POS POS)
POS - public PkgAvailRQ.GuestInfos getGuestInfos()
public void setGuestInfos(PkgAvailRQ.GuestInfos guestInfos)
guestInfos - public PkgAvailRQ.GuestCounts getGuestCounts()
public void setGuestCounts(PkgAvailRQ.GuestCounts guestCounts)
guestCounts - public SailingCategoryInfo getSailingInfo()
public void setSailingInfo(SailingCategoryInfo sailingInfo)
sailingInfo - public java.util.List<CruisePackage> getPackageOptions()
public void setPackageOptions(java.util.List<CruisePackage> list)
list - public int sizePackageOptions()
public void addPackageOption(CruisePackage item)
item - public CruisePackage getPackageOption(int index)
index -
public void clearPackageOptions()
public SearchQualifier getSearchQualifiers()
public void setSearchQualifiers(SearchQualifier searchQualifiers)
searchQualifiers - public ReservationID getReservationID()
public void setReservationID(ReservationID reservationID)
reservationID - 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 | ||||||