Class TPEGLinearLocation
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.TPEGLinearLocation
-
- All Implemented Interfaces:
Serializable
public class TPEGLinearLocation extends Object implements Serializable
A linear section along a road defined between two points on the road by a TPEG-Loc structure.Java class for TPEGLinearLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TPEGLinearLocation"> <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="tpegLocationType" type="{http://datex2.eu/schema/1_0/1_0}TPEGLoc01LinearLocationSubtypeEnum"/> <element name="to" type="{http://datex2.eu/schema/1_0/1_0}TPEGPoint"/> <element name="from" type="{http://datex2.eu/schema/1_0/1_0}TPEGPoint"/> <element name="tpeglinearLocationExtension" 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 TPEGPointfromprotected TPEGPointtoprotected TPEGLoc02DirectionTypeEnumtpegDirectionprotected ExtensionTypetpeglinearLocationExtensionprotected TPEGLoc01LinearLocationSubtypeEnumtpegLocationType
-
Constructor Summary
Constructors Constructor Description TPEGLinearLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TPEGPointgetFrom()Gets the value of the from property.TPEGPointgetTo()Gets the value of the to property.TPEGLoc02DirectionTypeEnumgetTpegDirection()Gets the value of the tpegDirection property.ExtensionTypegetTpeglinearLocationExtension()Gets the value of the tpeglinearLocationExtension property.TPEGLoc01LinearLocationSubtypeEnumgetTpegLocationType()Gets the value of the tpegLocationType property.voidsetFrom(TPEGPoint value)Sets the value of the from property.voidsetTo(TPEGPoint value)Sets the value of the to property.voidsetTpegDirection(TPEGLoc02DirectionTypeEnum value)Sets the value of the tpegDirection property.voidsetTpeglinearLocationExtension(ExtensionType value)Sets the value of the tpeglinearLocationExtension property.voidsetTpegLocationType(TPEGLoc01LinearLocationSubtypeEnum value)Sets the value of the tpegLocationType property.
-
-
-
Field Detail
-
tpegDirection
protected TPEGLoc02DirectionTypeEnum tpegDirection
-
tpegLocationType
protected TPEGLoc01LinearLocationSubtypeEnum tpegLocationType
-
to
protected TPEGPoint to
-
from
protected TPEGPoint from
-
tpeglinearLocationExtension
protected ExtensionType tpeglinearLocationExtension
-
-
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
-
getTpegLocationType
public TPEGLoc01LinearLocationSubtypeEnum getTpegLocationType()
Gets the value of the tpegLocationType property.- Returns:
- possible object is
TPEGLoc01LinearLocationSubtypeEnum
-
setTpegLocationType
public void setTpegLocationType(TPEGLoc01LinearLocationSubtypeEnum value)
Sets the value of the tpegLocationType property.- Parameters:
value- allowed object isTPEGLoc01LinearLocationSubtypeEnum
-
getTo
public TPEGPoint getTo()
Gets the value of the to property.- Returns:
- possible object is
TPEGPoint
-
setTo
public void setTo(TPEGPoint value)
Sets the value of the to property.- Parameters:
value- allowed object isTPEGPoint
-
getFrom
public TPEGPoint getFrom()
Gets the value of the from property.- Returns:
- possible object is
TPEGPoint
-
setFrom
public void setFrom(TPEGPoint value)
Sets the value of the from property.- Parameters:
value- allowed object isTPEGPoint
-
getTpeglinearLocationExtension
public ExtensionType getTpeglinearLocationExtension()
Gets the value of the tpeglinearLocationExtension property.- Returns:
- possible object is
ExtensionType
-
setTpeglinearLocationExtension
public void setTpeglinearLocationExtension(ExtensionType value)
Sets the value of the tpeglinearLocationExtension property.- Parameters:
value- allowed object isExtensionType
-
-