au.net.electronichealth.ns.pcehr.xsd.interfaces.pathologyreportview._1
Class PathologyReportViewResponse.ViewMetadata

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

public static class PathologyReportViewResponse.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"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="viewParameters">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="dateFromFilter" type="{http://www.w3.org/2001/XMLSchema}date"/>
                   <element name="dateToFilter" type="{http://www.w3.org/2001/XMLSchema}date"/>
                   <element name="viewVersionNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="informationAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class PathologyReportViewResponse.ViewMetadata.IndividualProfile
          Java class for anonymous complex type.
static class PathologyReportViewResponse.ViewMetadata.ViewParameters
          Java class for anonymous complex type.
 
Field Summary
protected  PathologyReportViewResponse.ViewMetadata.IndividualProfile individualProfile
           
protected  boolean informationAvailable
           
protected  PathologyReportViewResponse.ViewMetadata.ViewParameters viewParameters
           
 
Constructor Summary
PathologyReportViewResponse.ViewMetadata()
           
 
Method Summary
 PathologyReportViewResponse.ViewMetadata.IndividualProfile getIndividualProfile()
          Gets the value of the individualProfile property.
 PathologyReportViewResponse.ViewMetadata.ViewParameters getViewParameters()
          Gets the value of the viewParameters property.
 boolean isInformationAvailable()
          Gets the value of the informationAvailable property.
 void setIndividualProfile(PathologyReportViewResponse.ViewMetadata.IndividualProfile value)
          Sets the value of the individualProfile property.
 void setInformationAvailable(boolean value)
          Sets the value of the informationAvailable property.
 void setViewParameters(PathologyReportViewResponse.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 PathologyReportViewResponse.ViewMetadata.IndividualProfile individualProfile

viewParameters

protected PathologyReportViewResponse.ViewMetadata.ViewParameters viewParameters

informationAvailable

protected boolean informationAvailable
Constructor Detail

PathologyReportViewResponse.ViewMetadata

public PathologyReportViewResponse.ViewMetadata()
Method Detail

getIndividualProfile

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

Returns:
possible object is PathologyReportViewResponse.ViewMetadata.IndividualProfile

setIndividualProfile

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

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

getViewParameters

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

Returns:
possible object is PathologyReportViewResponse.ViewMetadata.ViewParameters

setViewParameters

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

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

isInformationAvailable

public boolean isInformationAvailable()
Gets the value of the informationAvailable property.


setInformationAvailable

public void setInformationAvailable(boolean value)
Sets the value of the informationAvailable property.