oasis.names.tc.ebxml_regrep.xsd.query._3
Class AdhocQueryRequest

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryRequestType
      extended by oasis.names.tc.ebxml_regrep.xsd.query._3.AdhocQueryRequest

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>
 


Field Summary
protected  AdhocQueryType adhocQuery
           
protected  java.lang.Boolean federated
           
protected  java.lang.String federation
           
protected  java.math.BigInteger maxResults
           
protected  ResponseOption responseOption
           
protected  java.math.BigInteger startIndex
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryRequestType
comment, id, requestSlotList
 
Constructor Summary
AdhocQueryRequest()
           
 
Method Summary
 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.
 ResponseOption 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(ResponseOption value)
          Sets the value of the responseOption property.
 void setStartIndex(java.math.BigInteger value)
          Sets the value of the startIndex property.
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryRequestType
getComment, getId, getRequestSlotList, setComment, setId, setRequestSlotList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

responseOption

protected ResponseOption responseOption

adhocQuery

protected AdhocQueryType adhocQuery

federated

protected java.lang.Boolean federated

federation

protected java.lang.String federation

startIndex

protected java.math.BigInteger startIndex

maxResults

protected java.math.BigInteger maxResults
Constructor Detail

AdhocQueryRequest

public AdhocQueryRequest()
Method Detail

getResponseOption

public ResponseOption getResponseOption()
Gets the value of the responseOption property.

Returns:
possible object is ResponseOption

setResponseOption

public void setResponseOption(ResponseOption value)
Sets the value of the responseOption property.

Parameters:
value - allowed object is ResponseOption

getAdhocQuery

public AdhocQueryType getAdhocQuery()
Gets the value of the adhocQuery property.

Returns:
possible object is AdhocQueryType

setAdhocQuery

public void setAdhocQuery(AdhocQueryType value)
Sets the value of the adhocQuery property.

Parameters:
value - allowed object is AdhocQueryType

isFederated

public boolean isFederated()
Gets the value of the federated property.

Returns:
possible object is Boolean

setFederated

public void setFederated(java.lang.Boolean value)
Sets the value of the federated property.

Parameters:
value - allowed object is Boolean

getFederation

public java.lang.String getFederation()
Gets the value of the federation property.

Returns:
possible object is String

setFederation

public void setFederation(java.lang.String value)
Sets the value of the federation property.

Parameters:
value - allowed object is String

getStartIndex

public java.math.BigInteger getStartIndex()
Gets the value of the startIndex property.

Returns:
possible object is BigInteger

setStartIndex

public void setStartIndex(java.math.BigInteger value)
Sets the value of the startIndex property.

Parameters:
value - allowed object is BigInteger

getMaxResults

public java.math.BigInteger getMaxResults()
Gets the value of the maxResults property.

Returns:
possible object is BigInteger

setMaxResults

public void setMaxResults(java.math.BigInteger value)
Sets the value of the maxResults property.

Parameters:
value - allowed object is BigInteger