public class Point extends NetworkLocation
Java class for Point complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Point">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}NetworkLocation">
<sequence>
<element name="tpegPointLocation" type="{http://datex2.eu/schema/2/2_0}TpegPointLocation" minOccurs="0"/>
<element name="alertCPoint" type="{http://datex2.eu/schema/2/2_0}AlertCPoint" minOccurs="0"/>
<element name="pointAlongLinearElement" type="{http://datex2.eu/schema/2/2_0}PointAlongLinearElement" minOccurs="0"/>
<element name="pointByCoordinates" type="{http://datex2.eu/schema/2/2_0}PointByCoordinates" minOccurs="0"/>
<element name="pointExtension" type="{http://datex2.eu/schema/2/2_0}_PointExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AlertCPoint |
alertCPoint |
protected PointAlongLinearElement |
pointAlongLinearElement |
protected PointByCoordinates |
pointByCoordinates |
protected PointExtensionType |
pointExtension |
protected TpegPointLocation |
tpegPointLocation |
networkLocationExtension, supplementaryPositionalDescriptionlocationExtension, locationForDisplaygroupOfLocationsExtension| Constructor and Description |
|---|
Point() |
| Modifier and Type | Method and Description |
|---|---|
AlertCPoint |
getAlertCPoint()
Gets the value of the alertCPoint property.
|
PointAlongLinearElement |
getPointAlongLinearElement()
Gets the value of the pointAlongLinearElement property.
|
PointByCoordinates |
getPointByCoordinates()
Gets the value of the pointByCoordinates property.
|
PointExtensionType |
getPointExtension()
Gets the value of the pointExtension property.
|
TpegPointLocation |
getTpegPointLocation()
Gets the value of the tpegPointLocation property.
|
void |
setAlertCPoint(AlertCPoint value)
Sets the value of the alertCPoint property.
|
void |
setPointAlongLinearElement(PointAlongLinearElement value)
Sets the value of the pointAlongLinearElement property.
|
void |
setPointByCoordinates(PointByCoordinates value)
Sets the value of the pointByCoordinates property.
|
void |
setPointExtension(PointExtensionType value)
Sets the value of the pointExtension property.
|
void |
setTpegPointLocation(TpegPointLocation value)
Sets the value of the tpegPointLocation property.
|
getNetworkLocationExtension, getSupplementaryPositionalDescription, setNetworkLocationExtension, setSupplementaryPositionalDescriptiongetLocationExtension, getLocationForDisplay, setLocationExtension, setLocationForDisplaygetGroupOfLocationsExtension, setGroupOfLocationsExtensionprotected TpegPointLocation tpegPointLocation
protected AlertCPoint alertCPoint
protected PointAlongLinearElement pointAlongLinearElement
protected PointByCoordinates pointByCoordinates
protected PointExtensionType pointExtension
public TpegPointLocation getTpegPointLocation()
TpegPointLocationpublic void setTpegPointLocation(TpegPointLocation value)
value - allowed object is
TpegPointLocationpublic AlertCPoint getAlertCPoint()
AlertCPointpublic void setAlertCPoint(AlertCPoint value)
value - allowed object is
AlertCPointpublic PointAlongLinearElement getPointAlongLinearElement()
PointAlongLinearElementpublic void setPointAlongLinearElement(PointAlongLinearElement value)
value - allowed object is
PointAlongLinearElementpublic PointByCoordinates getPointByCoordinates()
PointByCoordinatespublic void setPointByCoordinates(PointByCoordinates value)
value - allowed object is
PointByCoordinatespublic PointExtensionType getPointExtension()
PointExtensionTypepublic void setPointExtension(PointExtensionType value)
value - allowed object is
PointExtensionType