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

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

public class GetTemplateResponse
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" 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"/>
                   <element name="package">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}base64Binary">
                       </restriction>
                     </simpleType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="persistInCacheExpiry" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}dateTime">
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class GetTemplateResponse.Template
          Java class for anonymous complex type.
 
Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar persistInCacheExpiry
           
protected  ResponseStatusType responseStatus
           
protected  GetTemplateResponse.Template template
           
 
Constructor Summary
GetTemplateResponse()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getPersistInCacheExpiry()
          Gets the value of the persistInCacheExpiry property.
 ResponseStatusType getResponseStatus()
          Gets the value of the responseStatus property.
 GetTemplateResponse.Template getTemplate()
          Gets the value of the template property.
 void setPersistInCacheExpiry(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the persistInCacheExpiry property.
 void setResponseStatus(ResponseStatusType value)
          Sets the value of the responseStatus property.
 void setTemplate(GetTemplateResponse.Template value)
          Sets the value of the template 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

template

protected GetTemplateResponse.Template template

persistInCacheExpiry

protected javax.xml.datatype.XMLGregorianCalendar persistInCacheExpiry
Constructor Detail

GetTemplateResponse

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

getTemplate

public GetTemplateResponse.Template getTemplate()
Gets the value of the template property.

Returns:
possible object is GetTemplateResponse.Template

setTemplate

public void setTemplate(GetTemplateResponse.Template value)
Sets the value of the template property.

Parameters:
value - allowed object is GetTemplateResponse.Template

getPersistInCacheExpiry

public javax.xml.datatype.XMLGregorianCalendar getPersistInCacheExpiry()
Gets the value of the persistInCacheExpiry property.

Returns:
possible object is XMLGregorianCalendar

setPersistInCacheExpiry

public void setPersistInCacheExpiry(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the persistInCacheExpiry property.

Parameters:
value - allowed object is XMLGregorianCalendar