|
|||||||||
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.registerpcehr._2.RegisterPCEHRResponse.Individual
public static class RegisterPCEHRResponse.Individual
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 ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}ihiNumber"/> <element name="demographics"> <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}medicareCardNumber" minOccurs="0"/> <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}medicareIRN" minOccurs="0"/> <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}dvaFileNumber" minOccurs="0"/> <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}militaryHealthNumber" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
RegisterPCEHRResponse.Individual.Demographics
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected RegisterPCEHRResponse.Individual.Demographics |
demographics
|
protected java.lang.String |
ihiNumber
|
Constructor Summary | |
---|---|
RegisterPCEHRResponse.Individual()
|
Method Summary | |
---|---|
RegisterPCEHRResponse.Individual.Demographics |
getDemographics()
Gets the value of the demographics property. |
java.lang.String |
getIhiNumber()
Gets the value of the ihiNumber property. |
void |
setDemographics(RegisterPCEHRResponse.Individual.Demographics value)
Sets the value of the demographics property. |
void |
setIhiNumber(java.lang.String value)
Sets the value of the ihiNumber 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 ihiNumber
protected RegisterPCEHRResponse.Individual.Demographics demographics
Constructor Detail |
---|
public RegisterPCEHRResponse.Individual()
Method Detail |
---|
public java.lang.String getIhiNumber()
String
public void setIhiNumber(java.lang.String value)
value
- allowed object is
String
public RegisterPCEHRResponse.Individual.Demographics getDemographics()
RegisterPCEHRResponse.Individual.Demographics
public void setDemographics(RegisterPCEHRResponse.Individual.Demographics value)
value
- allowed object is
RegisterPCEHRResponse.Individual.Demographics
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |