public class AdhocQueryRequest extends RegistryRequestType
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}RegistryRequestType">
<sequence>
<element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0}ResponseOption"/>
<element ref="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}AdhocQuery"/>
</sequence>
<attribute name="federated" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="federation" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="startIndex" type="{http://www.w3.org/2001/XMLSchema}integer" default="0" />
<attribute name="maxResults" type="{http://www.w3.org/2001/XMLSchema}integer" default="-1" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AdhocQueryRequest() |
| Modifier and Type | Method and Description |
|---|---|
AdhocQueryType |
getAdhocQuery()
Gets the value of the adhocQuery property.
|
String |
getFederation()
Gets the value of the federation property.
|
BigInteger |
getMaxResults()
Gets the value of the maxResults property.
|
ResponseOptionType |
getResponseOption()
Gets the value of the responseOption property.
|
BigInteger |
getStartIndex()
Gets the value of the startIndex property.
|
boolean |
isFederated()
Gets the value of the federated property.
|
void |
setAdhocQuery(AdhocQueryType value)
Sets the value of the adhocQuery property.
|
void |
setFederated(Boolean value)
Sets the value of the federated property.
|
void |
setFederation(String value)
Sets the value of the federation property.
|
void |
setMaxResults(BigInteger value)
Sets the value of the maxResults property.
|
void |
setResponseOption(ResponseOptionType value)
Sets the value of the responseOption property.
|
void |
setStartIndex(BigInteger value)
Sets the value of the startIndex property.
|
getComment, getId, getRequestSlotList, setComment, setId, setRequestSlotListpublic ResponseOptionType getResponseOption()
ResponseOptionTypepublic void setResponseOption(ResponseOptionType value)
value - allowed object is
ResponseOptionTypepublic AdhocQueryType getAdhocQuery()
AdhocQueryTypepublic void setAdhocQuery(AdhocQueryType value)
value - allowed object is
AdhocQueryTypepublic boolean isFederated()
Booleanpublic void setFederated(Boolean value)
value - allowed object is
Booleanpublic String getFederation()
Stringpublic void setFederation(String value)
value - allowed object is
Stringpublic BigInteger getStartIndex()
BigIntegerpublic void setStartIndex(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMaxResults()
BigIntegerpublic void setMaxResults(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2010–2025. All rights reserved.