Class TPEGAreaLocation
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.TPEGAreaLocation
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TPEGGeometricArea,TPEGNamedOnlyArea
public abstract class TPEGAreaLocation extends Object implements Serializable
A geographic or geometric area defined by a TPEG-Loc structure which may include height information for additional geospatial descrimination.Java class for TPEGAreaLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TPEGAreaLocation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tpegLocationType" type="{http://datex2.eu/schema/1_0/1_0}TPEGLoc01AreaLocationSubtypeEnum"/> <element name="tpegheight" type="{http://datex2.eu/schema/1_0/1_0}TPEGHeight" minOccurs="0"/> <element name="tpegareaLocationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypetpegareaLocationExtensionprotected TPEGHeighttpegheightprotected TPEGLoc01AreaLocationSubtypeEnumtpegLocationType
-
Constructor Summary
Constructors Constructor Description TPEGAreaLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetTpegareaLocationExtension()Gets the value of the tpegareaLocationExtension property.TPEGHeightgetTpegheight()Gets the value of the tpegheight property.TPEGLoc01AreaLocationSubtypeEnumgetTpegLocationType()Gets the value of the tpegLocationType property.voidsetTpegareaLocationExtension(ExtensionType value)Sets the value of the tpegareaLocationExtension property.voidsetTpegheight(TPEGHeight value)Sets the value of the tpegheight property.voidsetTpegLocationType(TPEGLoc01AreaLocationSubtypeEnum value)Sets the value of the tpegLocationType property.
-
-
-
Field Detail
-
tpegLocationType
protected TPEGLoc01AreaLocationSubtypeEnum tpegLocationType
-
tpegheight
protected TPEGHeight tpegheight
-
tpegareaLocationExtension
protected ExtensionType tpegareaLocationExtension
-
-
Method Detail
-
getTpegLocationType
public TPEGLoc01AreaLocationSubtypeEnum getTpegLocationType()
Gets the value of the tpegLocationType property.- Returns:
- possible object is
TPEGLoc01AreaLocationSubtypeEnum
-
setTpegLocationType
public void setTpegLocationType(TPEGLoc01AreaLocationSubtypeEnum value)
Sets the value of the tpegLocationType property.- Parameters:
value- allowed object isTPEGLoc01AreaLocationSubtypeEnum
-
getTpegheight
public TPEGHeight getTpegheight()
Gets the value of the tpegheight property.- Returns:
- possible object is
TPEGHeight
-
setTpegheight
public void setTpegheight(TPEGHeight value)
Sets the value of the tpegheight property.- Parameters:
value- allowed object isTPEGHeight
-
getTpegareaLocationExtension
public ExtensionType getTpegareaLocationExtension()
Gets the value of the tpegareaLocationExtension property.- Returns:
- possible object is
ExtensionType
-
setTpegareaLocationExtension
public void setTpegareaLocationExtension(ExtensionType value)
Sets the value of the tpegareaLocationExtension property.- Parameters:
value- allowed object isExtensionType
-
-