Class Geolocation1

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

public class Geolocation1 extends Object

Java class for Geolocation1 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Geolocation1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="GeogcCordints" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}GeolocationGeographicCoordinates1" minOccurs="0"/>
         <element name="UTMCordints" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}GeolocationUTMCoordinates1" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>