|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.AustralianStreetAddressType
public class AustralianStreetAddressType
Java class for australianStreetAddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="australianStreetAddressType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="state" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}stateType"/> <element name="postcode" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}postcodeType"/> <element name="suburb" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}suburbType"/> <element name="addressSiteName" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}addressSiteNameType" minOccurs="0"/> <element name="unitGroup" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}unitGroupType" minOccurs="0"/> <element name="levelGroup" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}levelGroupType" minOccurs="0"/> <element name="lotNumber" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}lotNumberType" minOccurs="0"/> <element name="streetNumber" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}streetNumberType" minOccurs="0"/> <element name="streetName" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}streetNameType"/> <element name="streetType" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}streetType" minOccurs="0"/> <element name="streetSuffix" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}streetSuffixType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
addressSiteName
|
protected LevelGroupType |
levelGroup
|
protected java.lang.String |
lotNumber
|
protected java.lang.String |
postcode
|
protected StateType |
state
|
protected java.lang.String |
streetName
|
protected java.lang.String |
streetNumber
|
protected StreetSuffixType |
streetSuffix
|
protected StreetType |
streetType
|
protected java.lang.String |
suburb
|
protected UnitGroupType |
unitGroup
|
Constructor Summary | |
---|---|
AustralianStreetAddressType()
|
Method Summary | |
---|---|
java.lang.String |
getAddressSiteName()
Gets the value of the addressSiteName property. |
LevelGroupType |
getLevelGroup()
Gets the value of the levelGroup property. |
java.lang.String |
getLotNumber()
Gets the value of the lotNumber property. |
java.lang.String |
getPostcode()
Gets the value of the postcode property. |
StateType |
getState()
Gets the value of the state property. |
java.lang.String |
getStreetName()
Gets the value of the streetName property. |
java.lang.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. |
java.lang.String |
getSuburb()
Gets the value of the suburb property. |
UnitGroupType |
getUnitGroup()
Gets the value of the unitGroup property. |
void |
setAddressSiteName(java.lang.String value)
Sets the value of the addressSiteName property. |
void |
setLevelGroup(LevelGroupType value)
Sets the value of the levelGroup property. |
void |
setLotNumber(java.lang.String value)
Sets the value of the lotNumber property. |
void |
setPostcode(java.lang.String value)
Sets the value of the postcode property. |
void |
setState(StateType value)
Sets the value of the state property. |
void |
setStreetName(java.lang.String value)
Sets the value of the streetName property. |
void |
setStreetNumber(java.lang.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(java.lang.String value)
Sets the value of the suburb property. |
void |
setUnitGroup(UnitGroupType value)
Sets the value of the unitGroup property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected StateType state
protected java.lang.String postcode
protected java.lang.String suburb
protected java.lang.String addressSiteName
protected UnitGroupType unitGroup
protected LevelGroupType levelGroup
protected java.lang.String lotNumber
protected java.lang.String streetNumber
protected java.lang.String streetName
protected StreetType streetType
protected StreetSuffixType streetSuffix
Constructor Detail |
---|
public AustralianStreetAddressType()
Method Detail |
---|
public StateType getState()
StateType
public void setState(StateType value)
value
- allowed object is
StateType
public java.lang.String getPostcode()
String
public void setPostcode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSuburb()
String
public void setSuburb(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAddressSiteName()
String
public void setAddressSiteName(java.lang.String value)
value
- allowed object is
String
public UnitGroupType getUnitGroup()
UnitGroupType
public void setUnitGroup(UnitGroupType value)
value
- allowed object is
UnitGroupType
public LevelGroupType getLevelGroup()
LevelGroupType
public void setLevelGroup(LevelGroupType value)
value
- allowed object is
LevelGroupType
public java.lang.String getLotNumber()
String
public void setLotNumber(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStreetNumber()
String
public void setStreetNumber(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStreetName()
String
public void setStreetName(java.lang.String value)
value
- allowed object is
String
public StreetType getStreetType()
StreetType
public void setStreetType(StreetType value)
value
- allowed object is
StreetType
public StreetSuffixType getStreetSuffix()
StreetSuffixType
public void setStreetSuffix(StreetSuffixType value)
value
- allowed object is
StreetSuffixType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |