Package com.akunagroup.uk.postcode
Class Postcode
- java.lang.Object
-
- com.akunagroup.uk.postcode.Postcode
-
- All Implemented Interfaces:
AddressInterface
public class Postcode extends Object implements AddressInterface
-
-
Constructor Summary
Constructors Constructor Description Postcode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddr()StringgetAdminCounty()StringgetCity()StringgetComments()StringgetCountry()StringgetCountryCode()StringgetLonLocation()StringgetPostcode()StringgetRegion()StringgetStreet1()StringgetStreet2()StringgetStreet3()StringgetStreet4()StringgetStreet5()StringgetTradCounty()voidsetAddr(String newAddr)voidsetAdminCounty(String newAdminCounty)voidsetCity(String newCity)voidsetComments(String newComments)voidsetCountry(String newCountry)voidsetCountryCode(String newCountryCode)voidsetLonLocation(String newLonLocation)voidsetPostcode(String newPostcode)voidsetRegion(String newRegion)voidsetStreet1(String newStreet1)voidsetStreet2(String newStreet2)voidsetStreet3(String newStreet3)voidsetStreet4(String newStreet4)voidsetStreet5(String newStreet5)voidsetTradCounty(String newTradCounty)intsize()
-
-
-
Method Detail
-
size
public int size()
- Specified by:
sizein interfaceAddressInterface
-
getAddr
public String getAddr()
-
setAddr
public void setAddr(String newAddr)
-
getStreet1
public String getStreet1()
- Specified by:
getStreet1in interfaceAddressInterface
-
setStreet1
public void setStreet1(String newStreet1)
- Specified by:
setStreet1in interfaceAddressInterface
-
getStreet2
public String getStreet2()
- Specified by:
getStreet2in interfaceAddressInterface
-
setStreet2
public void setStreet2(String newStreet2)
- Specified by:
setStreet2in interfaceAddressInterface
-
getStreet3
public String getStreet3()
- Specified by:
getStreet3in interfaceAddressInterface
-
setStreet3
public void setStreet3(String newStreet3)
- Specified by:
setStreet3in interfaceAddressInterface
-
getStreet4
public String getStreet4()
- Specified by:
getStreet4in interfaceAddressInterface
-
setStreet4
public void setStreet4(String newStreet4)
- Specified by:
setStreet4in interfaceAddressInterface
-
getStreet5
public String getStreet5()
- Specified by:
getStreet5in interfaceAddressInterface
-
setStreet5
public void setStreet5(String newStreet5)
- Specified by:
setStreet5in interfaceAddressInterface
-
getComments
public String getComments()
- Specified by:
getCommentsin interfaceAddressInterface
-
setComments
public void setComments(String newComments)
- Specified by:
setCommentsin interfaceAddressInterface
-
getCity
public String getCity()
- Specified by:
getCityin interfaceAddressInterface
-
setCity
public void setCity(String newCity)
- Specified by:
setCityin interfaceAddressInterface
-
getRegion
public String getRegion()
- Specified by:
getRegionin interfaceAddressInterface
-
setRegion
public void setRegion(String newRegion)
- Specified by:
setRegionin interfaceAddressInterface
-
getPostcode
public String getPostcode()
- Specified by:
getPostcodein interfaceAddressInterface
-
setPostcode
public void setPostcode(String newPostcode)
- Specified by:
setPostcodein interfaceAddressInterface
-
getCountry
public String getCountry()
- Specified by:
getCountryin interfaceAddressInterface
-
setCountry
public void setCountry(String newCountry)
- Specified by:
setCountryin interfaceAddressInterface
-
getCountryCode
public String getCountryCode()
- Specified by:
getCountryCodein interfaceAddressInterface
-
setCountryCode
public void setCountryCode(String newCountryCode)
- Specified by:
setCountryCodein interfaceAddressInterface
-
getTradCounty
public String getTradCounty()
-
setTradCounty
public void setTradCounty(String newTradCounty)
-
getAdminCounty
public String getAdminCounty()
-
setAdminCounty
public void setAdminCounty(String newAdminCounty)
-
getLonLocation
public String getLonLocation()
-
setLonLocation
public void setLonLocation(String newLonLocation)
-
-