Class AdhocQueryResponse
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rs.RegistryResponseType
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.AdhocQueryResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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" default="0" />
<attribute name="totalResultCount" type="{http://www.w3.org/2001/XMLSchema}integer" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected RegistryObjectListTypeprotected BigIntegerprotected BigIntegerFields inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rs.RegistryResponseType
registryErrorList, requestId, responseSlotList, status -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the registryObjectList property.Gets the value of the startIndex property.Gets the value of the totalResultCount property.voidSets the value of the registryObjectList property.voidsetStartIndex(BigInteger value) Sets the value of the startIndex property.voidsetTotalResultCount(BigInteger value) Sets the value of the totalResultCount property.Methods inherited from class org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.rs.RegistryResponseType
getRegistryErrorList, getRequestId, getResponseSlotList, getStatus, setRegistryErrorList, setRequestId, setResponseSlotList, setStatus
-
Field Details
-
registryObjectList
-
startIndex
-
totalResultCount
-
-
Constructor Details
-
AdhocQueryResponse
public AdhocQueryResponse()
-
-
Method Details
-
getRegistryObjectList
Gets the value of the registryObjectList property.- Returns:
- possible object is
RegistryObjectListType
-
setRegistryObjectList
Sets the value of the registryObjectList property.- Parameters:
value- allowed object isRegistryObjectListType
-
getStartIndex
Gets the value of the startIndex property.- Returns:
- possible object is
BigInteger
-
setStartIndex
Sets the value of the startIndex property.- Parameters:
value- allowed object isBigInteger
-
getTotalResultCount
Gets the value of the totalResultCount property.- Returns:
- possible object is
BigInteger
-
setTotalResultCount
Sets the value of the totalResultCount property.- Parameters:
value- allowed object isBigInteger
-