|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.DimensionGroup
public class DimensionGroup
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 |
---|
public DimensionGroup()
Method Detail |
---|
public java.lang.Float getArea()
public void setArea(java.lang.Float area)
area
- public java.lang.Float getHeight()
public void setHeight(java.lang.Float height)
height
- public java.lang.Float getLength()
public void setLength(java.lang.Float length)
length
- public java.lang.Float getWidth()
public void setWidth(java.lang.Float width)
width
- public java.lang.String getUnits()
public void setUnits(java.lang.String units)
units
- public java.lang.String getUnitOfMeasureCode()
public void setUnitOfMeasureCode(java.lang.String unitOfMeasureCode)
unitOfMeasureCode
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |