Class TpegHeight
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.TpegHeight
-
- All Implemented Interfaces:
Serializable
public class TpegHeight extends Object implements Serializable
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_0RC1/2_0}MetresAsFloat" minOccurs="0"/> <element name="heightType" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegLoc04HeightTypeEnum"/> <element name="tpegHeightExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Floatheightprotected TpegLoc04HeightTypeEnumheightTypeprotected ExtensionTypetpegHeightExtension
-
Constructor Summary
Constructors Constructor Description TpegHeight()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetHeight()Gets the value of the height property.TpegLoc04HeightTypeEnumgetHeightType()Gets the value of the heightType property.ExtensionTypegetTpegHeightExtension()Gets the value of the tpegHeightExtension property.voidsetHeight(Float value)Sets the value of the height property.voidsetHeightType(TpegLoc04HeightTypeEnum value)Sets the value of the heightType property.voidsetTpegHeightExtension(ExtensionType value)Sets the value of the tpegHeightExtension property.
-
-
-
Field Detail
-
height
protected Float height
-
heightType
protected TpegLoc04HeightTypeEnum heightType
-
tpegHeightExtension
protected ExtensionType tpegHeightExtension
-
-
Method Detail
-
getHeight
public Float getHeight()
Gets the value of the height property.- Returns:
- possible object is
Float
-
setHeight
public void setHeight(Float value)
Sets the value of the height property.- Parameters:
value- allowed object isFloat
-
getHeightType
public TpegLoc04HeightTypeEnum getHeightType()
Gets the value of the heightType property.- Returns:
- possible object is
TpegLoc04HeightTypeEnum
-
setHeightType
public void setHeightType(TpegLoc04HeightTypeEnum value)
Sets the value of the heightType property.- Parameters:
value- allowed object isTpegLoc04HeightTypeEnum
-
getTpegHeightExtension
public ExtensionType getTpegHeightExtension()
Gets the value of the tpegHeightExtension property.- Returns:
- possible object is
ExtensionType
-
setTpegHeightExtension
public void setTpegHeightExtension(ExtensionType value)
Sets the value of the tpegHeightExtension property.- Parameters:
value- allowed object isExtensionType
-
-