au.net.electronichealth.ns.tplt.xsd.interfaces.gettemplate._1
Class GetTemplate

java.lang.Object
  extended by au.net.electronichealth.ns.tplt.xsd.interfaces.gettemplate._1.GetTemplate

public class GetTemplate
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">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="100"/>
             </restriction>
           </simpleType>
         </element>
         <element name="serviceRequestorOption">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="100"/>
               <whiteSpace value="collapse"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String serviceRequestorOption
           
protected  java.lang.String templateID
           
 
Constructor Summary
GetTemplate()
           
 
Method Summary
 java.lang.String getServiceRequestorOption()
          Gets the value of the serviceRequestorOption property.
 java.lang.String getTemplateID()
          Gets the value of the templateID property.
 void setServiceRequestorOption(java.lang.String value)
          Sets the value of the serviceRequestorOption property.
 void setTemplateID(java.lang.String value)
          Sets the value of the templateID 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

serviceRequestorOption

protected java.lang.String serviceRequestorOption
Constructor Detail

GetTemplate

public GetTemplate()
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

getServiceRequestorOption

public java.lang.String getServiceRequestorOption()
Gets the value of the serviceRequestorOption property.

Returns:
possible object is String

setServiceRequestorOption

public void setServiceRequestorOption(java.lang.String value)
Sets the value of the serviceRequestorOption property.

Parameters:
value - allowed object is String