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