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.
|
java.math.BigInteger |
getStartIndex()
Gets the value of the startIndex property.
|
java.math.BigInteger |
getTotalResultCount()
Gets the value of the totalResultCount property.
|
void |
setRegistryObjectList(RegistryObjectListType value)
Sets the value of the registryObjectList property.
|
void |
setStartIndex(java.math.BigInteger value)
Sets the value of the startIndex property.
|
void |
setTotalResultCount(java.math.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 java.math.BigInteger getStartIndex()
BigIntegerpublic void setStartIndex(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getTotalResultCount()
BigIntegerpublic void setTotalResultCount(java.math.BigInteger value)
value - allowed object is
BigInteger