@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:34:52+02:00", comments="JAXB RI v2.2.11") public class AddressType 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>
<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 and Description |
|---|
AddressType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.