public class Address extends Object implements Serializable
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
Address |
additionalInformations(List<LocalizedValue> additionalInformations)
Localized list of additional information about the address.
|
Address |
coordinates(Coordinates coordinates) |
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() |
Coordinates |
getCoordinates() |
String |
getCoordinateState() |
String |
getCountry() |
String |
getLatitude() |
List<LocalizedValue> |
getLocationAbroad() |
String |
getLongitude() |
List<Address> |
getMultipointLocation() |
Municipality |
getMunicipality() |
String |
getPostalCode() |
List<LocalizedValue> |
getPostOffice() |
List<LocalizedValue> |
getPostOfficeBox() |
List<LocalizedValue> |
getStreetAddress() |
String |
getStreetNumber() |
String |
getSubtype() |
String |
getType() |
int |
hashCode() |
Address |
latitude(String latitude)
Service location latitude coordinate.
|
Address |
locationAbroad(List<LocalizedValue> locationAbroad)
Localized list of foreign address information.
|
Address |
longitude(String longitude)
Service location longitude coordinate.
|
Address |
multipointLocation(List<Address> multipointLocation)
Moving address.
|
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 |
setCoordinates(Coordinates coordinates) |
void |
setCoordinateState(String coordinateState) |
void |
setCountry(String country) |
void |
setLatitude(String latitude) |
void |
setLocationAbroad(List<LocalizedValue> locationAbroad) |
void |
setLongitude(String longitude) |
void |
setMultipointLocation(List<Address> multipointLocation) |
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 |
setSubtype(String subtype) |
void |
setType(String type) |
Address |
streetAddress(List<LocalizedValue> streetAddress)
List of localized street addresses.
|
Address |
streetNumber(String streetNumber)
Street number for street address.
|
Address |
subtype(String subtype)
Address sub type, Single, Street, PostOfficeBox, Abroad or Multipoint or NoAddress.
|
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 coordinates(Coordinates coordinates)
public Coordinates getCoordinates()
public void setCoordinates(Coordinates coordinates)
public Address coordinateState(String coordinateState)
public String getCoordinateState()
public void setCoordinateState(String coordinateState)
public String getType()
public void setType(String type)
public Address subtype(String subtype)
public String getSubtype()
public void setSubtype(String subtype)
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 locationAbroad(List<LocalizedValue> locationAbroad)
public List<LocalizedValue> getLocationAbroad()
public void setLocationAbroad(List<LocalizedValue> locationAbroad)
public Address multipointLocation(List<Address> multipointLocation)
public Address additionalInformations(List<LocalizedValue> additionalInformations)
public List<LocalizedValue> getAdditionalInformations()
public void setAdditionalInformations(List<LocalizedValue> additionalInformations)
Copyright © 2019 Metatavu Oy. All rights reserved.