Class Postcode

java.lang.Object
com.akunagroup.uk.postcode.Postcode
All Implemented Interfaces:
AddressInterface

@Deprecated(forRemoval=true, since="11") public class Postcode extends Object implements AddressInterface
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setAddr(String newAddr)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setAdminCounty(String newAdminCounty)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setCity(String newCity)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setComments(String newComments)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setCountry(String newCountry)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setCountryCode(String newCountryCode)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setLonLocation(String newLonLocation)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setPostcode(String newPostcode)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setRegion(String newRegion)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setStreet1(String newStreet1)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setStreet2(String newStreet2)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setStreet3(String newStreet3)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setStreet4(String newStreet4)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setStreet5(String newStreet5)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setTradCounty(String newTradCounty)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Postcode

      public Postcode()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • size

      public int size()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      size in interface AddressInterface
    • getAddr

      public String getAddr()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setAddr

      public void setAddr(String newAddr)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getStreet1

      public String getStreet1()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getStreet1 in interface AddressInterface
    • setStreet1

      public void setStreet1(String newStreet1)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      setStreet1 in interface AddressInterface
    • getStreet2

      public String getStreet2()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getStreet2 in interface AddressInterface
    • setStreet2

      public void setStreet2(String newStreet2)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      setStreet2 in interface AddressInterface
    • getStreet3

      public String getStreet3()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getStreet3 in interface AddressInterface
    • setStreet3

      public void setStreet3(String newStreet3)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      setStreet3 in interface AddressInterface
    • getStreet4

      public String getStreet4()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getStreet4 in interface AddressInterface
    • setStreet4

      public void setStreet4(String newStreet4)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      setStreet4 in interface AddressInterface
    • getStreet5

      public String getStreet5()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getStreet5 in interface AddressInterface
    • setStreet5

      public void setStreet5(String newStreet5)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      setStreet5 in interface AddressInterface
    • getComments

      public String getComments()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getComments in interface AddressInterface
    • setComments

      public void setComments(String newComments)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      setComments in interface AddressInterface
    • getCity

      public String getCity()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getCity in interface AddressInterface
    • setCity

      public void setCity(String newCity)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      setCity in interface AddressInterface
    • getRegion

      public String getRegion()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getRegion in interface AddressInterface
    • setRegion

      public void setRegion(String newRegion)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      setRegion in interface AddressInterface
    • getPostcode

      public String getPostcode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getPostcode in interface AddressInterface
    • setPostcode

      public void setPostcode(String newPostcode)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      setPostcode in interface AddressInterface
    • getCountry

      public String getCountry()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getCountry in interface AddressInterface
    • setCountry

      public void setCountry(String newCountry)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      setCountry in interface AddressInterface
    • getCountryCode

      public String getCountryCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getCountryCode in interface AddressInterface
    • setCountryCode

      public void setCountryCode(String newCountryCode)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      setCountryCode in interface AddressInterface
    • getTradCounty

      public String getTradCounty()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setTradCounty

      public void setTradCounty(String newTradCounty)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getAdminCounty

      public String getAdminCounty()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setAdminCounty

      public void setAdminCounty(String newAdminCounty)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getLonLocation

      public String getLonLocation()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setLonLocation

      public void setLonLocation(String newLonLocation)
      Deprecated, for removal: This API element is subject to removal in a future version.