au.net.electronichealth.ns.pcehr.xsd.interfaces.healthrecordoverview._1
Class HealthRecordOverviewResponse.ViewMetadata

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.healthrecordoverview._1.HealthRecordOverviewResponse.ViewMetadata
Enclosing class:
HealthRecordOverviewResponse

public static class HealthRecordOverviewResponse.ViewMetadata
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 name="individualProfile">
           <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"/>
                   <element name="indigenousStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="veteranAndADFStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="viewParameters">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="clinicalSynopsisLength" type="{http://www.w3.org/2001/XMLSchema}int"/>
                   <element name="viewVersionNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class HealthRecordOverviewResponse.ViewMetadata.IndividualProfile
          Java class for anonymous complex type.
static class HealthRecordOverviewResponse.ViewMetadata.ViewParameters
          Java class for anonymous complex type.
 
Field Summary
protected  HealthRecordOverviewResponse.ViewMetadata.IndividualProfile individualProfile
           
protected  HealthRecordOverviewResponse.ViewMetadata.ViewParameters viewParameters
           
 
Constructor Summary
HealthRecordOverviewResponse.ViewMetadata()
           
 
Method Summary
 HealthRecordOverviewResponse.ViewMetadata.IndividualProfile getIndividualProfile()
          Gets the value of the individualProfile property.
 HealthRecordOverviewResponse.ViewMetadata.ViewParameters getViewParameters()
          Gets the value of the viewParameters property.
 void setIndividualProfile(HealthRecordOverviewResponse.ViewMetadata.IndividualProfile value)
          Sets the value of the individualProfile property.
 void setViewParameters(HealthRecordOverviewResponse.ViewMetadata.ViewParameters value)
          Sets the value of the viewParameters property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

individualProfile

protected HealthRecordOverviewResponse.ViewMetadata.IndividualProfile individualProfile

viewParameters

protected HealthRecordOverviewResponse.ViewMetadata.ViewParameters viewParameters
Constructor Detail

HealthRecordOverviewResponse.ViewMetadata

public HealthRecordOverviewResponse.ViewMetadata()
Method Detail

getIndividualProfile

public HealthRecordOverviewResponse.ViewMetadata.IndividualProfile getIndividualProfile()
Gets the value of the individualProfile property.

Returns:
possible object is HealthRecordOverviewResponse.ViewMetadata.IndividualProfile

setIndividualProfile

public void setIndividualProfile(HealthRecordOverviewResponse.ViewMetadata.IndividualProfile value)
Sets the value of the individualProfile property.

Parameters:
value - allowed object is HealthRecordOverviewResponse.ViewMetadata.IndividualProfile

getViewParameters

public HealthRecordOverviewResponse.ViewMetadata.ViewParameters getViewParameters()
Gets the value of the viewParameters property.

Returns:
possible object is HealthRecordOverviewResponse.ViewMetadata.ViewParameters

setViewParameters

public void setViewParameters(HealthRecordOverviewResponse.ViewMetadata.ViewParameters value)
Sets the value of the viewParameters property.

Parameters:
value - allowed object is HealthRecordOverviewResponse.ViewMetadata.ViewParameters