public class InternationalAddressType extends Object
Java class for InternationalAddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InternationalAddressType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0}internationalStateProvince"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0}country"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0}internationalPostcode"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/consumercore/Address/3.0}internationalAddressLine"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CountryType |
country |
protected String |
internationalAddressLine |
protected String |
internationalPostcode |
protected String |
internationalStateProvince |
| Constructor and Description |
|---|
InternationalAddressType() |
| Modifier and Type | Method and Description |
|---|---|
CountryType |
getCountry()
Gets the value of the country property.
|
String |
getInternationalAddressLine()
Gets the value of the internationalAddressLine property.
|
String |
getInternationalPostcode()
Gets the value of the internationalPostcode property.
|
String |
getInternationalStateProvince()
Gets the value of the internationalStateProvince property.
|
void |
setCountry(CountryType value)
Sets the value of the country property.
|
void |
setInternationalAddressLine(String value)
Sets the value of the internationalAddressLine property.
|
void |
setInternationalPostcode(String value)
Sets the value of the internationalPostcode property.
|
void |
setInternationalStateProvince(String value)
Sets the value of the internationalStateProvince property.
|
protected String internationalStateProvince
protected CountryType country
protected String internationalPostcode
protected String internationalAddressLine
public String getInternationalStateProvince()
Stringpublic void setInternationalStateProvince(String value)
value - allowed object is
Stringpublic CountryType getCountry()
CountryTypepublic void setCountry(CountryType value)
value - allowed object is
CountryTypepublic String getInternationalPostcode()
Stringpublic void setInternationalPostcode(String value)
value - allowed object is
Stringpublic String getInternationalAddressLine()
StringCopyright © 2021. All rights reserved.