Class UTMCoordinates1
java.lang.Object
org.coderic.iso20022.messages.caam.UTMCoordinates1
Java class for UTMCoordinates1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UTMCoordinates1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="UTMZone" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Max16Text"/> <element name="UTMEstwrd" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Number"/> <element name="UTMNrthwrd" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Number"/> </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
(BigDecimal value) Sets the value of the utmEstwrd property.void
setUTMNrthwrd
(BigDecimal value) Sets the value of the utmNrthwrd property.void
setUTMZone
(String value) Sets the value of the utmZone property.
-
Constructor Details
-
UTMCoordinates1
public UTMCoordinates1()
-
-
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
BigDecimal
-
setUTMEstwrd
Sets the value of the utmEstwrd property.- Parameters:
value
- allowed object isBigDecimal
-
getUTMNrthwrd
Gets the value of the utmNrthwrd property.- Returns:
- possible object is
BigDecimal
-
setUTMNrthwrd
Sets the value of the utmNrthwrd property.- Parameters:
value
- allowed object isBigDecimal
-