au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1
Class AddressTypeSupp.UnstructuredAddress

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.AddressTypeSupp.UnstructuredAddress
Enclosing class:
AddressTypeSupp

public static class AddressTypeSupp.UnstructuredAddress
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="australianAddressLine" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="120"/>
             </restriction>
           </simpleType>
         </element>
         <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="state" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}stateType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String australianAddressLine
           
protected  java.lang.String postcode
           
protected  StateType state
           
protected  java.lang.String suburb
           
 
Constructor Summary
AddressTypeSupp.UnstructuredAddress()
           
 
Method Summary
 java.lang.String getAustralianAddressLine()
          Gets the value of the australianAddressLine property.
 java.lang.String getPostcode()
          Gets the value of the postcode property.
 StateType getState()
          Gets the value of the state property.
 java.lang.String getSuburb()
          Gets the value of the suburb property.
 void setAustralianAddressLine(java.lang.String value)
          Sets the value of the australianAddressLine 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 setSuburb(java.lang.String value)
          Sets the value of the suburb property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

australianAddressLine

protected java.lang.String australianAddressLine

postcode

protected java.lang.String postcode

suburb

protected java.lang.String suburb

state

protected StateType state
Constructor Detail

AddressTypeSupp.UnstructuredAddress

public AddressTypeSupp.UnstructuredAddress()
Method Detail

getAustralianAddressLine

public java.lang.String getAustralianAddressLine()
Gets the value of the australianAddressLine property.

Returns:
possible object is String

setAustralianAddressLine

public void setAustralianAddressLine(java.lang.String value)
Sets the value of the australianAddressLine property.

Parameters:
value - allowed object is String

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

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