Class GeolocationUTMCoordinates1

java.lang.Object
org.coderic.iso20022.messages.catm.GeolocationUTMCoordinates1

public class GeolocationUTMCoordinates1 extends Object

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 Details

    • GeolocationUTMCoordinates1

      public GeolocationUTMCoordinates1()
  • Method Details

    • 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 is String
    • getUTMEstwrd

      public String getUTMEstwrd()
      Gets the value of the utmEstwrd property.
      Returns:
      possible object is String
    • setUTMEstwrd

      public void setUTMEstwrd(String value)
      Sets the value of the utmEstwrd property.
      Parameters:
      value - allowed object is String
    • getUTMNrthwrd

      public String getUTMNrthwrd()
      Gets the value of the utmNrthwrd property.
      Returns:
      possible object is String
    • setUTMNrthwrd

      public void setUTMNrthwrd(String value)
      Sets the value of the utmNrthwrd property.
      Parameters:
      value - allowed object is String