|
Oracle | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.uddi.client.structures.datatypes.FindQualifiers
public class FindQualifiers
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 |
|---|
public FindQualifiers()
| Method Detail |
|---|
public void addFindQualifier(String value)
value - the new find qualifier.public void setFindQualifierVector(Vector value)
value - the new set of find qualifiers.public Vector getFindQualifierVector()
|
Documentation is available at http://edocs.bea.com/wls/docs103 Copyright 1996,2008, 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. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||