public class Xs2aAddress extends Object
| Constructor and Description |
|---|
Xs2aAddress() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getBuildingNumber() |
Xs2aCountryCode |
getCountry() |
String |
getPostCode() |
String |
getStreetName() |
String |
getTownName() |
int |
hashCode() |
void |
setBuildingNumber(String buildingNumber) |
void |
setCountry(Xs2aCountryCode country) |
void |
setPostCode(String postCode) |
void |
setStreetName(String streetName) |
void |
setTownName(String townName) |
String |
toString() |
public String getStreetName()
public String getBuildingNumber()
public String getTownName()
public String getPostCode()
public Xs2aCountryCode getCountry()
public void setStreetName(String streetName)
public void setBuildingNumber(String buildingNumber)
public void setTownName(String townName)
public void setPostCode(String postCode)
public void setCountry(Xs2aCountryCode country)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.