org.ota.cruise
Class SailingCategoryInfo.SelectedCategory.CabinAttributes.CabinAttribute
java.lang.Object
org.ota.cruise.SailingCategoryInfo.SelectedCategory.CabinAttributes.CabinAttribute
- Enclosing class:
- SailingCategoryInfo.SelectedCategory.CabinAttributes
public static class SailingCategoryInfo.SelectedCategory.CabinAttributes.CabinAttribute
- extends java.lang.Object
List of attributes associated with all cabins in the specified category.
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="CabinAttribute" maxOccurs="99">
<xs:complexType>
<xs:attribute type="xs:string" use="optional" name="CabinAttributeCode"/>
</xs:complexType>
</xs:element>
Method Summary |
java.lang.String |
getCabinAttributeCode()
Get the 'CabinAttributeCode' attribute value. |
void |
setCabinAttributeCode(java.lang.String cabinAttributeCode)
Set the 'CabinAttributeCode' attribute value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SailingCategoryInfo.SelectedCategory.CabinAttributes.CabinAttribute
public SailingCategoryInfo.SelectedCategory.CabinAttributes.CabinAttribute()
getCabinAttributeCode
public java.lang.String getCabinAttributeCode()
- Get the 'CabinAttributeCode' attribute value. Specifies the type of cabin requested. Refer to OpenTravel Code List Cabin Filters (CBF).
- Returns:
- value
setCabinAttributeCode
public void setCabinAttributeCode(java.lang.String cabinAttributeCode)
- Set the 'CabinAttributeCode' attribute value. Specifies the type of cabin requested. Refer to OpenTravel Code List Cabin Filters (CBF).
- Parameters:
cabinAttributeCode
-