|
|||||||||
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.AustralianPostalAddressType
public class AustralianPostalAddressType
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 |
---|
protected StateType state
protected java.lang.String postcode
protected java.lang.String suburb
protected PostalDeliveryGroupType postalDeliveryGroup
Constructor Detail |
---|
public AustralianPostalAddressType()
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 PostalDeliveryGroupType getPostalDeliveryGroup()
PostalDeliveryGroupType
public void setPostalDeliveryGroup(PostalDeliveryGroupType value)
value
- allowed object is
PostalDeliveryGroupType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |