public class Address extends Object
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
Address |
additionalInformations(List<LocalizedValue> additionalInformations)
Localized list of additional information about the address.
|
Address |
coordinateState(String coordinateState)
State of coordinates.
|
Address |
country(String country)
Country code (ISO 3166-1 alpha-2), for example FI.
|
boolean |
equals(Object o) |
List<LocalizedValue> |
getAdditionalInformations() |
String |
getCoordinateState() |
String |
getCountry() |
String |
getLatitude() |
String |
getLongitude() |
Municipality |
getMunicipality() |
String |
getPostalCode() |
List<LocalizedValue> |
getPostOffice() |
List<LocalizedValue> |
getPostOfficeBox() |
List<LocalizedValue> |
getStreetAddress() |
String |
getStreetNumber() |
String |
getType() |
int |
hashCode() |
Address |
latitude(String latitude)
Service location latitude coordinate.
|
Address |
longitude(String longitude)
Service location longitude coordinate.
|
Address |
municipality(Municipality municipality) |
Address |
postalCode(String postalCode)
Postal code, for example 00010.
|
Address |
postOffice(List<LocalizedValue> postOffice)
List of localized Post offices, for example Helsinki, Helsingfors.
|
Address |
postOfficeBox(List<LocalizedValue> postOfficeBox)
Post office box like PL 310
|
void |
setAdditionalInformations(List<LocalizedValue> additionalInformations) |
void |
setCoordinateState(String coordinateState) |
void |
setCountry(String country) |
void |
setLatitude(String latitude) |
void |
setLongitude(String longitude) |
void |
setMunicipality(Municipality municipality) |
void |
setPostalCode(String postalCode) |
void |
setPostOffice(List<LocalizedValue> postOffice) |
void |
setPostOfficeBox(List<LocalizedValue> postOfficeBox) |
void |
setStreetAddress(List<LocalizedValue> streetAddress) |
void |
setStreetNumber(String streetNumber) |
void |
setType(String type) |
Address |
streetAddress(List<LocalizedValue> streetAddress)
List of localized street addresses.
|
Address |
streetNumber(String streetNumber)
Street number for street address.
|
String |
toString() |
Address |
type(String type)
Address type, Visiting or Postal.
|
public String getLatitude()
public void setLatitude(String latitude)
public String getLongitude()
public void setLongitude(String longitude)
public Address coordinateState(String coordinateState)
public String getCoordinateState()
public void setCoordinateState(String coordinateState)
public String getType()
public void setType(String type)
public Address postOfficeBox(List<LocalizedValue> postOfficeBox)
public List<LocalizedValue> getPostOfficeBox()
public void setPostOfficeBox(List<LocalizedValue> postOfficeBox)
public String getPostalCode()
public void setPostalCode(String postalCode)
public Address postOffice(List<LocalizedValue> postOffice)
public List<LocalizedValue> getPostOffice()
public void setPostOffice(List<LocalizedValue> postOffice)
public Address streetAddress(List<LocalizedValue> streetAddress)
public List<LocalizedValue> getStreetAddress()
public void setStreetAddress(List<LocalizedValue> streetAddress)
public String getStreetNumber()
public void setStreetNumber(String streetNumber)
public Address municipality(Municipality municipality)
public Municipality getMunicipality()
public void setMunicipality(Municipality municipality)
public String getCountry()
public void setCountry(String country)
public Address additionalInformations(List<LocalizedValue> additionalInformations)
public List<LocalizedValue> getAdditionalInformations()
public void setAdditionalInformations(List<LocalizedValue> additionalInformations)
Copyright © 2017 Metatavu Oy. All rights reserved.