Class Geolocation1
java.lang.Object
org.coderic.iso20022.messages.catm.Geolocation1
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>
-
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
Sets the value of the utmCordints property.
-
Constructor Details
-
Geolocation1
public Geolocation1()
-
-
Method Details
-
getGeogcCordints
Gets the value of the geogcCordints property.- Returns:
- possible object is
GeolocationGeographicCoordinates1
-
setGeogcCordints
Sets the value of the geogcCordints property.- Parameters:
value
- allowed object isGeolocationGeographicCoordinates1
-
getUTMCordints
Gets the value of the utmCordints property.- Returns:
- possible object is
GeolocationUTMCoordinates1
-
setUTMCordints
Sets the value of the utmCordints property.- Parameters:
value
- allowed object isGeolocationUTMCoordinates1
-