|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.consultrn.commons.core.v3.AddressType
@Generated(value="com.sun.tools.xjc.Driver",
date="2019-09-25T04:50:46+02:00",
comments="JAXB RI v2.2.11")
public class AddressTypeType containing the different types of address
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>
<choice minOccurs="0">
<element name="ResidentialAddress" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}ResidentialAddressResponseType"/>
<element name="DiplomaticInformation" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}DiplomaticInformationType"/>
</choice>
<element name="TemporaryAddress" type="{urn:be:fgov:ehealth:consultrn:commons:core:v3}TemporaryAddressType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
AddressType()
|
|
| Method Summary | |
|---|---|
DiplomaticInformationType |
getDiplomaticInformation()
Gets the value of the diplomaticInformation property. |
ResidentialAddressResponseType |
getResidentialAddress()
Gets the value of the residentialAddress property. |
TemporaryAddressType |
getTemporaryAddress()
Gets the value of the temporaryAddress property. |
void |
setDiplomaticInformation(DiplomaticInformationType value)
Sets the value of the diplomaticInformation property. |
void |
setResidentialAddress(ResidentialAddressResponseType value)
Sets the value of the residentialAddress property. |
void |
setTemporaryAddress(TemporaryAddressType value)
Sets the value of the temporaryAddress property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddressType()
| Method Detail |
|---|
public DiplomaticInformationType getDiplomaticInformation()
DiplomaticInformationTypepublic void setDiplomaticInformation(DiplomaticInformationType value)
value - allowed object is
DiplomaticInformationTypepublic ResidentialAddressResponseType getResidentialAddress()
ResidentialAddressResponseTypepublic void setResidentialAddress(ResidentialAddressResponseType value)
value - allowed object is
ResidentialAddressResponseTypepublic TemporaryAddressType getTemporaryAddress()
TemporaryAddressTypepublic void setTemporaryAddress(TemporaryAddressType value)
value - allowed object is
TemporaryAddressType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||