Class TPEGPointLocation
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.TPEGPointLocation
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TPEGFramedPoint,TPEGSimplePoint
public abstract class TPEGPointLocation extends Object implements Serializable
A single point on the road network defined by a TPEG-Loc structure and which has an associated direction of traffic flow.Java class for TPEGPointLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TPEGPointLocation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="tpegDirection" type="{http://datex2.eu/schema/1_0/1_0}TPEGLoc02DirectionTypeEnum"/> <element name="tpegpointLocationExtension" 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 TPEGLoc02DirectionTypeEnumtpegDirectionprotected ExtensionTypetpegpointLocationExtension
-
Constructor Summary
Constructors Constructor Description TPEGPointLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TPEGLoc02DirectionTypeEnumgetTpegDirection()Gets the value of the tpegDirection property.ExtensionTypegetTpegpointLocationExtension()Gets the value of the tpegpointLocationExtension property.voidsetTpegDirection(TPEGLoc02DirectionTypeEnum value)Sets the value of the tpegDirection property.voidsetTpegpointLocationExtension(ExtensionType value)Sets the value of the tpegpointLocationExtension property.
-
-
-
Field Detail
-
tpegDirection
protected TPEGLoc02DirectionTypeEnum tpegDirection
-
tpegpointLocationExtension
protected ExtensionType tpegpointLocationExtension
-
-
Method Detail
-
getTpegDirection
public TPEGLoc02DirectionTypeEnum getTpegDirection()
Gets the value of the tpegDirection property.- Returns:
- possible object is
TPEGLoc02DirectionTypeEnum
-
setTpegDirection
public void setTpegDirection(TPEGLoc02DirectionTypeEnum value)
Sets the value of the tpegDirection property.- Parameters:
value- allowed object isTPEGLoc02DirectionTypeEnum
-
getTpegpointLocationExtension
public ExtensionType getTpegpointLocationExtension()
Gets the value of the tpegpointLocationExtension property.- Returns:
- possible object is
ExtensionType
-
setTpegpointLocationExtension
public void setTpegpointLocationExtension(ExtensionType value)
Sets the value of the tpegpointLocationExtension property.- Parameters:
value- allowed object isExtensionType
-
-