org.ota.cruise
Class CabinOption.MeasurementInfo

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

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

Provides area information related to 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="MeasurementInfo" minOccurs="0" maxOccurs="9">
   <xs:complexType>
     <xs:attributeGroup ref="ns:UnitsOfMeasureGroup"/>
     <xs:attributeGroup ref="ns:OptionalCodeOptionalNameGroup"/>
     <xs:attribute type="xs:string" use="optional" name="DimensionInfo"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
CabinOption.MeasurementInfo()
           
 
Method Summary
 java.lang.String getDimensionInfo()
          Get the 'DimensionInfo' attribute value.
 OptionalCodeOptionalNameGroup getOptionalCodeOptionalNameGroup()
          Get the 'OptionalCodeOptionalNameGroup' attributeGroup value.
 UnitsOfMeasureGroup getUnitsOfMeasureGroup()
          Get the 'UnitsOfMeasureGroup' attributeGroup value.
 void setDimensionInfo(java.lang.String dimensionInfo)
          Set the 'DimensionInfo' attribute value.
 void setOptionalCodeOptionalNameGroup(OptionalCodeOptionalNameGroup optionalCodeOptionalNameGroup)
          Set the 'OptionalCodeOptionalNameGroup' attributeGroup value.
 void setUnitsOfMeasureGroup(UnitsOfMeasureGroup unitsOfMeasureGroup)
          Set the 'UnitsOfMeasureGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CabinOption.MeasurementInfo

public CabinOption.MeasurementInfo()
Method Detail

getUnitsOfMeasureGroup

public UnitsOfMeasureGroup getUnitsOfMeasureGroup()
Get the 'UnitsOfMeasureGroup' attributeGroup value. Provides the unit of measure information for the item identified by the Code.

Returns:
value

setUnitsOfMeasureGroup

public void setUnitsOfMeasureGroup(UnitsOfMeasureGroup unitsOfMeasureGroup)
Set the 'UnitsOfMeasureGroup' attributeGroup value. Provides the unit of measure information for the item identified by the Code.

Parameters:
unitsOfMeasureGroup -

getOptionalCodeOptionalNameGroup

public OptionalCodeOptionalNameGroup getOptionalCodeOptionalNameGroup()
Get the 'OptionalCodeOptionalNameGroup' attributeGroup value. This will provide the item for which measurements are being provided (e.g., balcony, cabin).

Returns:
value

setOptionalCodeOptionalNameGroup

public void setOptionalCodeOptionalNameGroup(OptionalCodeOptionalNameGroup optionalCodeOptionalNameGroup)
Set the 'OptionalCodeOptionalNameGroup' attributeGroup value. This will provide the item for which measurements are being provided (e.g., balcony, cabin).

Parameters:
optionalCodeOptionalNameGroup -

getDimensionInfo

public java.lang.String getDimensionInfo()
Get the 'DimensionInfo' attribute value. The dimensions associated with the cabin, balcony, or window (e.g., 10x12)

Returns:
value

setDimensionInfo

public void setDimensionInfo(java.lang.String dimensionInfo)
Set the 'DimensionInfo' attribute value. The dimensions associated with the cabin, balcony, or window (e.g., 10x12)

Parameters:
dimensionInfo -