public class AustralianAddressCriteriaType extends Object
Java class for AustralianAddressCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AustralianAddressCriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0}unitGroup" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0}levelGroup" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0}addressSiteName" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0}streetNumber" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0}lotNumber" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0}streetName" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0}streetType" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0}streetSuffix" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0}postalDeliveryGroup" minOccurs="0"/>
<element name="unstructuredAddressLine" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Address/3.2.0}UnstructuredAddressLineType" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0}suburb" minOccurs="0"/>
<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" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
addressSiteName |
protected LevelGroupType |
levelGroup |
protected String |
lotNumber |
protected PostalDeliveryGroupType |
postalDeliveryGroup |
protected String |
postcode |
protected StateType |
state |
protected String |
streetName |
protected String |
streetNumber |
protected StreetSuffixType |
streetSuffix |
protected StreetType |
streetType |
protected String |
suburb |
protected UnitGroupType |
unitGroup |
protected String |
unstructuredAddressLine |
| Constructor and Description |
|---|
AustralianAddressCriteriaType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddressSiteName()
Gets the value of the addressSiteName property.
|
LevelGroupType |
getLevelGroup()
Gets the value of the levelGroup property.
|
String |
getLotNumber()
Gets the value of the lotNumber property.
|
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 |
getStreetName()
Gets the value of the streetName property.
|
String |
getStreetNumber()
Gets the value of the streetNumber property.
|
StreetSuffixType |
getStreetSuffix()
Gets the value of the streetSuffix property.
|
StreetType |
getStreetType()
Gets the value of the streetType property.
|
String |
getSuburb()
Gets the value of the suburb property.
|
UnitGroupType |
getUnitGroup()
Gets the value of the unitGroup property.
|
String |
getUnstructuredAddressLine()
Gets the value of the unstructuredAddressLine property.
|
void |
setAddressSiteName(String value)
Sets the value of the addressSiteName property.
|
void |
setLevelGroup(LevelGroupType value)
Sets the value of the levelGroup property.
|
void |
setLotNumber(String value)
Sets the value of the lotNumber 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 |
setStreetName(String value)
Sets the value of the streetName property.
|
void |
setStreetNumber(String value)
Sets the value of the streetNumber property.
|
void |
setStreetSuffix(StreetSuffixType value)
Sets the value of the streetSuffix property.
|
void |
setStreetType(StreetType value)
Sets the value of the streetType property.
|
void |
setSuburb(String value)
Sets the value of the suburb property.
|
void |
setUnitGroup(UnitGroupType value)
Sets the value of the unitGroup property.
|
void |
setUnstructuredAddressLine(String value)
Sets the value of the unstructuredAddressLine property.
|
protected UnitGroupType unitGroup
protected LevelGroupType levelGroup
protected String addressSiteName
protected String streetNumber
protected String lotNumber
protected String streetName
protected StreetType streetType
protected StreetSuffixType streetSuffix
protected PostalDeliveryGroupType postalDeliveryGroup
protected String unstructuredAddressLine
protected String suburb
protected StateType state
protected String postcode
public UnitGroupType getUnitGroup()
UnitGroupTypepublic void setUnitGroup(UnitGroupType value)
value - allowed object is
UnitGroupTypepublic LevelGroupType getLevelGroup()
LevelGroupTypepublic void setLevelGroup(LevelGroupType value)
value - allowed object is
LevelGroupTypepublic String getAddressSiteName()
Stringpublic void setAddressSiteName(String value)
value - allowed object is
Stringpublic String getStreetNumber()
Stringpublic void setStreetNumber(String value)
value - allowed object is
Stringpublic String getLotNumber()
Stringpublic void setLotNumber(String value)
value - allowed object is
Stringpublic String getStreetName()
Stringpublic void setStreetName(String value)
value - allowed object is
Stringpublic StreetType getStreetType()
StreetTypepublic void setStreetType(StreetType value)
value - allowed object is
StreetTypepublic StreetSuffixType getStreetSuffix()
StreetSuffixTypepublic void setStreetSuffix(StreetSuffixType value)
value - allowed object is
StreetSuffixTypepublic PostalDeliveryGroupType getPostalDeliveryGroup()
PostalDeliveryGroupTypepublic void setPostalDeliveryGroup(PostalDeliveryGroupType value)
value - allowed object is
PostalDeliveryGroupTypepublic String getUnstructuredAddressLine()
Stringpublic void setUnstructuredAddressLine(String value)
value - allowed object is
Stringpublic String getSuburb()
Stringpublic void setSuburb(String value)
value - allowed object is
Stringpublic StateType getState()
StateTypepublic void setState(StateType value)
value - allowed object is
StateTypepublic String getPostcode()
StringCopyright © 2021. All rights reserved.