java.lang.Object
net.anwiba.spatial.osm.nominatim.schema.v01_0.Address

public class Address extends Object
  • Constructor Details

    • Address

      public Address()
  • Method Details

    • setHouse_number

      public void setHouse_number(String house_number)
    • getHouse_number

      public String getHouse_number()
    • setRoad

      public void setRoad(String road)
    • getRoad

      public String getRoad()
    • setNeighbourhood

      public void setNeighbourhood(String neighbourhood)
    • getNeighbourhood

      public String getNeighbourhood()
    • setSuburb

      public void setSuburb(String suburb)
    • getSuburb

      public String getSuburb()
    • setCity_district

      public void setCity_district(String city_district)
    • getCity_district

      public String getCity_district()
    • setCity

      public void setCity(String city)
    • getCity

      public String getCity()
    • setCounty

      public void setCounty(String county)
    • getCounty

      public String getCounty()
    • setState_district

      public void setState_district(String state_district)
    • getState_district

      public String getState_district()
    • setState

      public void setState(String state)
    • getState

      public String getState()
    • setPostcode

      public void setPostcode(String postcode)
    • getPostcode

      public String getPostcode()
    • setCountry

      public void setCountry(String country)
    • getCountry

      public String getCountry()
    • setCountry_code

      public void setCountry_code(String country_code)
    • getCountry_code

      public String getCountry_code()
    • setContinent

      public void setContinent(String continent)
    • getContinent

      public String getContinent()
    • set

      public void set(String name, Object value)
    • get

      public Map<String,Object> get()