Class GeolocationUTMCoordinates1
java.lang.Object
org.coderic.iso20022.messages.catm.GeolocationUTMCoordinates1
Java class for GeolocationUTMCoordinates1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeolocationUTMCoordinates1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="UTMZone" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}Max35Text"/> <element name="UTMEstwrd" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}Max35Text"/> <element name="UTMNrthwrd" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}Max35Text"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the utmEstwrd property.Gets the value of the utmNrthwrd property.Gets the value of the utmZone property.void
setUTMEstwrd
(String value) Sets the value of the utmEstwrd property.void
setUTMNrthwrd
(String value) Sets the value of the utmNrthwrd property.void
setUTMZone
(String value) Sets the value of the utmZone property.
-
Constructor Details
-
GeolocationUTMCoordinates1
public GeolocationUTMCoordinates1()
-
-
Method Details
-
getUTMZone
Gets the value of the utmZone property.- Returns:
- possible object is
String
-
setUTMZone
Sets the value of the utmZone property.- Parameters:
value
- allowed object isString
-
getUTMEstwrd
Gets the value of the utmEstwrd property.- Returns:
- possible object is
String
-
setUTMEstwrd
Sets the value of the utmEstwrd property.- Parameters:
value
- allowed object isString
-
getUTMNrthwrd
Gets the value of the utmNrthwrd property.- Returns:
- possible object is
String
-
setUTMNrthwrd
Sets the value of the utmNrthwrd property.- Parameters:
value
- allowed object isString
-