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="pointByCoordinates" type="{http://datex2.eu/schema/2/2_0}PointByCoordinates" minOccurs="0"/>
<element name="pointExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PointByCoordinates |
pointByCoordinates |
protected ExtensionType |
pointExtension |
networkLocationExtension, supplementaryPositionalDescriptionlocationExtensiongroupOfLocationsExtension| Constructor and Description |
|---|
Point() |
| Modifier and Type | Method and Description |
|---|---|
PointByCoordinates |
getPointByCoordinates()
Gets the value of the pointByCoordinates property.
|
ExtensionType |
getPointExtension()
Gets the value of the pointExtension property.
|
void |
setPointByCoordinates(PointByCoordinates value)
Sets the value of the pointByCoordinates property.
|
void |
setPointExtension(ExtensionType value)
Sets the value of the pointExtension property.
|
getNetworkLocationExtension, getSupplementaryPositionalDescription, setNetworkLocationExtension, setSupplementaryPositionalDescriptiongetLocationExtension, setLocationExtensiongetGroupOfLocationsExtension, setGroupOfLocationsExtensionprotected PointByCoordinates pointByCoordinates
protected ExtensionType pointExtension
public PointByCoordinates getPointByCoordinates()
PointByCoordinatespublic void setPointByCoordinates(PointByCoordinates value)
value - allowed object is
PointByCoordinatespublic ExtensionType getPointExtension()
ExtensionTypepublic void setPointExtension(ExtensionType value)
value - allowed object is
ExtensionType