Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.uddi.client.structures.datatypes
Class FindQualifiers

java.lang.Object
  extended by weblogic.uddi.client.structures.datatypes.FindQualifiers

public class FindQualifiers
extends Object

The findQualifiers structure is a collection of findQualifier structures that are passed in findXXXXX inquiry functions to alter the default behaviour of the search functionality.


Constructor Summary
FindQualifiers()
          Class constructor.
 
Method Summary
 void addFindQualifier(String value)
          Adds a new find qualifier to the set of find qualifiers.
 Vector getFindQualifierVector()
          Gets the set of find qualifiers.
 void setFindQualifierVector(Vector value)
          Sets the set of find qualifiers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindQualifiers

public FindQualifiers()
Class constructor.

Method Detail

addFindQualifier

public void addFindQualifier(String value)
Adds a new find qualifier to the set of find qualifiers.

Parameters:
value - the new find qualifier.

setFindQualifierVector

public void setFindQualifierVector(Vector value)
Sets the set of find qualifiers.

Parameters:
value - the new set of find qualifiers.

getFindQualifierVector

public Vector getFindQualifierVector()
Gets the set of find qualifiers.

Returns:
the current set of find qualifiers.

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06