org.ota.cruise
Class CabinOption.CabinConfiguration

java.lang.Object
  extended by org.ota.cruise.CabinOption.CabinConfiguration
Enclosing class:
CabinOption

public static class CabinOption.CabinConfiguration
extends java.lang.Object

Specifies 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="CabinConfiguration" minOccurs="0" maxOccurs="9">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="BedConfigurationCode"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
CabinOption.CabinConfiguration()
           
 
Method Summary
 java.lang.String getBedConfigurationCode()
          Get the 'BedConfigurationCode' attribute value.
 void setBedConfigurationCode(java.lang.String bedConfigurationCode)
          Set the 'BedConfigurationCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CabinOption.CabinConfiguration

public CabinOption.CabinConfiguration()
Method Detail

getBedConfigurationCode

public java.lang.String getBedConfigurationCode()
Get the 'BedConfigurationCode' attribute value. Contains a code defining the bed configuration in the cabin.

Returns:
value

setBedConfigurationCode

public void setBedConfigurationCode(java.lang.String bedConfigurationCode)
Set the 'BedConfigurationCode' attribute value. Contains a code defining the bed configuration in the cabin.

Parameters:
bedConfigurationCode -