org.ota.hotel
Class DimensionGroup

java.lang.Object
  extended by org.ota.hotel.DimensionGroup

public class DimensionGroup
extends java.lang.Object

Provides dimension details for an object with which it is associated (e.g., a dance floor, riser, meeting room). Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DimensionGroup">
   <xs:attribute type="xs:float" use="optional" name="Area"/>
   <xs:attribute type="xs:float" use="optional" name="Height"/>
   <xs:attribute type="xs:float" use="optional" name="Length"/>
   <xs:attribute type="xs:float" use="optional" name="Width"/>
   <xs:attribute type="xs:string" use="optional" name="Units"/>
   <xs:attribute type="xs:string" use="optional" name="UnitOfMeasureCode"/>
 </xs:attributeGroup>
 


Constructor Summary
DimensionGroup()
           
 
Method Summary
 java.lang.Float getArea()
          Get the 'Area' attribute value.
 java.lang.Float getHeight()
          Get the 'Height' attribute value.
 java.lang.Float getLength()
          Get the 'Length' attribute value.
 java.lang.String getUnitOfMeasureCode()
          Get the 'UnitOfMeasureCode' attribute value.
 java.lang.String getUnits()
          Get the 'Units' attribute value.
 java.lang.Float getWidth()
          Get the 'Width' attribute value.
 void setArea(java.lang.Float area)
          Set the 'Area' attribute value.
 void setHeight(java.lang.Float height)
          Set the 'Height' attribute value.
 void setLength(java.lang.Float length)
          Set the 'Length' attribute value.
 void setUnitOfMeasureCode(java.lang.String unitOfMeasureCode)
          Set the 'UnitOfMeasureCode' attribute value.
 void setUnits(java.lang.String units)
          Set the 'Units' attribute value.
 void setWidth(java.lang.Float width)
          Set the 'Width' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DimensionGroup

public DimensionGroup()
Method Detail

getArea

public java.lang.Float getArea()
Get the 'Area' attribute value.

Returns:
value

setArea

public void setArea(java.lang.Float area)
Set the 'Area' attribute value.

Parameters:
area -

getHeight

public java.lang.Float getHeight()
Get the 'Height' attribute value.

Returns:
value

setHeight

public void setHeight(java.lang.Float height)
Set the 'Height' attribute value.

Parameters:
height -

getLength

public java.lang.Float getLength()
Get the 'Length' attribute value.

Returns:
value

setLength

public void setLength(java.lang.Float length)
Set the 'Length' attribute value.

Parameters:
length -

getWidth

public java.lang.Float getWidth()
Get the 'Width' attribute value.

Returns:
value

setWidth

public void setWidth(java.lang.Float width)
Set the 'Width' attribute value.

Parameters:
width -

getUnits

public java.lang.String getUnits()
Get the 'Units' attribute value. This defines the unit in which the dimensions are expressed (e.g. it could be generic such as metric or imperial or specific such as inches, feet, yards, miles, millimeters, centimeters, meters, kilometers- according to usage).

Returns:
value

setUnits

public void setUnits(java.lang.String units)
Set the 'Units' attribute value. This defines the unit in which the dimensions are expressed (e.g. it could be generic such as metric or imperial or specific such as inches, feet, yards, miles, millimeters, centimeters, meters, kilometers- according to usage).

Parameters:
units -

getUnitOfMeasureCode

public java.lang.String getUnitOfMeasureCode()
Get the 'UnitOfMeasureCode' attribute value. The unit of measure in a code format. Refer to OpenTravel Code List Unit of Measure Code (UOM).

Returns:
value

setUnitOfMeasureCode

public void setUnitOfMeasureCode(java.lang.String unitOfMeasureCode)
Set the 'UnitOfMeasureCode' attribute value. The unit of measure in a code format. Refer to OpenTravel Code List Unit of Measure Code (UOM).

Parameters:
unitOfMeasureCode -