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  Boolean federated
           
protected  String federation
           
protected  BigInteger maxResults
           
protected  ResponseOptionType responseOption
           
protected  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.
 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.
 
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 ResponseOptionType responseOption

adhocQuery

protected AdhocQueryType adhocQuery

federated

protected Boolean federated

federation

protected String federation

startIndex

protected BigInteger startIndex

maxResults

protected BigInteger maxResults
Constructor Detail

AdhocQueryRequest

public AdhocQueryRequest()
Method Detail

getResponseOption

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

Returns:
possible object is ResponseOptionType

setResponseOption

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

Parameters:
value - allowed object is ResponseOptionType

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(Boolean value)
Sets the value of the federated property.

Parameters:
value - allowed object is Boolean

getFederation

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

Returns:
possible object is String

setFederation

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

Parameters:
value - allowed object is String

getStartIndex

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

Returns:
possible object is BigInteger

setStartIndex

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

Parameters:
value - allowed object is BigInteger

getMaxResults

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

Returns:
possible object is BigInteger

setMaxResults

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

Parameters:
value - allowed object is BigInteger


Copyright © 2010-2011. All Rights Reserved.