public class Address extends Object implements Serializable
Constructor and Description |
---|
Address() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getData() |
String |
getMunicipality() |
String |
getStreetAndNumber() |
String |
getZip() |
void |
setData(byte[] data) |
void |
setMunicipality(String municipality) |
void |
setStreetAndNumber(String streetAndNumber) |
void |
setZip(String zip) |
public String getStreetAndNumber()
public String getZip()
public String getMunicipality()
public byte[] getData()
public void setZip(String zip)
zip
- the zip code to setpublic void setMunicipality(String municipality)
municipality
- the municipality to setpublic void setData(byte[] data)
data
- the data to setpublic void setStreetAndNumber(String streetAndNumber)
streetAndNumber
- the streetAndNumber to set
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.