Class TpegAreaLocation
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.TpegAreaLocation
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TpegGeometricArea,TpegNamedOnlyArea
public abstract class TpegAreaLocation extends Object implements Serializable
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="tpegAreaLocationType" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegLoc01AreaLocationSubtypeEnum"/> <element name="tpegHeight" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegHeight" minOccurs="0"/> <element name="tpegAreaLocationExtension" 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 ExtensionTypetpegAreaLocationExtensionprotected TpegLoc01AreaLocationSubtypeEnumtpegAreaLocationTypeprotected TpegHeighttpegHeight
-
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.TpegLoc01AreaLocationSubtypeEnumgetTpegAreaLocationType()Gets the value of the tpegAreaLocationType property.TpegHeightgetTpegHeight()Gets the value of the tpegHeight property.voidsetTpegAreaLocationExtension(ExtensionType value)Sets the value of the tpegAreaLocationExtension property.voidsetTpegAreaLocationType(TpegLoc01AreaLocationSubtypeEnum value)Sets the value of the tpegAreaLocationType property.voidsetTpegHeight(TpegHeight value)Sets the value of the tpegHeight property.
-
-
-
Field Detail
-
tpegAreaLocationType
protected TpegLoc01AreaLocationSubtypeEnum tpegAreaLocationType
-
tpegHeight
protected TpegHeight tpegHeight
-
tpegAreaLocationExtension
protected ExtensionType tpegAreaLocationExtension
-
-
Method Detail
-
getTpegAreaLocationType
public TpegLoc01AreaLocationSubtypeEnum getTpegAreaLocationType()
Gets the value of the tpegAreaLocationType property.- Returns:
- possible object is
TpegLoc01AreaLocationSubtypeEnum
-
setTpegAreaLocationType
public void setTpegAreaLocationType(TpegLoc01AreaLocationSubtypeEnum value)
Sets the value of the tpegAreaLocationType 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
-
-