|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.interfaces.getindividualdetailsview._2.GetIndividualDetailsViewResponse
public class GetIndividualDetailsViewResponse
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="responseStatus" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}responseStatusType"/> <element name="individual" minOccurs="0"> <complexType> <complexContent> <extension base="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}individualTypeSupp"> <sequence> <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}dateAccuracyIndicatorType" minOccurs="0"/> <element name="ihiRecordStatus" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}recordStatusType" minOccurs="0"/> <element name="ihiStatus" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}statusType" minOccurs="0"/> <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}ihiNumber"/> <element name="contactDetails" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}contactDetailsType" minOccurs="0"/> <element name="contactPersons" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="contactPerson" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}contactPersonTypeSupp" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="indigenousStatus"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="1"/> <enumeration value="1"/> <enumeration value="2"/> <enumeration value="3"/> <enumeration value="4"/> <enumeration value="9"/> </restriction> </simpleType> </element> </sequence> </extension> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
GetIndividualDetailsViewResponse.Individual
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected GetIndividualDetailsViewResponse.Individual |
individual
|
protected ResponseStatusType |
responseStatus
|
Constructor Summary | |
---|---|
GetIndividualDetailsViewResponse()
|
Method Summary | |
---|---|
GetIndividualDetailsViewResponse.Individual |
getIndividual()
Gets the value of the individual property. |
ResponseStatusType |
getResponseStatus()
Gets the value of the responseStatus property. |
void |
setIndividual(GetIndividualDetailsViewResponse.Individual value)
Sets the value of the individual property. |
void |
setResponseStatus(ResponseStatusType value)
Sets the value of the responseStatus property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ResponseStatusType responseStatus
protected GetIndividualDetailsViewResponse.Individual individual
Constructor Detail |
---|
public GetIndividualDetailsViewResponse()
Method Detail |
---|
public ResponseStatusType getResponseStatus()
ResponseStatusType
public void setResponseStatus(ResponseStatusType value)
value
- allowed object is
ResponseStatusType
public GetIndividualDetailsViewResponse.Individual getIndividual()
GetIndividualDetailsViewResponse.Individual
public void setIndividual(GetIndividualDetailsViewResponse.Individual value)
value
- allowed object is
GetIndividualDetailsViewResponse.Individual
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |