be.ehealth.technicalconnector.beid.domain
Class Address
java.lang.Object
be.ehealth.technicalconnector.beid.domain.Address
- All Implemented Interfaces:
- Serializable
public class Address
- extends Object
- implements Serializable
This class contains all the information about the address of a person
- See Also:
- Serialized Form
Address
public Address()
getStreetAndNumber
public String getStreetAndNumber()
- Returns:
- the street and number as string
getZip
public String getZip()
- Returns:
- the zip code as string
getMunicipality
public String getMunicipality()
- Returns:
- the municipality
getData
public byte[] getData()
- Returns:
- the data
setZip
public void setZip(String zip)
- Parameters:
zip
- the zip code to set
setMunicipality
public void setMunicipality(String municipality)
- Parameters:
municipality
- the municipality to set
setData
public void setData(byte[] data)
- Parameters:
data
- the data to set
setStreetAndNumber
public void setStreetAndNumber(String streetAndNumber)
- Parameters:
streetAndNumber
- the streetAndNumber to set
Connector Packaging PERSPHYSICIAN 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.