|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.cruise.SailingInfo
public class SailingInfo
Contains information pertaining to the selected sailing. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SailingInfoType">
<xs:sequence>
<xs:element name="SelectedSailing" minOccurs="0">
<!-- Reference to inner class SelectedSailing -->
</xs:element>
<xs:element name="InclusivePackageOption" minOccurs="0">
<xs:complexType>
<xs:attributeGroup ref="ns:CruisePackageGroup"/>
</xs:complexType>
</xs:element>
<xs:element name="Currency" minOccurs="0">
<xs:complexType>
<xs:attributeGroup ref="ns:CurrencyCodeGroup"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
| Nested Class Summary | |
|---|---|
static class |
SailingInfo.SelectedSailing
Contains information related to the selected sailing. |
| Constructor Summary | |
|---|---|
SailingInfo()
|
|
| Method Summary | |
|---|---|
CurrencyCodeGroup |
getCurrency()
Get the 'CurrencyCodeGroup' attributeGroup value. |
CruisePackageGroup |
getInclusivePackageOption()
Get the 'CruisePackageGroup' attributeGroup value. |
SailingInfo.SelectedSailing |
getSelectedSailing()
Get the 'SelectedSailing' element value. |
void |
setCurrency(CurrencyCodeGroup currency)
Set the 'CurrencyCodeGroup' attributeGroup value. |
void |
setInclusivePackageOption(CruisePackageGroup inclusivePackageOption)
Set the 'CruisePackageGroup' attributeGroup value. |
void |
setSelectedSailing(SailingInfo.SelectedSailing selectedSailing)
Set the 'SelectedSailing' element value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SailingInfo()
| Method Detail |
|---|
public SailingInfo.SelectedSailing getSelectedSailing()
public void setSelectedSailing(SailingInfo.SelectedSailing selectedSailing)
selectedSailing - public CruisePackageGroup getInclusivePackageOption()
public void setInclusivePackageOption(CruisePackageGroup inclusivePackageOption)
inclusivePackageOption - public CurrencyCodeGroup getCurrency()
public void setCurrency(CurrencyCodeGroup currency)
currency -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||