org.mule.example.gpswalker
Class GpsCoord

java.lang.Object
  extended by org.mule.example.gpswalker.GpsCoord

public class GpsCoord
extends Object

A bean that holds Geo Coordinates Note that this bean is annotated with Jackson Json annotations. This allows Mule to automically serialise this object to and from JSON.


Constructor Summary
GpsCoord(float lat, float lng)
           
 
Method Summary
 float getLatitude()
           
 float getLongitude()
           
 void setLatitude(float latitude)
           
 void setLongitude(float longitude)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GpsCoord

public GpsCoord(float lat,
                float lng)
Method Detail

getLatitude

public float getLatitude()

getLongitude

public float getLongitude()

setLatitude

public void setLatitude(float latitude)

setLongitude

public void setLongitude(float longitude)


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.