Package org.n52.shetland.inspire.ad
Class AddressRepresentation
- java.lang.Object
-
- org.n52.shetland.inspire.ad.AddressRepresentation
-
public class AddressRepresentation extends Object
-
-
Constructor Summary
Constructors Constructor Description AddressRepresentation()
-
Method Summary
-
-
-
Method Detail
-
getAdminUnits
public List<GeographicalName> getAdminUnits()
-
addAdminUnit
public AddressRepresentation addAdminUnit(GeographicalName adminUnit)
-
addLocatorDesignator
public AddressRepresentation addLocatorDesignator(String locatorDesignator)
-
getLocatorNames
public List<GeographicalName> getLocatorNames()
-
addLocatorName
public AddressRepresentation addLocatorName(GeographicalName locatorName)
-
getAddressAreas
public List<Nillable<GeographicalName>> getAddressAreas()
-
addAddressArea
public AddressRepresentation addAddressArea(Nillable<GeographicalName> addressArea)
-
addAddressArea
public AddressRepresentation addAddressArea(GeographicalName addressArea)
-
getPostNames
public List<Nillable<GeographicalName>> getPostNames()
-
addPostName
public AddressRepresentation addPostName(Nillable<GeographicalName> postName)
-
addPostName
public AddressRepresentation addPostName(GeographicalName postName)
-
setPostCode
public AddressRepresentation setPostCode(Nillable<String> postCode)
-
setPostCode
public AddressRepresentation setPostCode(String postCode)
-
getThoroughfares
public List<Nillable<GeographicalName>> getThoroughfares()
-
addThoroughfare
public AddressRepresentation addThoroughfare(Nillable<GeographicalName> thoroughfare)
-
addThoroughfare
public AddressRepresentation addThoroughfare(GeographicalName thoroughfare)
-
setAddressFeature
public AddressRepresentation setAddressFeature(Nillable<Reference> addressFeature)
-
setAddressFeature
public AddressRepresentation setAddressFeature(Reference addressFeature)
-
-