|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.consultrn._1_0.core.StandardAddressType
@Generated(value="com.sun.tools.xjc.Driver",
date="2019-04-01T01:46:11+02:00",
comments="JAXB RI v2.2.11")
public class StandardAddressType
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 Summary | |
|---|---|
StandardAddressType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandardAddressType()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||