com.ibm.uddi.datatypes
Class InquiryOptions
- java.lang.Object
com.ibm.uddi.datatypes.InquiryOptions
All implemented interfaces:
java.io.Serializable
Deprecated. Deprecated as of WAS 6.0. No replacement.
- public class InquiryOptions
- extends java.lang.Object
- implements java.io.Serializable
FindQualifiers
object with an integer field indicating
the maximum number of rows of data to return.
See Also:
Constructor Summary
Constructor and Description |
---|
InquiryOptions()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getFindQualifiers()
Deprecated. Returns the
FindQualifiers of this InquiryOptions.
|
|
|
getMaxRows()
Deprecated. Returns the maximum number of rows of data to be returned.
|
|
setFindQualifiers(FindQualifiers findQualifiers)
Deprecated. Sets the
FindQualifiers of this InquiryOptions.
|
|
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
InquiryOptions
- public InquiryOptions()
Deprecated.
Method Detail
getMaxRows
- public int getMaxRows()
Deprecated.
Returns the maximum number of rows of data to be returned.
The default value is -1 which indicates that the default maximum number
of rows of data wil be returned.
Returns:
the maximum number of rows of data to be returned.
setMaxRows
- public void setMaxRows(int maxRows)
Deprecated.
Sets the maximum number of rows of data to be returned.
The default value is -1 which indicates that the default maximum number
of rows of data wil be returned.
Parameters:
maxRows
- the maximum number of rows of data to be returned. getFindQualifiers
- public FindQualifiers getFindQualifiers( )
Deprecated.
Returns the
FindQualifiers
of this InquiryOptions.
Returns:
the FindQualifiers of this InquiryOptions.
setFindQualifiers
- public void setFindQualifiers(FindQualifiers findQualifiers)
Deprecated.
Sets the
FindQualifiers
of this InquiryOptions.
Parameters:
findQualifiers
- the FindQualifiers of this InquiryOptions.