Class TPEGJunction
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.TPEGPoint
-
- eu.datex2.siri14.schema._1_0._1_0.TPEGJunction
-
- All Implemented Interfaces:
Serializable
public class TPEGJunction extends TPEGPoint implements Serializable
A point on the road network which is a road junction point.Java class for TPEGJunction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TPEGJunction"> <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}TPEGJunctionPointDescriptor" minOccurs="0"/> <element name="ilc" type="{http://datex2.eu/schema/1_0/1_0}TPEGILCPointDescriptor" maxOccurs="3"/> <element name="otherName" type="{http://datex2.eu/schema/1_0/1_0}TPEGOtherPointDescriptor" maxOccurs="unbounded" minOccurs="0"/> <element name="tpegjunctionExtension" 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<TPEGILCPointDescriptor>ilcsprotected TPEGJunctionPointDescriptornameprotected List<TPEGOtherPointDescriptor>otherNamesprotected PointCoordinatespointCoordinatesprotected ExtensionTypetpegjunctionExtension
-
Constructor Summary
Constructors Constructor Description TPEGJunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TPEGILCPointDescriptor>getIlcs()Gets the value of the ilcs property.TPEGJunctionPointDescriptorgetName()Gets the value of the name property.List<TPEGOtherPointDescriptor>getOtherNames()Gets the value of the otherNames property.PointCoordinatesgetPointCoordinates()Gets the value of the pointCoordinates property.ExtensionTypegetTpegjunctionExtension()Gets the value of the tpegjunctionExtension property.voidsetName(TPEGJunctionPointDescriptor value)Sets the value of the name property.voidsetPointCoordinates(PointCoordinates value)Sets the value of the pointCoordinates property.voidsetTpegjunctionExtension(ExtensionType value)Sets the value of the tpegjunctionExtension property.
-
-
-
Field Detail
-
pointCoordinates
protected PointCoordinates pointCoordinates
-
name
protected TPEGJunctionPointDescriptor name
-
ilcs
protected List<TPEGILCPointDescriptor> ilcs
-
otherNames
protected List<TPEGOtherPointDescriptor> otherNames
-
tpegjunctionExtension
protected ExtensionType tpegjunctionExtension
-
-
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
-
getName
public TPEGJunctionPointDescriptor getName()
Gets the value of the name property.- Returns:
- possible object is
TPEGJunctionPointDescriptor
-
setName
public void setName(TPEGJunctionPointDescriptor value)
Sets the value of the name property.- Parameters:
value- allowed object isTPEGJunctionPointDescriptor
-
getIlcs
public List<TPEGILCPointDescriptor> getIlcs()
Gets the value of the ilcs 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 JAXB object. This is why there is not a
setmethod for the ilcs property.For example, to add a new item, do as follows:
getIlcs().add(newItem);Objects of the following type(s) are allowed in the list
TPEGILCPointDescriptor
-
getOtherNames
public List<TPEGOtherPointDescriptor> getOtherNames()
Gets the value of the otherNames 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 JAXB object. This is why there is not a
setmethod for the otherNames property.For example, to add a new item, do as follows:
getOtherNames().add(newItem);Objects of the following type(s) are allowed in the list
TPEGOtherPointDescriptor
-
getTpegjunctionExtension
public ExtensionType getTpegjunctionExtension()
Gets the value of the tpegjunctionExtension property.- Returns:
- possible object is
ExtensionType
-
setTpegjunctionExtension
public void setTpegjunctionExtension(ExtensionType value)
Sets the value of the tpegjunctionExtension property.- Parameters:
value- allowed object isExtensionType
-
-