Class TpegNonJunctionPoint
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.TpegPoint
-
- eu.datex2.siri20.schema._2_0rc1._2_0.TpegNonJunctionPoint
-
- All Implemented Interfaces:
Serializable
public class TpegNonJunctionPoint extends TpegPoint implements Serializable
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/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}TpegOtherPointDescriptor" maxOccurs="unbounded"/> <element name="tpegNonJunctionPointExtension" 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<TpegOtherPointDescriptor>namesprotected PointCoordinatespointCoordinatesprotected ExtensionTypetpegNonJunctionPointExtension-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.TpegPoint
tpegPointExtension
-
-
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.-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.TpegPoint
getTpegPointExtension, setTpegPointExtension
-
-
-
-
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 JAXB 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
-
-