|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.uddi.client.structures.datatypes.IdentifierBag
public class IdentifierBag
The identifierBag structure itself is a simple collection of keyed references.
| Constructor Summary | |
|---|---|
IdentifierBag()
Class constructor. |
|
| Method Summary | |
|---|---|
void |
addKeyedReference(String tModelKey,
String keyName,
String keyValue)
Adds a new keyed reference to the set of keyed references. |
Vector |
getKeyedReferenceVector()
Gets the set of keyed refereneces. |
void |
setKeyedReferenceVector(Vector v)
Sets the set of keyed refereneces. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdentifierBag()
| Method Detail |
|---|
public Vector getKeyedReferenceVector()
public void setKeyedReferenceVector(Vector v)
v - the new set of keyed refereneces.
public void addKeyedReference(String tModelKey,
String keyName,
String keyValue)
tModelKey - tModel key of the new keyed reference.keyName - key name of the new keyed reference.keyValue - key value of the new keyed reference.
|
Documentation is available at http://e-docs.bea.com/wls/docs100 Copyright 2006 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||