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

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

public class AustralianPostalAddressType
extends java.lang.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 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="postalDeliveryGroup" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}postalDeliveryGroupType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  PostalDeliveryGroupType postalDeliveryGroup
           
protected  java.lang.String postcode
           
protected  StateType state
           
protected  java.lang.String suburb
           
 
Constructor Summary
AustralianPostalAddressType()
           
 
Method Summary
 PostalDeliveryGroupType getPostalDeliveryGroup()
          Gets the value of the postalDeliveryGroup 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 setPostalDeliveryGroup(PostalDeliveryGroupType value)
          Sets the value of the postalDeliveryGroup 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

state

protected StateType state

postcode

protected java.lang.String postcode

suburb

protected java.lang.String suburb

postalDeliveryGroup

protected PostalDeliveryGroupType postalDeliveryGroup
Constructor Detail

AustralianPostalAddressType

public AustralianPostalAddressType()
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

getPostalDeliveryGroup

public PostalDeliveryGroupType getPostalDeliveryGroup()
Gets the value of the postalDeliveryGroup property.

Returns:
possible object is PostalDeliveryGroupType

setPostalDeliveryGroup

public void setPostalDeliveryGroup(PostalDeliveryGroupType value)
Sets the value of the postalDeliveryGroup property.

Parameters:
value - allowed object is PostalDeliveryGroupType