public class AustralianPostalAddressType extends Object
Java class for AustralianPostalAddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AustralianPostalAddressType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0}state"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0}postcode"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/consumercore/Address/3.0}suburb"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0}postalDeliveryGroup"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PostalDeliveryGroupType |
postalDeliveryGroup |
protected String |
postcode |
protected StateType |
state |
protected String |
suburb |
| Constructor and Description |
|---|
AustralianPostalAddressType() |
| Modifier and Type | Method and Description |
|---|---|
PostalDeliveryGroupType |
getPostalDeliveryGroup()
Gets the value of the postalDeliveryGroup property.
|
String |
getPostcode()
Gets the value of the postcode property.
|
StateType |
getState()
Gets the value of the state property.
|
String |
getSuburb()
Gets the value of the suburb property.
|
void |
setPostalDeliveryGroup(PostalDeliveryGroupType value)
Sets the value of the postalDeliveryGroup property.
|
void |
setPostcode(String value)
Sets the value of the postcode property.
|
void |
setState(StateType value)
Sets the value of the state property.
|
void |
setSuburb(String value)
Sets the value of the suburb property.
|
protected StateType state
protected String postcode
protected String suburb
protected PostalDeliveryGroupType postalDeliveryGroup
public StateType getState()
StateTypepublic void setState(StateType value)
value - allowed object is
StateTypepublic String getPostcode()
Stringpublic void setPostcode(String value)
value - allowed object is
Stringpublic String getSuburb()
Stringpublic void setSuburb(String value)
value - allowed object is
Stringpublic PostalDeliveryGroupType getPostalDeliveryGroup()
PostalDeliveryGroupTypepublic void setPostalDeliveryGroup(PostalDeliveryGroupType value)
value - allowed object is
PostalDeliveryGroupTypeCopyright © 2021. All rights reserved.