|
|||||||||
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.pathologyreportview._1.PathologyReportViewResponse.ViewMetadata.IndividualProfile
public static class PathologyReportViewResponse.ViewMetadata.IndividualProfile
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="individual" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}individualTypeSupp"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
ihiNumber
|
protected IndividualTypeSupp |
individual
|
Constructor Summary | |
---|---|
PathologyReportViewResponse.ViewMetadata.IndividualProfile()
|
Method Summary | |
---|---|
java.lang.String |
getIhiNumber()
Gets the value of the ihiNumber property. |
IndividualTypeSupp |
getIndividual()
Gets the value of the individual property. |
void |
setIhiNumber(java.lang.String value)
Sets the value of the ihiNumber property. |
void |
setIndividual(IndividualTypeSupp value)
Sets the value of the individual 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 IndividualTypeSupp individual
Constructor Detail |
---|
public PathologyReportViewResponse.ViewMetadata.IndividualProfile()
Method Detail |
---|
public java.lang.String getIhiNumber()
String
public void setIhiNumber(java.lang.String value)
value
- allowed object is
String
public IndividualTypeSupp getIndividual()
IndividualTypeSupp
public void setIndividual(IndividualTypeSupp value)
value
- allowed object is
IndividualTypeSupp
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |