Class Xs2aAddress
- java.lang.Object
-
- de.adorsys.psd2.xs2a.core.domain.address.Xs2aAddress
-
public class Xs2aAddress extends Object
-
-
Constructor Summary
Constructors Constructor Description Xs2aAddress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetBuildingNumber()Xs2aCountryCodegetCountry()StringgetPostCode()StringgetStreetName()StringgetTownName()inthashCode()voidsetBuildingNumber(String buildingNumber)voidsetCountry(Xs2aCountryCode country)voidsetPostCode(String postCode)voidsetStreetName(String streetName)voidsetTownName(String townName)StringtoString()
-
-
-
Method Detail
-
getStreetName
public String getStreetName()
-
getBuildingNumber
public String getBuildingNumber()
-
getTownName
public String getTownName()
-
getPostCode
public String getPostCode()
-
getCountry
public Xs2aCountryCode getCountry()
-
setStreetName
public void setStreetName(String streetName)
-
setBuildingNumber
public void setBuildingNumber(String buildingNumber)
-
setTownName
public void setTownName(String townName)
-
setPostCode
public void setPostCode(String postCode)
-
setCountry
public void setCountry(Xs2aCountryCode country)
-
canEqual
protected boolean canEqual(Object other)
-
-