|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.uddi.datatypes.InquiryOptions
Combines a FindQualifiers
object with an integer field indicating
the maximum number of rows of data to return.
Field Summary | |
static java.lang.String |
java_copyright
|
Constructor Summary | |
InquiryOptions()
|
Method Summary | |
FindQualifiers |
getFindQualifiers()
Returns the FindQualifiers of this InquiryOptions. |
int |
getMaxRows()
Returns the maximum number of rows of data to be returned. |
void |
setFindQualifiers(FindQualifiers findQualifiers)
Sets the FindQualifiers of this InquiryOptions. |
void |
setMaxRows(int maxRows)
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 |
Field Detail |
public static final java.lang.String java_copyright
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |