IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.datatypes
Class InquiryOptions

java.lang.Object
  extended by 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

Combines a FindQualifiers object with an integer field indicating the maximum number of rows of data to return.

See Also:
Serialized Form

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

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.

IBM WebSphere Application ServerTM
Release 8