Class GeographicLocation1Choice

java.lang.Object
org.coderic.iso20022.messages.catp.GeographicLocation1Choice

public class GeographicLocation1Choice extends Object

Java class for GeographicLocation1Choice complex type.

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

 <complexType name="GeographicLocation1Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="GeogcCordints" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}GeographicCoordinates1"/>
         <element name="UTMCordints" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}UTMCoordinates1"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • GeographicLocation1Choice

      public GeographicLocation1Choice()
  • Method Details