au.net.electronichealth.ns.tplt.xsd.interfaces.searchtemplate._1
Class SearchTemplateResponse

java.lang.Object
  extended by au.net.electronichealth.ns.tplt.xsd.interfaces.searchtemplate._1.SearchTemplateResponse

public class SearchTemplateResponse
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="responseStatus" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}responseStatusType"/>
         <element name="template" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="templateMetadata" type="{http://ns.electronichealth.net.au/tplt/xsd/common/TemplatesCoreElements/1.0}templateMetadataType"/>
                   <element name="usageMetadata" type="{http://ns.electronichealth.net.au/tplt/xsd/common/TemplatesCoreElements/1.0}templateUsageMetadataType" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class SearchTemplateResponse.Template
          Java class for anonymous complex type.
 
Field Summary
protected  ResponseStatusType responseStatus
           
protected  java.util.List<SearchTemplateResponse.Template> templates
           
 
Constructor Summary
SearchTemplateResponse()
           
 
Method Summary
 ResponseStatusType getResponseStatus()
          Gets the value of the responseStatus property.
 java.util.List<SearchTemplateResponse.Template> getTemplates()
          Gets the value of the templates property.
 void setResponseStatus(ResponseStatusType value)
          Sets the value of the responseStatus property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

responseStatus

protected ResponseStatusType responseStatus

templates

protected java.util.List<SearchTemplateResponse.Template> templates
Constructor Detail

SearchTemplateResponse

public SearchTemplateResponse()
Method Detail

getResponseStatus

public ResponseStatusType getResponseStatus()
Gets the value of the responseStatus property.

Returns:
possible object is ResponseStatusType

setResponseStatus

public void setResponseStatus(ResponseStatusType value)
Sets the value of the responseStatus property.

Parameters:
value - allowed object is ResponseStatusType

getTemplates

public java.util.List<SearchTemplateResponse.Template> getTemplates()
Gets the value of the templates 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 templates property.

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

    getTemplates().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchTemplateResponse.Template