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

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

public class GetViewResponse
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="view" minOccurs="0">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class GetViewResponse.View
          Java class for anonymous complex type.
 
Field Summary
protected  ResponseStatusType responseStatus
           
protected  GetViewResponse.View view
           
 
Constructor Summary
GetViewResponse()
           
 
Method Summary
 ResponseStatusType getResponseStatus()
          Gets the value of the responseStatus property.
 GetViewResponse.View getView()
          Gets the value of the view property.
 void setResponseStatus(ResponseStatusType value)
          Sets the value of the responseStatus property.
 void setView(GetViewResponse.View value)
          Sets the value of the view 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

view

protected GetViewResponse.View view
Constructor Detail

GetViewResponse

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

getView

public GetViewResponse.View getView()
Gets the value of the view property.

Returns:
possible object is GetViewResponse.View

setView

public void setView(GetViewResponse.View value)
Sets the value of the view property.

Parameters:
value - allowed object is GetViewResponse.View