au.net.electronichealth.ns.pcehr.xsd.interfaces.getchangehistoryview._1
Class GetChangeHistoryViewResponse
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
adhocQueryResponse
protected GetChangeHistoryViewResponse.AdhocQueryResponse adhocQueryResponse
GetChangeHistoryViewResponse
public GetChangeHistoryViewResponse()
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