public class Address extends GeoLocation
Constructor and Description |
---|
Address() |
Modifier and Type | Method and Description |
---|---|
String |
getCity() |
String |
getCountry() |
String |
getCountryCode() |
String |
getGeocodeAccuracy() |
String |
getPostalCode() |
String |
getState() |
String |
getStateCode() |
String |
getStreet() |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setCountryCode(String countryCode) |
void |
setGeocodeAccuracy(String geocodeAccuracy) |
void |
setPostalCode(String postalCode) |
void |
setState(String state) |
void |
setStateCode(String stateCode) |
void |
setStreet(String street) |
getLatitude, getLongitude, setLatitude, setLongitude
toString
public String getCity()
public void setCity(String city)
public String getCountry()
public void setCountry(String country)
public String getCountryCode()
public void setCountryCode(String countryCode)
public String getPostalCode()
public void setPostalCode(String postalCode)
public String getState()
public void setState(String state)
public String getStateCode()
public void setStateCode(String stateCode)
public String getStreet()
public void setStreet(String street)
public String getGeocodeAccuracy()
public void setGeocodeAccuracy(String geocodeAccuracy)
Apache Camel