Class GeolocationGeographicCoordinates1
java.lang.Object
org.coderic.iso20022.messages.catm.GeolocationGeographicCoordinates1
Java class for GeolocationGeographicCoordinates1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeolocationGeographicCoordinates1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Lat" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}Max35Text"/> <element name="Long" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}Max35Text"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GeolocationGeographicCoordinates1
public GeolocationGeographicCoordinates1()
-
-
Method Details
-
getLat
Gets the value of the lat property.- Returns:
- possible object is
String
-
setLat
Sets the value of the lat property.- Parameters:
value
- allowed object isString
-
getLong
Gets the value of the long property.- Returns:
- possible object is
String
-
setLong
Sets the value of the long property.- Parameters:
value
- allowed object isString
-