public class GeographicCoordinates extends Object
Java class for GeographicCoordinates complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeographicCoordinates">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Latitude" type="{}Latitude"/>
<element name="Longitude" type="{}Longitude"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
latitude
The Latitude.
|
protected String |
longitude
The Longitude.
|
| Constructor and Description |
|---|
GeographicCoordinates() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLatitude()
Gets the value of the latitude property.
|
String |
getLongitude()
Gets the value of the longitude property.
|
void |
setLatitude(String value)
Sets the value of the latitude property.
|
void |
setLongitude(String value)
Sets the value of the longitude property.
|
protected String latitude
protected String longitude
public String getLatitude()
Stringpublic void setLatitude(String value)
value - allowed object is Stringpublic String getLongitude()
StringCopyright © 2022. All rights reserved.