|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.cruise.CabinOption
org.ota.cruise.CabinAvailRS.CabinOption
public static class CabinAvailRS.CabinOption
Contains information about the proposed cabin, It locates the cabin on the ship and gives the cabin bed configuration. 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="CabinOption" maxOccurs="99"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:CabinOptionType"> <xs:sequence> <xs:element name="CabinFilters" minOccurs="0"> <!-- Reference to inner class CabinFilters --> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
CabinAvailRS.CabinOption.CabinFilters
Collection of cabin filters. |
Nested classes/interfaces inherited from class org.ota.cruise.CabinOption |
---|
CabinOption.CabinConfiguration, CabinOption.MeasurementInfo, CabinOption.PositionInShip, CabinOption.ShipSide |
Constructor Summary | |
---|---|
CabinAvailRS.CabinOption()
|
Method Summary | |
---|---|
CabinAvailRS.CabinOption.CabinFilters |
getCabinFilters()
Get the 'CabinFilters' element value. |
void |
setCabinFilters(CabinAvailRS.CabinOption.CabinFilters cabinFilters)
Set the 'CabinFilters' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CabinAvailRS.CabinOption()
Method Detail |
---|
public CabinAvailRS.CabinOption.CabinFilters getCabinFilters()
public void setCabinFilters(CabinAvailRS.CabinOption.CabinFilters cabinFilters)
cabinFilters
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |