Class TPEGNonJunctionPoint
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.TPEGPoint
-
- eu.datex2.siri13.schema._1_0._1_0.TPEGNonJunctionPoint
-
- All Implemented Interfaces:
Serializable
public class TPEGNonJunctionPoint extends TPEGPoint implements Serializable
A point on the road network which is not a road junction point.Java class for TPEGNonJunctionPoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TPEGNonJunctionPoint"> <complexContent> <extension base="{http://datex2.eu/schema/1_0/1_0}TPEGPoint"> <sequence> <element name="pointCoordinates" type="{http://datex2.eu/schema/1_0/1_0}PointCoordinates"/> <element name="name" type="{http://datex2.eu/schema/1_0/1_0}TPEGOtherPointDescriptor" maxOccurs="unbounded"/> <element name="tpegnonJunctionPointExtension" 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 List<TPEGOtherPointDescriptor>namesprotected PointCoordinatespointCoordinatesprotected ExtensionTypetpegnonJunctionPointExtension
-
Constructor Summary
Constructors Constructor Description TPEGNonJunctionPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TPEGOtherPointDescriptor>getNames()Gets the value of the names property.PointCoordinatesgetPointCoordinates()Gets the value of the pointCoordinates property.ExtensionTypegetTpegnonJunctionPointExtension()Gets the value of the tpegnonJunctionPointExtension property.voidsetPointCoordinates(PointCoordinates value)Sets the value of the pointCoordinates property.voidsetTpegnonJunctionPointExtension(ExtensionType value)Sets the value of the tpegnonJunctionPointExtension property.
-
-
-
Field Detail
-
pointCoordinates
protected PointCoordinates pointCoordinates
-
names
protected List<TPEGOtherPointDescriptor> names
-
tpegnonJunctionPointExtension
protected ExtensionType tpegnonJunctionPointExtension
-
-
Method Detail
-
getPointCoordinates
public PointCoordinates getPointCoordinates()
Gets the value of the pointCoordinates property.- Returns:
- possible object is
PointCoordinates
-
setPointCoordinates
public void setPointCoordinates(PointCoordinates value)
Sets the value of the pointCoordinates property.- Parameters:
value- allowed object isPointCoordinates
-
getNames
public List<TPEGOtherPointDescriptor> getNames()
Gets the value of the names property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the names property.For example, to add a new item, do as follows:
getNames().add(newItem);Objects of the following type(s) are allowed in the list
TPEGOtherPointDescriptor
-
getTpegnonJunctionPointExtension
public ExtensionType getTpegnonJunctionPointExtension()
Gets the value of the tpegnonJunctionPointExtension property.- Returns:
- possible object is
ExtensionType
-
setTpegnonJunctionPointExtension
public void setTpegnonJunctionPointExtension(ExtensionType value)
Sets the value of the tpegnonJunctionPointExtension property.- Parameters:
value- allowed object isExtensionType
-
-