Class Geolocation1
java.lang.Object
org.coderic.iso20022.messages.casp.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:casp.017.001.06}GeolocationGeographicCoordinates1" minOccurs="0"/>
<element name="UTMCordints" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}GeolocationUTMCoordinates1" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the geogcCordints property.Gets the value of the utmCordints property.voidSets the value of the geogcCordints property.voidSets 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
-