org.ota.cruise
Class CabinAvailRS.CabinOption.CabinFilters.CabinFilter

java.lang.Object
  extended by org.ota.cruise.CabinAvailRS.CabinOption.CabinFilters.CabinFilter
Enclosing class:
CabinAvailRS.CabinOption.CabinFilters

public static class CabinAvailRS.CabinOption.CabinFilters.CabinFilter
extends java.lang.Object

Used to describe the features of the cabin. 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="CabinFilter" maxOccurs="99">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="CabinFilterCode"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
CabinAvailRS.CabinOption.CabinFilters.CabinFilter()
           
 
Method Summary
 java.lang.String getCabinFilterCode()
          Get the 'CabinFilterCode' attribute value.
 void setCabinFilterCode(java.lang.String cabinFilterCode)
          Set the 'CabinFilterCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CabinAvailRS.CabinOption.CabinFilters.CabinFilter

public CabinAvailRS.CabinOption.CabinFilters.CabinFilter()
Method Detail

getCabinFilterCode

public java.lang.String getCabinFilterCode()
Get the 'CabinFilterCode' attribute value. Code values representing attributes that are valid for this cabin. Refer to OpenTravel Code List Cabin Filters (CBF).

Returns:
value

setCabinFilterCode

public void setCabinFilterCode(java.lang.String cabinFilterCode)
Set the 'CabinFilterCode' attribute value. Code values representing attributes that are valid for this cabin. Refer to OpenTravel Code List Cabin Filters (CBF).

Parameters:
cabinFilterCode -