public class TpegNonJunctionPoint extends TpegPoint
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/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}TpegOtherPointDescriptor" maxOccurs="unbounded"/>
<element name="tpegNonJunctionPointExtension" 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<TpegOtherPointDescriptor> |
names |
protected PointCoordinates |
pointCoordinates |
protected ExtensionType |
tpegNonJunctionPointExtension |
tpegPointExtension| Constructor and Description |
|---|
TpegNonJunctionPoint() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TpegOtherPointDescriptor> |
getNames()
Gets the value of the names property.
|
PointCoordinates |
getPointCoordinates()
Gets the value of the pointCoordinates property.
|
ExtensionType |
getTpegNonJunctionPointExtension()
Gets the value of the tpegNonJunctionPointExtension property.
|
void |
setPointCoordinates(PointCoordinates value)
Sets the value of the pointCoordinates property.
|
void |
setTpegNonJunctionPointExtension(ExtensionType value)
Sets the value of the tpegNonJunctionPointExtension property.
|
getTpegPointExtension, setTpegPointExtensionprotected PointCoordinates pointCoordinates
protected java.util.List<TpegOtherPointDescriptor> names
protected ExtensionType tpegNonJunctionPointExtension
public PointCoordinates getPointCoordinates()
PointCoordinatespublic void setPointCoordinates(PointCoordinates value)
value - allowed object is
PointCoordinatespublic java.util.List<TpegOtherPointDescriptor> getNames()
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 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
public ExtensionType getTpegNonJunctionPointExtension()
ExtensionTypepublic void setTpegNonJunctionPointExtension(ExtensionType value)
value - allowed object is
ExtensionType