@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:29:19+02:00", comments="JAXB RI v2.3.7") public class Address extends Object implements Serializable
Java class for AddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddressType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BSTCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Street" type="{urn:be:fgov:ehealth:aa:complextype:v1}StreetType"/> <element name="HouseNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PostBox" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Municipality" type="{urn:be:fgov:ehealth:aa:complextype:v1}MunicipalityType"/> <element name="Country" type="{urn:be:fgov:ehealth:aa:complextype:v1}CountryType" minOccurs="0"/> </sequence> <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Address() |
Modifier and Type | Method and Description |
---|---|
String |
getBSTCode()
Gets the value of the bstCode property.
|
Country |
getCountry()
Gets the value of the country property.
|
String |
getHouseNumber()
Gets the value of the houseNumber property.
|
Municipality |
getMunicipality()
Gets the value of the municipality property.
|
String |
getPostBox()
Gets the value of the postBox property.
|
StreetType |
getStreet()
Gets the value of the street property.
|
String |
getType()
Gets the value of the type property.
|
void |
setBSTCode(String value)
Sets the value of the bstCode property.
|
void |
setCountry(Country value)
Sets the value of the country property.
|
void |
setHouseNumber(String value)
Sets the value of the houseNumber property.
|
void |
setMunicipality(Municipality value)
Sets the value of the municipality property.
|
void |
setPostBox(String value)
Sets the value of the postBox property.
|
void |
setStreet(StreetType value)
Sets the value of the street property.
|
void |
setType(String value)
Sets the value of the type property.
|
public String getBSTCode()
String
public void setBSTCode(String value)
value
- allowed object is
String
public StreetType getStreet()
StreetType
public void setStreet(StreetType value)
value
- allowed object is
StreetType
public String getHouseNumber()
String
public void setHouseNumber(String value)
value
- allowed object is
String
public String getPostBox()
String
public void setPostBox(String value)
value
- allowed object is
String
public Municipality getMunicipality()
Municipality
public void setMunicipality(Municipality value)
value
- allowed object is
Municipality
public Country getCountry()
Country
public void setCountry(Country value)
value
- allowed object is
Country
public String getType()
String
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.