|
|||||||||
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.AddressTypeSupp.UnstructuredAddress
public static class AddressTypeSupp.UnstructuredAddress
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 |
---|
protected java.lang.String australianAddressLine
protected java.lang.String postcode
protected java.lang.String suburb
protected StateType state
Constructor Detail |
---|
public AddressTypeSupp.UnstructuredAddress()
Method Detail |
---|
public java.lang.String getAustralianAddressLine()
String
public void setAustralianAddressLine(java.lang.String value)
value
- allowed object is
String
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 StateType getState()
StateType
public void setState(StateType value)
value
- allowed object is
StateType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |