Package org.bremersee.garmin.model
Interface CommonAddressT
public interface CommonAddressT
The common address interface.
- Author:
- Christian Bremer
-
Method Summary
Modifier and TypeMethodDescriptiongetCity()Gets city.Gets country.Gets postal code.getState()Gets state.Gets street addresses.voidSets city.voidsetCountry(String value) Sets country.voidsetPostalCode(String value) Sets postal code.voidSets state.
-
Method Details
-
getStreetAddresses
Gets street addresses.- Returns:
- the street addresses
-
getCity
String getCity()Gets city.- Returns:
- the city
-
setCity
Sets city.- Parameters:
value- the value
-
getState
String getState()Gets state.- Returns:
- the state
-
setState
Sets state.- Parameters:
value- the value
-
getCountry
String getCountry()Gets country.- Returns:
- the country
-
setCountry
Sets country.- Parameters:
value- the value
-
getPostalCode
String getPostalCode()Gets postal code.- Returns:
- the postal code
-
setPostalCode
Sets postal code.- Parameters:
value- the value
-