public class Dimension extends Object
Java class for Dimension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Dimension">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dimensionLength" type="{http://datex2.eu/schema/2/2_0}MetresAsFloat" minOccurs="0"/>
<element name="dimensionWidth" type="{http://datex2.eu/schema/2/2_0}MetresAsFloat" minOccurs="0"/>
<element name="dimensionHeight" type="{http://datex2.eu/schema/2/2_0}MetresAsFloat" minOccurs="0"/>
<element name="dimensionUsableArea" type="{http://datex2.eu/schema/2/2_0}SquareMetres" minOccurs="0"/>
<element name="dimensionExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
dimensionExtension |
protected Float |
dimensionHeight |
protected Float |
dimensionLength |
protected Long |
dimensionUsableArea |
protected Float |
dimensionWidth |
| Constructor and Description |
|---|
Dimension() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getDimensionExtension()
Gets the value of the dimensionExtension property.
|
Float |
getDimensionHeight()
Gets the value of the dimensionHeight property.
|
Float |
getDimensionLength()
Gets the value of the dimensionLength property.
|
Long |
getDimensionUsableArea()
Gets the value of the dimensionUsableArea property.
|
Float |
getDimensionWidth()
Gets the value of the dimensionWidth property.
|
void |
setDimensionExtension(ExtensionType value)
Sets the value of the dimensionExtension property.
|
void |
setDimensionHeight(Float value)
Sets the value of the dimensionHeight property.
|
void |
setDimensionLength(Float value)
Sets the value of the dimensionLength property.
|
void |
setDimensionUsableArea(Long value)
Sets the value of the dimensionUsableArea property.
|
void |
setDimensionWidth(Float value)
Sets the value of the dimensionWidth property.
|
protected Float dimensionLength
protected Float dimensionWidth
protected Float dimensionHeight
protected Long dimensionUsableArea
protected ExtensionType dimensionExtension
public Float getDimensionLength()
Floatpublic void setDimensionLength(Float value)
value - allowed object is
Floatpublic Float getDimensionWidth()
Floatpublic void setDimensionWidth(Float value)
value - allowed object is
Floatpublic Float getDimensionHeight()
Floatpublic void setDimensionHeight(Float value)
value - allowed object is
Floatpublic Long getDimensionUsableArea()
Stringpublic void setDimensionUsableArea(Long value)
value - allowed object is
Stringpublic ExtensionType getDimensionExtension()
ExtensionTypepublic void setDimensionExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.