public class Coordinate extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="lat" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="lon" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
lat |
protected Double |
lon |
| Constructor and Description |
|---|
Coordinate() |
| Modifier and Type | Method and Description |
|---|---|
double |
getLat()
Gets the value of the lat property.
|
double |
getLon()
Gets the value of the lon property.
|
boolean |
isSetLat() |
boolean |
isSetLon() |
void |
setLat(double value)
Sets the value of the lat property.
|
void |
setLon(double value)
Sets the value of the lon property.
|
void |
unsetLat() |
void |
unsetLon() |
public double getLat()
Doublepublic void setLat(double value)
value - allowed object is
Doublepublic boolean isSetLat()
public void unsetLat()
public double getLon()
Doublepublic void setLon(double value)
value - allowed object is
Doublepublic boolean isSetLon()
public void unsetLon()
Copyright © 2016. All rights reserved.