com.ibm.uddi.datatypes
Class InquiryOptions

java.lang.Object
  |
  +--com.ibm.uddi.datatypes.InquiryOptions
All Implemented Interfaces:
java.io.Serializable

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

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

java_copyright

public static final java.lang.String java_copyright
Constructor Detail

InquiryOptions

public InquiryOptions()
Method Detail

getMaxRows

public int getMaxRows()
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)
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()
Returns the FindQualifiers of this InquiryOptions.
Returns:
the FindQualifiers of this InquiryOptions.

setFindQualifiers

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