public class JacksonInnerGlobeCoordinates extends Object
JacksonValue.JSON_VALUE_TYPE_GLOBE_COORDINATES.| Constructor and Description |
|---|
JacksonInnerGlobeCoordinates()
Constructor.
|
JacksonInnerGlobeCoordinates(long latitude,
long longitude,
long precision,
String globe)
TODO Review the utility of this constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getGlobe()
Returns the globe.
|
long |
getLatitude()
Returns the latitude.
|
long |
getLongitude()
Returns the longitude.
|
long |
getPrecision()
Returns the precision.
|
void |
setGlobe(String globe)
Sets the globe to the given value.
|
void |
setLatitude(long latitude)
Sets the latitude to the given value.
|
void |
setLongitude(long longitude)
Sets the longitude to the given value.
|
void |
setPrecision(long precision)
Sets the precision to the given value.
|
public JacksonInnerGlobeCoordinates()
public JacksonInnerGlobeCoordinates(long latitude,
long longitude,
long precision,
String globe)
latitude - longitude - precision - globe - public long getLatitude()
GlobeCoordinatesValue.getLatitude()public void setLatitude(long latitude)
latitude - new valuepublic long getLongitude()
GlobeCoordinatesValue.getLongitude()public void setLongitude(long longitude)
longitude - new valuepublic long getPrecision()
GlobeCoordinatesValue.getPrecision()public void setPrecision(long precision)
precision - new valuepublic String getGlobe()
GlobeCoordinatesValue.getGlobe()public void setGlobe(String globe)
globe - new valueCopyright © 2014 Wikidata Toolkit Developers. Generated from source code published under the Apache License 2.0. For more information, see the Wikidata Toolkit homepage