au.net.electronichealth.ns.pcehr.xsd.interfaces.getchangehistoryview._1
Class GetChangeHistoryViewResponse

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.getchangehistoryview._1.GetChangeHistoryViewResponse

public class GetChangeHistoryViewResponse
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="AdhocQueryResponse">
           <complexType>
             <complexContent>
               <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0}RegistryResponseType">
                 <sequence>
                   <element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectList"/>
                 </sequence>
                 <attribute name="startIndex" type="{http://www.w3.org/2001/XMLSchema}integer" />
                 <attribute name="totalResultCount" type="{http://www.w3.org/2001/XMLSchema}integer" />
               </extension>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class GetChangeHistoryViewResponse.AdhocQueryResponse
          Java class for anonymous complex type.
 
Field Summary
protected  GetChangeHistoryViewResponse.AdhocQueryResponse adhocQueryResponse
           
 
Constructor Summary
GetChangeHistoryViewResponse()
           
 
Method Summary
 GetChangeHistoryViewResponse.AdhocQueryResponse getAdhocQueryResponse()
          Gets the value of the adhocQueryResponse property.
 void setAdhocQueryResponse(GetChangeHistoryViewResponse.AdhocQueryResponse value)
          Sets the value of the adhocQueryResponse property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adhocQueryResponse

protected GetChangeHistoryViewResponse.AdhocQueryResponse adhocQueryResponse
Constructor Detail

GetChangeHistoryViewResponse

public GetChangeHistoryViewResponse()
Method Detail

getAdhocQueryResponse

public GetChangeHistoryViewResponse.AdhocQueryResponse getAdhocQueryResponse()
Gets the value of the adhocQueryResponse property.

Returns:
possible object is GetChangeHistoryViewResponse.AdhocQueryResponse

setAdhocQueryResponse

public void setAdhocQueryResponse(GetChangeHistoryViewResponse.AdhocQueryResponse value)
Sets the value of the adhocQueryResponse property.

Parameters:
value - allowed object is GetChangeHistoryViewResponse.AdhocQueryResponse