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> |
ilc |
protected TpegJunctionPointDescriptor |
name |
protected java.util.List<TpegOtherPointDescriptor> |
otherName |
protected PointCoordinates |
pointCoordinates |
protected ExtensionType |
tpegJunctionExtension |
tpegPointExtension| Constructor and Description |
|---|
TpegJunction() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TpegIlcPointDescriptor> |
getIlc()
Gets the value of the ilc property.
|
TpegJunctionPointDescriptor |
getName()
Gets the value of the name property.
|
java.util.List<TpegOtherPointDescriptor> |
getOtherName()
Gets the value of the otherName 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, setTpegPointExtensionprotected PointCoordinates pointCoordinates
protected TpegJunctionPointDescriptor name
protected java.util.List<TpegIlcPointDescriptor> ilc
protected java.util.List<TpegOtherPointDescriptor> otherName
protected ExtensionType tpegJunctionExtension
public PointCoordinates getPointCoordinates()
PointCoordinatespublic void setPointCoordinates(PointCoordinates value)
value - allowed object is
PointCoordinatespublic TpegJunctionPointDescriptor getName()
TpegJunctionPointDescriptorpublic void setName(TpegJunctionPointDescriptor value)
value - allowed object is
TpegJunctionPointDescriptorpublic java.util.List<TpegIlcPointDescriptor> getIlc()
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 ilc property.
For example, to add a new item, do as follows:
getIlc().add(newItem);
Objects of the following type(s) are allowed in the list
TpegIlcPointDescriptor
public java.util.List<TpegOtherPointDescriptor> getOtherName()
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 otherName property.
For example, to add a new item, do as follows:
getOtherName().add(newItem);
Objects of the following type(s) are allowed in the list
TpegOtherPointDescriptor
public ExtensionType getTpegJunctionExtension()
ExtensionTypepublic void setTpegJunctionExtension(ExtensionType value)
value - allowed object is
ExtensionType