| 
|||||||
| 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.SailingCategoryInfo.SelectedCategory.SelectedCabin
public static class SailingCategoryInfo.SelectedCategory.SelectedCabin
Specifies the selected cabin information. 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="SelectedCabin" minOccurs="0" maxOccurs="3">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:CabinOptionType">
         <xs:sequence>
           <xs:element name="CabinAttributes" minOccurs="0">
             <!-- Reference to inner class CabinAttributes -->
           </xs:element>
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 
| Nested Class Summary | |
|---|---|
static class | 
SailingCategoryInfo.SelectedCategory.SelectedCabin.CabinAttributes
Collection of cabin attributes.  | 
| Nested classes/interfaces inherited from class org.ota.cruise.CabinOption | 
|---|
CabinOption.CabinConfiguration, CabinOption.MeasurementInfo, CabinOption.PositionInShip, CabinOption.ShipSide | 
| Constructor Summary | |
|---|---|
SailingCategoryInfo.SelectedCategory.SelectedCabin()
 | 
|
| Method Summary | |
|---|---|
 SailingCategoryInfo.SelectedCategory.SelectedCabin.CabinAttributes | 
getCabinAttributes()
Get the 'CabinAttributes' element value.  | 
 void | 
setCabinAttributes(SailingCategoryInfo.SelectedCategory.SelectedCabin.CabinAttributes cabinAttributes)
Set the 'CabinAttributes' element value.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SailingCategoryInfo.SelectedCategory.SelectedCabin()
| Method Detail | 
|---|
public SailingCategoryInfo.SelectedCategory.SelectedCabin.CabinAttributes getCabinAttributes()
public void setCabinAttributes(SailingCategoryInfo.SelectedCategory.SelectedCabin.CabinAttributes cabinAttributes)
cabinAttributes - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||