|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.datatypes.InquiryOptions
public class InquiryOptions
Combines a FindQualifiers
object with an integer field indicating
the maximum number of rows of data to return.
Constructor Summary | |
---|---|
InquiryOptions()
Deprecated. |
Method Summary | |
---|---|
FindQualifiers |
getFindQualifiers()
Deprecated. Returns the FindQualifiers of this InquiryOptions. |
int |
getMaxRows()
Deprecated. Returns the maximum number of rows of data to be returned. |
void |
setFindQualifiers(FindQualifiers findQualifiers)
Deprecated. Sets the FindQualifiers of this InquiryOptions. |
void |
setMaxRows(int maxRows)
Deprecated. Sets the maximum number of rows of data to be returned. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InquiryOptions()
Method Detail |
---|
public int getMaxRows()
public void setMaxRows(int maxRows)
maxRows
- the maximum number of rows of data to be returned.public FindQualifiers getFindQualifiers()
FindQualifiers
of this InquiryOptions.
public void setFindQualifiers(FindQualifiers findQualifiers)
FindQualifiers
of this InquiryOptions.
findQualifiers
- the FindQualifiers of this InquiryOptions.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |