public class Address extends Object
Java class for Address complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Address">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="australianAddress" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Address/3.2.0}AustralianAddressType" minOccurs="0"/>
<element name="internationalAddress" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Address/3.2.0}InternationalAddressType" minOccurs="0"/>
<element name="addressPurpose" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Address/3.2.0}AddressPurposeAndDateType"/>
<element name="preferred" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AddressPurposeAndDateType |
addressPurpose |
protected AustralianAddressType |
australianAddress |
protected InternationalAddressType |
internationalAddress |
protected Boolean |
preferred |
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
AddressPurposeAndDateType |
getAddressPurpose()
Gets the value of the addressPurpose property.
|
AustralianAddressType |
getAustralianAddress()
Gets the value of the australianAddress property.
|
InternationalAddressType |
getInternationalAddress()
Gets the value of the internationalAddress property.
|
Boolean |
isPreferred()
Gets the value of the preferred property.
|
void |
setAddressPurpose(AddressPurposeAndDateType value)
Sets the value of the addressPurpose property.
|
void |
setAustralianAddress(AustralianAddressType value)
Sets the value of the australianAddress property.
|
void |
setInternationalAddress(InternationalAddressType value)
Sets the value of the internationalAddress property.
|
void |
setPreferred(Boolean value)
Sets the value of the preferred property.
|
protected AustralianAddressType australianAddress
protected InternationalAddressType internationalAddress
protected AddressPurposeAndDateType addressPurpose
protected Boolean preferred
public AustralianAddressType getAustralianAddress()
AustralianAddressTypepublic void setAustralianAddress(AustralianAddressType value)
value - allowed object is
AustralianAddressTypepublic InternationalAddressType getInternationalAddress()
InternationalAddressTypepublic void setInternationalAddress(InternationalAddressType value)
value - allowed object is
InternationalAddressTypepublic AddressPurposeAndDateType getAddressPurpose()
AddressPurposeAndDateTypepublic void setAddressPurpose(AddressPurposeAndDateType value)
value - allowed object is
AddressPurposeAndDateTypepublic Boolean isPreferred()
BooleanCopyright © 2021. All rights reserved.