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

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

public static class GetTemplateResponse.Template
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="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>
 


Field Summary
protected  byte[] _package
           
protected  TemplateMetadataType templateMetadata
           
protected  TemplateUsageMetadataType usageMetadata
           
 
Constructor Summary
GetTemplateResponse.Template()
           
 
Method Summary
 byte[] getPackage()
          Gets the value of the package property.
 TemplateMetadataType getTemplateMetadata()
          Gets the value of the templateMetadata property.
 TemplateUsageMetadataType getUsageMetadata()
          Gets the value of the usageMetadata property.
 void setPackage(byte[] value)
          Sets the value of the package property.
 void setTemplateMetadata(TemplateMetadataType value)
          Sets the value of the templateMetadata property.
 void setUsageMetadata(TemplateUsageMetadataType value)
          Sets the value of the usageMetadata property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

templateMetadata

protected TemplateMetadataType templateMetadata

usageMetadata

protected TemplateUsageMetadataType usageMetadata

_package

protected byte[] _package
Constructor Detail

GetTemplateResponse.Template

public GetTemplateResponse.Template()
Method Detail

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

getUsageMetadata

public TemplateUsageMetadataType getUsageMetadata()
Gets the value of the usageMetadata property.

Returns:
possible object is TemplateUsageMetadataType

setUsageMetadata

public void setUsageMetadata(TemplateUsageMetadataType value)
Sets the value of the usageMetadata property.

Parameters:
value - allowed object is TemplateUsageMetadataType

getPackage

public byte[] getPackage()
Gets the value of the package property.

Returns:
possible object is byte[]

setPackage

public void setPackage(byte[] value)
Sets the value of the package property.

Parameters:
value - allowed object is byte[]