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.
|
java.lang.String |
getFederation()
Gets the value of the federation property.
|
java.math.BigInteger |
getMaxResults()
Gets the value of the maxResults property.
|
ResponseOptionType |
getResponseOption()
Gets the value of the responseOption property.
|
java.math.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(java.lang.Boolean value)
Sets the value of the federated property.
|
void |
setFederation(java.lang.String value)
Sets the value of the federation property.
|
void |
setMaxResults(java.math.BigInteger value)
Sets the value of the maxResults property.
|
void |
setResponseOption(ResponseOptionType value)
Sets the value of the responseOption property.
|
void |
setStartIndex(java.math.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(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getFederation()
Stringpublic void setFederation(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getStartIndex()
BigIntegerpublic void setStartIndex(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMaxResults()
BigIntegerpublic void setMaxResults(java.math.BigInteger value)
value - allowed object is
BigInteger