@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:34:52+02:00", comments="JAXB RI v2.2.11") public class StandardAddressType extends Object implements Serializable
Java class for StandardAddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StandardAddressType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Street" type="{urn:be:fgov:ehealth:consultRN:1_0:core}StreetType" minOccurs="0"/>
<element name="Housenumber" type="{urn:be:fgov:ehealth:consultRN:1_0:core}HousenumberType" minOccurs="0"/>
<element name="Box" type="{urn:be:fgov:ehealth:consultRN:1_0:core}BoxType" minOccurs="0"/>
<element name="Municipality" type="{urn:be:fgov:ehealth:consultRN:1_0:core}MunicipalityType" minOccurs="0"/>
<element name="Country" type="{urn:be:fgov:ehealth:consultRN:1_0:core}CountryType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
StandardAddressType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBox()
Gets the value of the box property.
|
CountryType |
getCountry()
Gets the value of the country property.
|
String |
getHousenumber()
Gets the value of the housenumber property.
|
MunicipalityType |
getMunicipality()
Gets the value of the municipality property.
|
StreetType |
getStreet()
Gets the value of the street property.
|
void |
setBox(String value)
Sets the value of the box property.
|
void |
setCountry(CountryType value)
Sets the value of the country property.
|
void |
setHousenumber(String value)
Sets the value of the housenumber property.
|
void |
setMunicipality(MunicipalityType value)
Sets the value of the municipality property.
|
void |
setStreet(StreetType value)
Sets the value of the street property.
|
public StreetType getStreet()
StreetTypepublic void setStreet(StreetType value)
value - allowed object is
StreetTypepublic String getHousenumber()
Stringpublic void setHousenumber(String value)
value - allowed object is
Stringpublic String getBox()
Stringpublic void setBox(String value)
value - allowed object is
Stringpublic MunicipalityType getMunicipality()
MunicipalityTypepublic void setMunicipality(MunicipalityType value)
value - allowed object is
MunicipalityTypepublic CountryType getCountry()
CountryTypepublic void setCountry(CountryType value)
value - allowed object is
CountryType
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.