Class GeolocationGeographicCoordinates1

java.lang.Object
org.coderic.iso20022.messages.casp.GeolocationGeographicCoordinates1

public class GeolocationGeographicCoordinates1 extends Object

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:casp.017.001.06}Max35Text"/>
         <element name="Long" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • GeolocationGeographicCoordinates1

      public GeolocationGeographicCoordinates1()
  • Method Details

    • getLat

      public String getLat()
      Gets the value of the lat property.
      Returns:
      possible object is String
    • setLat

      public void setLat(String value)
      Sets the value of the lat property.
      Parameters:
      value - allowed object is String
    • getLong

      public String getLong()
      Gets the value of the long property.
      Returns:
      possible object is String
    • setLong

      public void setLong(String value)
      Sets the value of the long property.
      Parameters:
      value - allowed object is String