|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.ebxml_regrep.xsd.rs._3.RegistryRequestType
oasis.names.tc.ebxml_regrep.xsd.query._3.AdhocQueryRequest
public class AdhocQueryRequest
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 |
---|
protected ResponseOption responseOption
protected AdhocQueryType adhocQuery
protected java.lang.Boolean federated
protected java.lang.String federation
protected java.math.BigInteger startIndex
protected java.math.BigInteger maxResults
Constructor Detail |
---|
public AdhocQueryRequest()
Method Detail |
---|
public ResponseOption getResponseOption()
ResponseOption
public void setResponseOption(ResponseOption value)
value
- allowed object is
ResponseOption
public AdhocQueryType getAdhocQuery()
AdhocQueryType
public void setAdhocQuery(AdhocQueryType value)
value
- allowed object is
AdhocQueryType
public boolean isFederated()
Boolean
public void setFederated(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getFederation()
String
public void setFederation(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getStartIndex()
BigInteger
public void setStartIndex(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getMaxResults()
BigInteger
public void setMaxResults(java.math.BigInteger value)
value
- allowed object is
BigInteger
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |