|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.cruise.FastSellRQ
public class FastSellRQ
The Fast Sell Request message requests cabin hold, cabin availability, category availability, and optionally an 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_CruiseFastSellRQ">
<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 name="SelectedSailing">
<xs:complexType>
<xs:sequence>
<xs:element name="SelectedFare" minOccurs="0">
<xs:complexType>
<xs:attributeGroup ref="ns:FareGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="SelectedCategory" minOccurs="0">
<!-- Reference to inner class SelectedCategory -->
</xs:element>
<xs:element name="InclusivePackageOption" minOccurs="0">
<xs:complexType>
<xs:attributeGroup ref="ns:CruisePackageGroup"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="ns:SelectedSailingGroup"/>
</xs:complexType>
</xs:element>
<xs:element type="ns:GuestType" name="Guest" minOccurs="0" maxOccurs="9"/>
<xs:element name="Currency" minOccurs="0">
<xs:complexType>
<xs:attributeGroup ref="ns:CurrencyCodeGroup"/>
</xs:complexType>
</xs:element>
<xs:element type="ns:SearchQualifierType" name="SearchQualifiers" minOccurs="0"/>
<xs:element ref="ns:TPA_Extensions" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
</xs:complexType>
</xs:element>
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="ns:TPA_ExtensionsType" name="TPA_Extensions"/>
| Nested Class Summary | |
|---|---|
static class |
FastSellRQ.GuestCounts
Specifies guest quantity and guest types. |
static class |
FastSellRQ.SelectedCategory
Specifies the category for the Fast Sell. |
| Constructor Summary | |
|---|---|
FastSellRQ()
|
|
| Method Summary | |
|---|---|
void |
addGuest(Guest item)
Add a 'Guest' element item. |
void |
clearGuests()
Remove all 'Guest' element items. |
CurrencyCodeGroup |
getCurrency()
Get the 'CurrencyCodeGroup' attributeGroup value. |
Guest |
getGuest(int index)
Get 'Guest' element item by position. |
FastSellRQ.GuestCounts |
getGuestCounts()
Get the 'GuestCounts' element value. |
java.util.List<Guest> |
getGuests()
Get the list of 'Guest' element items. |
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
POS |
getPOS()
Get the 'POS' element value. |
SearchQualifier |
getSearchQualifiers()
Get the 'SearchQualifiers' element value. |
FastSellRQ.SelectedCategory |
getSelectedCategory()
Get the 'SelectedCategory' element value. |
CruisePackageGroup |
getSelectedSailingInclusivePackageOption()
Get the 'CruisePackageGroup' attributeGroup value. |
FareGroup |
getSelectedSailingSelectedFare()
Get the 'FareGroup' attributeGroup value. |
SelectedSailingGroup |
getSelectedSailingSelectedSailingGroup()
Get the 'SelectedSailingGroup' attributeGroup value. |
TPAExtensions |
getTPAExtensions()
Get the 'TPA_Extensions' element value. |
void |
setCurrency(CurrencyCodeGroup currency)
Set the 'CurrencyCodeGroup' attributeGroup value. |
void |
setGuestCounts(FastSellRQ.GuestCounts guestCounts)
Set the 'GuestCounts' element value. |
void |
setGuests(java.util.List<Guest> list)
Set the list of 'Guest' element items. |
void |
setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
void |
setPOS(POS POS)
Set the 'POS' element value. |
void |
setSearchQualifiers(SearchQualifier searchQualifiers)
Set the 'SearchQualifiers' element value. |
void |
setSelectedCategory(FastSellRQ.SelectedCategory selectedCategory)
Set the 'SelectedCategory' element value. |
void |
setSelectedSailingInclusivePackageOption(CruisePackageGroup selectedSailingInclusivePackageOption)
Set the 'CruisePackageGroup' attributeGroup value. |
void |
setSelectedSailingSelectedFare(FareGroup selectedSailingSelectedFare)
Set the 'FareGroup' attributeGroup value. |
void |
setSelectedSailingSelectedSailingGroup(SelectedSailingGroup selectedSailingSelectedSailingGroup)
Set the 'SelectedSailingGroup' attributeGroup value. |
void |
setTPAExtensions(TPAExtensions TPAExtensions)
Set the 'TPA_Extensions' element value. |
int |
sizeGuests()
Get the number of 'Guest' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FastSellRQ()
| Method Detail |
|---|
public POS getPOS()
public void setPOS(POS POS)
POS - public FastSellRQ.GuestCounts getGuestCounts()
public void setGuestCounts(FastSellRQ.GuestCounts guestCounts)
guestCounts - public FareGroup getSelectedSailingSelectedFare()
public void setSelectedSailingSelectedFare(FareGroup selectedSailingSelectedFare)
selectedSailingSelectedFare - public FastSellRQ.SelectedCategory getSelectedCategory()
public void setSelectedCategory(FastSellRQ.SelectedCategory selectedCategory)
selectedCategory - public CruisePackageGroup getSelectedSailingInclusivePackageOption()
public void setSelectedSailingInclusivePackageOption(CruisePackageGroup selectedSailingInclusivePackageOption)
selectedSailingInclusivePackageOption - public SelectedSailingGroup getSelectedSailingSelectedSailingGroup()
public void setSelectedSailingSelectedSailingGroup(SelectedSailingGroup selectedSailingSelectedSailingGroup)
selectedSailingSelectedSailingGroup - public java.util.List<Guest> getGuests()
public void setGuests(java.util.List<Guest> list)
list - public int sizeGuests()
public void addGuest(Guest item)
item - public Guest getGuest(int index)
index -
public void clearGuests()
public CurrencyCodeGroup getCurrency()
public void setCurrency(CurrencyCodeGroup currency)
currency - public SearchQualifier getSearchQualifiers()
public void setSearchQualifiers(SearchQualifier searchQualifiers)
searchQualifiers - public TPAExtensions getTPAExtensions()
public void setTPAExtensions(TPAExtensions TPAExtensions)
TPAExtensions - 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 | ||||||