Class GeographicLocation1Choice
java.lang.Object
org.coderic.iso20022.messages.catp.GeographicLocation1Choice
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the geogcCordints property.Gets the value of the utmCordints property.void
Sets the value of the geogcCordints property.void
setUTMCordints
(UTMCoordinates1 value) Sets the value of the utmCordints property.
-
Constructor Details
-
GeographicLocation1Choice
public GeographicLocation1Choice()
-
-
Method Details
-
getGeogcCordints
Gets the value of the geogcCordints property.- Returns:
- possible object is
GeographicCoordinates1
-
setGeogcCordints
Sets the value of the geogcCordints property.- Parameters:
value
- allowed object isGeographicCoordinates1
-
getUTMCordints
Gets the value of the utmCordints property.- Returns:
- possible object is
UTMCoordinates1
-
setUTMCordints
Sets the value of the utmCordints property.- Parameters:
value
- allowed object isUTMCoordinates1
-