public class UTMCoordinatesType extends Object
Java class for UTMCoordinatesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UTMCoordinatesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UTMZone" type="{}UTMZoneType"/>
<element name="UTMEastward" type="{}UTMEastwardType"/>
<element name="UTMNorthward" type="{}UTMNorthwardType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
utmEastward |
protected String |
utmNorthward |
protected String |
utmZone |
| Constructor and Description |
|---|
UTMCoordinatesType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUTMEastward()
Gets the value of the utmEastward property.
|
String |
getUTMNorthward()
Gets the value of the utmNorthward property.
|
String |
getUTMZone()
Gets the value of the utmZone property.
|
void |
setUTMEastward(String value)
Sets the value of the utmEastward property.
|
void |
setUTMNorthward(String value)
Sets the value of the utmNorthward property.
|
void |
setUTMZone(String value)
Sets the value of the utmZone property.
|
protected String utmZone
protected String utmEastward
protected String utmNorthward
public String getUTMZone()
Stringpublic void setUTMZone(String value)
value - allowed object is
Stringpublic String getUTMEastward()
Stringpublic void setUTMEastward(String value)
value - allowed object is
Stringpublic String getUTMNorthward()
StringCopyright © 2018. All rights reserved.