org.jbpm.process.workitem.rest
public class ResultGeoCodeApi extends Object
Constructor and Description |
---|
ResultGeoCodeApi() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
String |
getCity() |
String |
getCountry() |
String |
getLatitude() |
String |
getLongitude() |
String |
getPrecision() |
String |
getState() |
String |
getZip() |
void |
setAddress(String address) |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setLatitude(String latitude) |
void |
setLongitude(String longitude) |
void |
setPrecision(String precision) |
void |
setState(String state) |
void |
setZip(String zip) |
public String getLatitude()
public void setLatitude(String latitude)
latitude
- the latitude to setpublic String getLongitude()
public void setLongitude(String longitude)
longitude
- the longitude to setpublic String getAddress()
public void setAddress(String address)
address
- the address to setpublic String getCity()
public void setCity(String city)
city
- the city to setpublic String getState()
public void setState(String state)
state
- the state to setpublic String getZip()
public void setZip(String zip)
zip
- the zip to setpublic String getCountry()
public void setCountry(String country)
country
- the country to setpublic String getPrecision()
public void setPrecision(String precision)
precision
- the precision to setCopyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.