public class GeolocationType extends Object
Java class for GeolocationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeolocationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GeographicCoordinates" type="{}GeographicCoordinatesType" minOccurs="0"/>
<element name="UTMCoordinates" type="{}UTMCoordinatesType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GeographicCoordinatesType |
geographicCoordinates |
protected UTMCoordinatesType |
utmCoordinates |
| Constructor and Description |
|---|
GeolocationType() |
| Modifier and Type | Method and Description |
|---|---|
GeographicCoordinatesType |
getGeographicCoordinates()
Gets the value of the geographicCoordinates property.
|
UTMCoordinatesType |
getUTMCoordinates()
Gets the value of the utmCoordinates property.
|
void |
setGeographicCoordinates(GeographicCoordinatesType value)
Sets the value of the geographicCoordinates property.
|
void |
setUTMCoordinates(UTMCoordinatesType value)
Sets the value of the utmCoordinates property.
|
protected GeographicCoordinatesType geographicCoordinates
protected UTMCoordinatesType utmCoordinates
public GeographicCoordinatesType getGeographicCoordinates()
GeographicCoordinatesTypepublic void setGeographicCoordinates(GeographicCoordinatesType value)
value - allowed object is
GeographicCoordinatesTypepublic UTMCoordinatesType getUTMCoordinates()
UTMCoordinatesTypepublic void setUTMCoordinates(UTMCoordinatesType value)
value - allowed object is
UTMCoordinatesTypeCopyright © 2018. All rights reserved.