org.ota.cruise
Class SailingCategoryInfo.SelectedCategory.SelectedCabin

java.lang.Object
  extended by org.ota.cruise.CabinOption
      extended by org.ota.cruise.SailingCategoryInfo.SelectedCategory.SelectedCabin
Enclosing class:
SailingCategoryInfo.SelectedCategory

public static class SailingCategoryInfo.SelectedCategory.SelectedCabin
extends CabinOption

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 org.ota.cruise.CabinOption
addCabinConfiguration, addMeasurementInfo, clearCabinConfigurations, clearMeasurementInfos, getBed, getCabinCategoryCode, getCabinCategoryStatusCode, getCabinConfiguration, getCabinConfigurations, getCabinRanking, getCategoryLocation, getConnectingCabinIndicator, getConnectingCabinNumber, getCruiseCabinGroup, getDeckGroup, getMeasurementInfo, getMeasurementInfos, getPositionInShip, getReleaseDateTime, getRemark, getShipSide, getStatus, setBed, setCabinCategoryCode, setCabinCategoryStatusCode, setCabinConfigurations, setCabinRanking, setCategoryLocation, setConnectingCabinIndicator, setConnectingCabinNumber, setCruiseCabinGroup, setDeckGroup, setMeasurementInfos, setPositionInShip, setReleaseDateTime, setRemark, setShipSide, setStatus, sizeCabinConfigurations, sizeMeasurementInfos
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SailingCategoryInfo.SelectedCategory.SelectedCabin

public SailingCategoryInfo.SelectedCategory.SelectedCabin()
Method Detail

getCabinAttributes

public SailingCategoryInfo.SelectedCategory.SelectedCabin.CabinAttributes getCabinAttributes()
Get the 'CabinAttributes' element value.

Returns:
value

setCabinAttributes

public void setCabinAttributes(SailingCategoryInfo.SelectedCategory.SelectedCabin.CabinAttributes cabinAttributes)
Set the 'CabinAttributes' element value.

Parameters:
cabinAttributes -