com.ibm.uddi.datatypes

Class InquiryOptions

  1. java.lang.Object
  2. extended bycom.ibm.uddi.datatypes.InquiryOptions
All implemented interfaces:
java.io.Serializable

Deprecated. Deprecated as of WAS 6.0. No replacement.
  1. public class InquiryOptions
  2. extends java.lang.Object
  3. implements java.io.Serializable
Combines a FindQualifiers object with an integer field indicating the maximum number of rows of data to return.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
InquiryOptions()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. FindQualifiers
getFindQualifiers()
Deprecated. Returns the FindQualifiers of this InquiryOptions.
  1. int
getMaxRows()
Deprecated. Returns the maximum number of rows of data to be returned.
  1. void
setFindQualifiers(FindQualifiers findQualifiers)
Deprecated. Sets the FindQualifiers of this InquiryOptions.
  1. 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

InquiryOptions

  1. public InquiryOptions()
Deprecated.

Method Detail

getMaxRows

  1. 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

  1. 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

  1. public FindQualifiers getFindQualifiers( )
Deprecated.
Returns the FindQualifiers of this InquiryOptions.
Returns:
the FindQualifiers of this InquiryOptions.

setFindQualifiers

  1. public void setFindQualifiers(FindQualifiers findQualifiers)
Deprecated.
Sets the FindQualifiers of this InquiryOptions.
Parameters:
findQualifiers - the FindQualifiers of this InquiryOptions.