Class TPEGSimplePoint
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.TPEGPointLocation
-
- eu.datex2.siri14.schema._1_0._1_0.TPEGSimplePoint
-
- All Implemented Interfaces:
Serializable
public class TPEGSimplePoint extends TPEGPointLocation implements Serializable
A point on the road network which is not bounded by any other points on the road network.Java class for TPEGSimplePoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TPEGSimplePoint"> <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}TPEGLoc01SimplePointLocationSubtypeEnum"/> <element name="point" type="{http://datex2.eu/schema/1_0/1_0}TPEGPoint"/> <element name="tpegsimplePointExtension" 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 TPEGPointpointprotected TPEGLoc01SimplePointLocationSubtypeEnumtpegLocationTypeprotected ExtensionTypetpegsimplePointExtension-
Fields inherited from class eu.datex2.siri14.schema._1_0._1_0.TPEGPointLocation
tpegDirection, tpegpointLocationExtension
-
-
Constructor Summary
Constructors Constructor Description TPEGSimplePoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TPEGPointgetPoint()Gets the value of the point property.TPEGLoc01SimplePointLocationSubtypeEnumgetTpegLocationType()Gets the value of the tpegLocationType property.ExtensionTypegetTpegsimplePointExtension()Gets the value of the tpegsimplePointExtension property.voidsetPoint(TPEGPoint value)Sets the value of the point property.voidsetTpegLocationType(TPEGLoc01SimplePointLocationSubtypeEnum value)Sets the value of the tpegLocationType property.voidsetTpegsimplePointExtension(ExtensionType value)Sets the value of the tpegsimplePointExtension property.-
Methods inherited from class eu.datex2.siri14.schema._1_0._1_0.TPEGPointLocation
getTpegDirection, getTpegpointLocationExtension, setTpegDirection, setTpegpointLocationExtension
-
-
-
-
Field Detail
-
tpegLocationType
protected TPEGLoc01SimplePointLocationSubtypeEnum tpegLocationType
-
point
protected TPEGPoint point
-
tpegsimplePointExtension
protected ExtensionType tpegsimplePointExtension
-
-
Method Detail
-
getTpegLocationType
public TPEGLoc01SimplePointLocationSubtypeEnum getTpegLocationType()
Gets the value of the tpegLocationType property.- Returns:
- possible object is
TPEGLoc01SimplePointLocationSubtypeEnum
-
setTpegLocationType
public void setTpegLocationType(TPEGLoc01SimplePointLocationSubtypeEnum value)
Sets the value of the tpegLocationType property.- Parameters:
value- allowed object isTPEGLoc01SimplePointLocationSubtypeEnum
-
getPoint
public TPEGPoint getPoint()
Gets the value of the point property.- Returns:
- possible object is
TPEGPoint
-
setPoint
public void setPoint(TPEGPoint value)
Sets the value of the point property.- Parameters:
value- allowed object isTPEGPoint
-
getTpegsimplePointExtension
public ExtensionType getTpegsimplePointExtension()
Gets the value of the tpegsimplePointExtension property.- Returns:
- possible object is
ExtensionType
-
setTpegsimplePointExtension
public void setTpegsimplePointExtension(ExtensionType value)
Sets the value of the tpegsimplePointExtension property.- Parameters:
value- allowed object isExtensionType
-
-