|
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.KeyedReference
public class KeyedReference
The keyedReference structure holds a namespace qualified name-value pair.It is stored in the category and identifier bag.
| Constructor Summary | |
|---|---|
KeyedReference()
Class constructor. |
|
KeyedReference(String tModelKey,
String keyName,
String keyValue)
Class construstor specifying the initialization value. |
|
| Method Summary | |
|---|---|
String |
getKeyName()
Gets the value of the key name. |
String |
getKeyValue()
Gets the key value. |
String |
getTModelKey()
Gets the value of the tmodel key. |
void |
setKeyName(String val)
Sets the value of the key name. |
void |
setKeyValue(String val)
Sets the key value. |
void |
setTModelKey(String val)
Sets the value of the tmodel key. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyedReference()
public KeyedReference(String tModelKey,
String keyName,
String keyValue)
tModelKey - tModel key of the keyed reference.keyName - key name of the keyed reference.keyValue - key value of the keyed reference.| Method Detail |
|---|
public void setTModelKey(String val)
val - the new value of the tmodel key.public void setKeyName(String val)
val - the new value of the key name.public void setKeyValue(String val)
val - the new key value.public String getTModelKey()
public String getKeyName()
public String getKeyValue()
|
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 | |||||||||