Class GeographicCoordinates1
java.lang.Object
org.coderic.iso20022.messages.catp.GeographicCoordinates1
Java class for GeographicCoordinates1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeographicCoordinates1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Lat" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max16Text"/>
<element name="Long" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max16Text"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GeographicCoordinates1
public GeographicCoordinates1()
-
-
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
-