au.net.electronichealth.ns.pcehr.xsd.interfaces.diagnosticimagingreportview._1
Class DiagnosticImagingReportViewResponse.ViewMetadata.IndividualProfile

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.diagnosticimagingreportview._1.DiagnosticImagingReportViewResponse.ViewMetadata.IndividualProfile
Enclosing class:
DiagnosticImagingReportViewResponse.ViewMetadata

public static class DiagnosticImagingReportViewResponse.ViewMetadata.IndividualProfile
extends java.lang.Object

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
DiagnosticImagingReportViewResponse.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

ihiNumber

protected java.lang.String ihiNumber

individual

protected IndividualTypeSupp individual
Constructor Detail

DiagnosticImagingReportViewResponse.ViewMetadata.IndividualProfile

public DiagnosticImagingReportViewResponse.ViewMetadata.IndividualProfile()
Method Detail

getIhiNumber

public java.lang.String getIhiNumber()
Gets the value of the ihiNumber property.

Returns:
possible object is String

setIhiNumber

public void setIhiNumber(java.lang.String value)
Sets the value of the ihiNumber property.

Parameters:
value - allowed object is String

getIndividual

public IndividualTypeSupp getIndividual()
Gets the value of the individual property.

Returns:
possible object is IndividualTypeSupp

setIndividual

public void setIndividual(IndividualTypeSupp value)
Sets the value of the individual property.

Parameters:
value - allowed object is IndividualTypeSupp