Class TpegJunction
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.TpegPoint
-
- eu.datex2.siri20.schema._2_0rc1._2_0.TpegJunction
-
- All Implemented Interfaces:
Serializable
public class TpegJunction extends TpegPoint implements Serializable
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/2_0RC1/2_0}TpegPoint"> <sequence> <element name="pointCoordinates" type="{http://datex2.eu/schema/2_0RC1/2_0}PointCoordinates"/> <element name="name" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegJunctionPointDescriptor" minOccurs="0"/> <element name="ilc" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegIlcPointDescriptor" maxOccurs="3"/> <element name="otherName" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegOtherPointDescriptor" maxOccurs="unbounded" minOccurs="0"/> <element name="tpegJunctionExtension" type="{http://datex2.eu/schema/2_0RC1/2_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-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.TpegPoint
tpegPointExtension
-
-
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.-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.TpegPoint
getTpegPointExtension, setTpegPointExtension
-
-
-
-
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 Jakarta XML Binding 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 Jakarta XML Binding 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
-
-