Package com.adyen.model.nexo
Class UTMCoordinates
- java.lang.Object
-
- com.adyen.model.nexo.UTMCoordinates
-
public class UTMCoordinates extends Object
Definition: Location on the Earth specified by the Universal Transverse Mercator coordinate system. -- Usage: Identifies the geographic location of a mobile phone by GPS using the WGS84 ellipsoid spatial reference system.Java class for UTMCoordinates complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UTMCoordinates"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="UTMZone" type="{}UTMZone"/> <element name="UTMEastward" type="{}UTMEastward"/> <element name="UTMNorthward" type="{}UTMNorthward"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringutmEastwardThe Utm eastward.protected StringutmNorthwardThe Utm northward.protected StringutmZoneThe Utm zone.
-
Constructor Summary
Constructors Constructor Description UTMCoordinates()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUTMEastward()Gets the value of the utmEastward property.StringgetUTMNorthward()Gets the value of the utmNorthward property.StringgetUTMZone()Gets the value of the utmZone property.voidsetUTMEastward(String value)Sets the value of the utmEastward property.voidsetUTMNorthward(String value)Sets the value of the utmNorthward property.voidsetUTMZone(String value)Sets the value of the utmZone property.
-
-
-
Method Detail
-
getUTMZone
public String getUTMZone()
Gets the value of the utmZone property.- Returns:
- possible object is
String
-
setUTMZone
public void setUTMZone(String value)
Sets the value of the utmZone property.- Parameters:
value- allowed object isString
-
getUTMEastward
public String getUTMEastward()
Gets the value of the utmEastward property.- Returns:
- possible object is
String
-
setUTMEastward
public void setUTMEastward(String value)
Sets the value of the utmEastward property.- Parameters:
value- allowed object isString
-
getUTMNorthward
public String getUTMNorthward()
Gets the value of the utmNorthward property.- Returns:
- possible object is
String
-
-