public class TpegJunction extends TpegPoint
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/2_0}TpegPoint"> <sequence> <element name="pointCoordinates" type="{http://datex2.eu/schema/2/2_0}PointCoordinates"/> <element name="name" type="{http://datex2.eu/schema/2/2_0}TpegJunctionPointDescriptor" minOccurs="0"/> <element name="ilc" type="{http://datex2.eu/schema/2/2_0}TpegIlcPointDescriptor" maxOccurs="3"/> <element name="otherName" type="{http://datex2.eu/schema/2/2_0}TpegOtherPointDescriptor" maxOccurs="unbounded" minOccurs="0"/> <element name="tpegJunctionExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<TpegIlcPointDescriptor> |
ilcs |
protected TpegJunctionPointDescriptor |
name |
protected java.util.List<TpegOtherPointDescriptor> |
otherNames |
protected PointCoordinates |
pointCoordinates |
protected ExtensionType |
tpegJunctionExtension |
tpegPointExtension
Constructor and Description |
---|
TpegJunction() |
Modifier and Type | Method and Description |
---|---|
java.util.List<TpegIlcPointDescriptor> |
getIlcs()
Gets the value of the ilcs property.
|
TpegJunctionPointDescriptor |
getName()
Gets the value of the name property.
|
java.util.List<TpegOtherPointDescriptor> |
getOtherNames()
Gets the value of the otherNames property.
|
PointCoordinates |
getPointCoordinates()
Gets the value of the pointCoordinates property.
|
ExtensionType |
getTpegJunctionExtension()
Gets the value of the tpegJunctionExtension property.
|
void |
setName(TpegJunctionPointDescriptor value)
Sets the value of the name property.
|
void |
setPointCoordinates(PointCoordinates value)
Sets the value of the pointCoordinates property.
|
void |
setTpegJunctionExtension(ExtensionType value)
Sets the value of the tpegJunctionExtension property.
|
getTpegPointExtension, setTpegPointExtension
protected PointCoordinates pointCoordinates
protected TpegJunctionPointDescriptor name
protected java.util.List<TpegIlcPointDescriptor> ilcs
protected java.util.List<TpegOtherPointDescriptor> otherNames
protected ExtensionType tpegJunctionExtension
public PointCoordinates getPointCoordinates()
PointCoordinates
public void setPointCoordinates(PointCoordinates value)
value
- allowed object is
PointCoordinates
public TpegJunctionPointDescriptor getName()
TpegJunctionPointDescriptor
public void setName(TpegJunctionPointDescriptor value)
value
- allowed object is
TpegJunctionPointDescriptor
public java.util.List<TpegIlcPointDescriptor> getIlcs()
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 set
method 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
public java.util.List<TpegOtherPointDescriptor> getOtherNames()
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 set
method 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
public ExtensionType getTpegJunctionExtension()
ExtensionType
public void setTpegJunctionExtension(ExtensionType value)
value
- allowed object is
ExtensionType