au.net.electronichealth.ns.pcehr.xsd.interfaces.getview._1
Class GetViewResponse.View

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.getview._1.GetViewResponse.View
Enclosing class:
GetViewResponse

public static class GetViewResponse.View
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" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="data" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  byte[] data
           
protected  java.lang.String templateID
           
 
Constructor Summary
GetViewResponse.View()
           
 
Method Summary
 byte[] getData()
          Gets the value of the data property.
 java.lang.String getTemplateID()
          Gets the value of the templateID property.
 void setData(byte[] value)
          Sets the value of the data 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

data

protected byte[] data
Constructor Detail

GetViewResponse.View

public GetViewResponse.View()
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

getData

public byte[] getData()
Gets the value of the data property.

Returns:
possible object is byte[]

setData

public void setData(byte[] value)
Sets the value of the data property.

Parameters:
value - allowed object is byte[]