public class AdhocQueryResponse extends RegistryResponseType
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>
| Constructor and Description |
|---|
AdhocQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
RegistryObjectListType |
getRegistryObjectList()
Gets the value of the registryObjectList property.
|
BigInteger |
getStartIndex()
Gets the value of the startIndex property.
|
BigInteger |
getTotalResultCount()
Gets the value of the totalResultCount property.
|
void |
setRegistryObjectList(RegistryObjectListType value)
Sets the value of the registryObjectList property.
|
void |
setStartIndex(BigInteger value)
Sets the value of the startIndex property.
|
void |
setTotalResultCount(BigInteger value)
Sets the value of the totalResultCount property.
|
getRegistryErrorList, getRequestId, getResponseSlotList, getStatus, setRegistryErrorList, setRequestId, setResponseSlotList, setStatuspublic RegistryObjectListType getRegistryObjectList()
RegistryObjectListTypepublic void setRegistryObjectList(RegistryObjectListType value)
value - allowed object is
RegistryObjectListTypepublic BigInteger getStartIndex()
BigIntegerpublic void setStartIndex(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getTotalResultCount()
BigIntegerpublic void setTotalResultCount(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2010–2025. All rights reserved.