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

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

public static class HealthRecordOverviewResponse.NewDocuments
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="informationAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="document" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}documentDT" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<DocumentDT> documents
           
protected  boolean informationAvailable
           
 
Constructor Summary
HealthRecordOverviewResponse.NewDocuments()
           
 
Method Summary
 java.util.List<DocumentDT> getDocuments()
          Gets the value of the documents property.
 boolean isInformationAvailable()
          Gets the value of the informationAvailable property.
 void setInformationAvailable(boolean value)
          Sets the value of the informationAvailable property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

informationAvailable

protected boolean informationAvailable

documents

protected java.util.List<DocumentDT> documents
Constructor Detail

HealthRecordOverviewResponse.NewDocuments

public HealthRecordOverviewResponse.NewDocuments()
Method Detail

isInformationAvailable

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


setInformationAvailable

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


getDocuments

public java.util.List<DocumentDT> getDocuments()
Gets the value of the documents property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the documents property.

For example, to add a new item, do as follows:

    getDocuments().add(newItem);
 

Objects of the following type(s) are allowed in the list DocumentDT