Class TPEGFramedPoint
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.TPEGPointLocation
-
- eu.datex2.siri13.schema._1_0._1_0.TPEGFramedPoint
-
- All Implemented Interfaces:
Serializable
public class TPEGFramedPoint extends TPEGPointLocation implements Serializable
A point on the road network which is framed between two other points on the same road.Java class for TPEGFramedPoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TPEGFramedPoint"> <complexContent> <extension base="{http://datex2.eu/schema/1_0/1_0}TPEGPointLocation"> <sequence> <element name="tpegLocationType" type="{http://datex2.eu/schema/1_0/1_0}TPEGLoc01FramedPointLocationSubtypeEnum"/> <element name="framedPoint" type="{http://datex2.eu/schema/1_0/1_0}TPEGNonJunctionPoint"/> <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="tpegframedPointExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected TPEGNonJunctionPointframedPointprotected TPEGPointfromprotected TPEGPointtoprotected ExtensionTypetpegframedPointExtensionprotected TPEGLoc01FramedPointLocationSubtypeEnumtpegLocationType-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.TPEGPointLocation
tpegDirection, tpegpointLocationExtension
-
-
Constructor Summary
Constructors Constructor Description TPEGFramedPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TPEGNonJunctionPointgetFramedPoint()Gets the value of the framedPoint property.TPEGPointgetFrom()Gets the value of the from property.TPEGPointgetTo()Gets the value of the to property.ExtensionTypegetTpegframedPointExtension()Gets the value of the tpegframedPointExtension property.TPEGLoc01FramedPointLocationSubtypeEnumgetTpegLocationType()Gets the value of the tpegLocationType property.voidsetFramedPoint(TPEGNonJunctionPoint value)Sets the value of the framedPoint property.voidsetFrom(TPEGPoint value)Sets the value of the from property.voidsetTo(TPEGPoint value)Sets the value of the to property.voidsetTpegframedPointExtension(ExtensionType value)Sets the value of the tpegframedPointExtension property.voidsetTpegLocationType(TPEGLoc01FramedPointLocationSubtypeEnum value)Sets the value of the tpegLocationType property.-
Methods inherited from class eu.datex2.siri13.schema._1_0._1_0.TPEGPointLocation
getTpegDirection, getTpegpointLocationExtension, setTpegDirection, setTpegpointLocationExtension
-
-
-
-
Field Detail
-
tpegLocationType
protected TPEGLoc01FramedPointLocationSubtypeEnum tpegLocationType
-
framedPoint
protected TPEGNonJunctionPoint framedPoint
-
to
protected TPEGPoint to
-
from
protected TPEGPoint from
-
tpegframedPointExtension
protected ExtensionType tpegframedPointExtension
-
-
Method Detail
-
getTpegLocationType
public TPEGLoc01FramedPointLocationSubtypeEnum getTpegLocationType()
Gets the value of the tpegLocationType property.- Returns:
- possible object is
TPEGLoc01FramedPointLocationSubtypeEnum
-
setTpegLocationType
public void setTpegLocationType(TPEGLoc01FramedPointLocationSubtypeEnum value)
Sets the value of the tpegLocationType property.- Parameters:
value- allowed object isTPEGLoc01FramedPointLocationSubtypeEnum
-
getFramedPoint
public TPEGNonJunctionPoint getFramedPoint()
Gets the value of the framedPoint property.- Returns:
- possible object is
TPEGNonJunctionPoint
-
setFramedPoint
public void setFramedPoint(TPEGNonJunctionPoint value)
Sets the value of the framedPoint property.- Parameters:
value- allowed object isTPEGNonJunctionPoint
-
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
-
getTpegframedPointExtension
public ExtensionType getTpegframedPointExtension()
Gets the value of the tpegframedPointExtension property.- Returns:
- possible object is
ExtensionType
-
setTpegframedPointExtension
public void setTpegframedPointExtension(ExtensionType value)
Sets the value of the tpegframedPointExtension property.- Parameters:
value- allowed object isExtensionType
-
-