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

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

public class SearchTemplate
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="templateID" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="100"/>
               <minLength value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="templateMetadata" type="{http://ns.electronichealth.net.au/tplt/xsd/common/TemplatesCoreElements/1.0}templateMetadataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String templateID
           
protected  TemplateMetadataType templateMetadata
           
 
Constructor Summary
SearchTemplate()
           
 
Method Summary
 java.lang.String getTemplateID()
          Gets the value of the templateID property.
 TemplateMetadataType getTemplateMetadata()
          Gets the value of the templateMetadata property.
 void setTemplateID(java.lang.String value)
          Sets the value of the templateID property.
 void setTemplateMetadata(TemplateMetadataType value)
          Sets the value of the templateMetadata property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

templateID

protected java.lang.String templateID

templateMetadata

protected TemplateMetadataType templateMetadata
Constructor Detail

SearchTemplate

public SearchTemplate()
Method Detail

getTemplateID

public java.lang.String getTemplateID()
Gets the value of the templateID property.

Returns:
possible object is String

setTemplateID

public void setTemplateID(java.lang.String value)
Sets the value of the templateID property.

Parameters:
value - allowed object is String

getTemplateMetadata

public TemplateMetadataType getTemplateMetadata()
Gets the value of the templateMetadata property.

Returns:
possible object is TemplateMetadataType

setTemplateMetadata

public void setTemplateMetadata(TemplateMetadataType value)
Sets the value of the templateMetadata property.

Parameters:
value - allowed object is TemplateMetadataType