public static class LocalizationType.LongLat extends Object
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"> <choice> <group ref="{http://tethys.sdsu.edu/schema/1.0}LongLat"/> <element name="StdError"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <group ref="{http://tethys.sdsu.edu/schema/1.0}LongLat"/> </restriction> </complexContent> </complexType> </element> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
LocalizationType.LongLat.StdError
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Double |
latitude |
protected Double |
longitude |
protected LocalizationType.LongLat.StdError |
stdError |
Constructor and Description |
---|
LongLat() |
Modifier and Type | Method and Description |
---|---|
Double |
getLatitude()
Gets the value of the latitude property.
|
Double |
getLongitude()
Gets the value of the longitude property.
|
LocalizationType.LongLat.StdError |
getStdError()
Gets the value of the stdError property.
|
void |
setLatitude(Double value)
Sets the value of the latitude property.
|
void |
setLongitude(Double value)
Sets the value of the longitude property.
|
void |
setStdError(LocalizationType.LongLat.StdError value)
Sets the value of the stdError property.
|
protected Double longitude
protected Double latitude
protected LocalizationType.LongLat.StdError stdError
public Double getLongitude()
Double
public void setLongitude(Double value)
value
- allowed object is
Double
public Double getLatitude()
Double
public void setLatitude(Double value)
value
- allowed object is
Double
public LocalizationType.LongLat.StdError getStdError()
LocalizationType.LongLat.StdError
public void setStdError(LocalizationType.LongLat.StdError value)
value
- allowed object is
LocalizationType.LongLat.StdError
Copyright © 2020 Tethys. All rights reserved.