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, supplementaryPositionalDescription
locationExtension
groupOfLocationsExtension
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, setSupplementaryPositionalDescription
getLocationExtension, setLocationExtension
getGroupOfLocationsExtension, setGroupOfLocationsExtension
protected PointByCoordinates pointByCoordinates
protected ExtensionType pointExtension
public PointByCoordinates getPointByCoordinates()
PointByCoordinates
public void setPointByCoordinates(PointByCoordinates value)
value
- allowed object is
PointByCoordinates
public ExtensionType getPointExtension()
ExtensionType
public void setPointExtension(ExtensionType value)
value
- allowed object is
ExtensionType