public class TpegHeight
extends java.lang.Object
Java class for TpegHeight complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TpegHeight">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="height" type="{http://datex2.eu/schema/2/2_0}MetresAsFloat" minOccurs="0"/>
<element name="heightType" type="{http://datex2.eu/schema/2/2_0}TpegLoc04HeightTypeEnum"/>
<element name="tpegHeightExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Float |
height |
protected TpegLoc04HeightTypeEnum |
heightType |
protected ExtensionType |
tpegHeightExtension |
| Constructor and Description |
|---|
TpegHeight() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Float |
getHeight()
Gets the value of the height property.
|
TpegLoc04HeightTypeEnum |
getHeightType()
Gets the value of the heightType property.
|
ExtensionType |
getTpegHeightExtension()
Gets the value of the tpegHeightExtension property.
|
void |
setHeight(java.lang.Float value)
Sets the value of the height property.
|
void |
setHeightType(TpegLoc04HeightTypeEnum value)
Sets the value of the heightType property.
|
void |
setTpegHeightExtension(ExtensionType value)
Sets the value of the tpegHeightExtension property.
|
protected java.lang.Float height
protected TpegLoc04HeightTypeEnum heightType
protected ExtensionType tpegHeightExtension
public java.lang.Float getHeight()
Floatpublic void setHeight(java.lang.Float value)
value - allowed object is
Floatpublic TpegLoc04HeightTypeEnum getHeightType()
TpegLoc04HeightTypeEnumpublic void setHeightType(TpegLoc04HeightTypeEnum value)
value - allowed object is
TpegLoc04HeightTypeEnumpublic ExtensionType getTpegHeightExtension()
ExtensionTypepublic void setTpegHeightExtension(ExtensionType value)
value - allowed object is
ExtensionType