au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1
Class AustralianStreetAddressType

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.AustralianStreetAddressType

public class AustralianStreetAddressType
extends java.lang.Object

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

state

protected StateType state

postcode

protected java.lang.String postcode

suburb

protected java.lang.String suburb

addressSiteName

protected java.lang.String addressSiteName

unitGroup

protected UnitGroupType unitGroup

levelGroup

protected LevelGroupType levelGroup

lotNumber

protected java.lang.String lotNumber

streetNumber

protected java.lang.String streetNumber

streetName

protected java.lang.String streetName

streetType

protected StreetType streetType

streetSuffix

protected StreetSuffixType streetSuffix
Constructor Detail

AustralianStreetAddressType

public AustralianStreetAddressType()
Method Detail

getState

public StateType getState()
Gets the value of the state property.

Returns:
possible object is StateType

setState

public void setState(StateType value)
Sets the value of the state property.

Parameters:
value - allowed object is StateType

getPostcode

public java.lang.String getPostcode()
Gets the value of the postcode property.

Returns:
possible object is String

setPostcode

public void setPostcode(java.lang.String value)
Sets the value of the postcode property.

Parameters:
value - allowed object is String

getSuburb

public java.lang.String getSuburb()
Gets the value of the suburb property.

Returns:
possible object is String

setSuburb

public void setSuburb(java.lang.String value)
Sets the value of the suburb property.

Parameters:
value - allowed object is String

getAddressSiteName

public java.lang.String getAddressSiteName()
Gets the value of the addressSiteName property.

Returns:
possible object is String

setAddressSiteName

public void setAddressSiteName(java.lang.String value)
Sets the value of the addressSiteName property.

Parameters:
value - allowed object is String

getUnitGroup

public UnitGroupType getUnitGroup()
Gets the value of the unitGroup property.

Returns:
possible object is UnitGroupType

setUnitGroup

public void setUnitGroup(UnitGroupType value)
Sets the value of the unitGroup property.

Parameters:
value - allowed object is UnitGroupType

getLevelGroup

public LevelGroupType getLevelGroup()
Gets the value of the levelGroup property.

Returns:
possible object is LevelGroupType

setLevelGroup

public void setLevelGroup(LevelGroupType value)
Sets the value of the levelGroup property.

Parameters:
value - allowed object is LevelGroupType

getLotNumber

public java.lang.String getLotNumber()
Gets the value of the lotNumber property.

Returns:
possible object is String

setLotNumber

public void setLotNumber(java.lang.String value)
Sets the value of the lotNumber property.

Parameters:
value - allowed object is String

getStreetNumber

public java.lang.String getStreetNumber()
Gets the value of the streetNumber property.

Returns:
possible object is String

setStreetNumber

public void setStreetNumber(java.lang.String value)
Sets the value of the streetNumber property.

Parameters:
value - allowed object is String

getStreetName

public java.lang.String getStreetName()
Gets the value of the streetName property.

Returns:
possible object is String

setStreetName

public void setStreetName(java.lang.String value)
Sets the value of the streetName property.

Parameters:
value - allowed object is String

getStreetType

public StreetType getStreetType()
Gets the value of the streetType property.

Returns:
possible object is StreetType

setStreetType

public void setStreetType(StreetType value)
Sets the value of the streetType property.

Parameters:
value - allowed object is StreetType

getStreetSuffix

public StreetSuffixType getStreetSuffix()
Gets the value of the streetSuffix property.

Returns:
possible object is StreetSuffixType

setStreetSuffix

public void setStreetSuffix(StreetSuffixType value)
Sets the value of the streetSuffix property.

Parameters:
value - allowed object is StreetSuffixType