public class PointCoordinates
extends java.lang.Object
Java class for PointCoordinates complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointCoordinates"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="latitude" type="{http://datex2.eu/schema/2/2_0}Float"/> <element name="longitude" type="{http://datex2.eu/schema/2/2_0}Float"/> <element name="pointCoordinatesExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected float |
latitude |
protected float |
longitude |
protected ExtensionType |
pointCoordinatesExtension |
Constructor and Description |
---|
PointCoordinates() |
Modifier and Type | Method and Description |
---|---|
float |
getLatitude()
Gets the value of the latitude property.
|
float |
getLongitude()
Gets the value of the longitude property.
|
ExtensionType |
getPointCoordinatesExtension()
Gets the value of the pointCoordinatesExtension property.
|
void |
setLatitude(float value)
Sets the value of the latitude property.
|
void |
setLongitude(float value)
Sets the value of the longitude property.
|
void |
setPointCoordinatesExtension(ExtensionType value)
Sets the value of the pointCoordinatesExtension property.
|
protected float latitude
protected float longitude
protected ExtensionType pointCoordinatesExtension
public float getLatitude()
public void setLatitude(float value)
public float getLongitude()
public void setLongitude(float value)
public ExtensionType getPointCoordinatesExtension()
ExtensionType
public void setPointCoordinatesExtension(ExtensionType value)
value
- allowed object is
ExtensionType