|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--weblogic.uddi.client.structures.datatypes.TextNode
TextNode represents the base for all text nodes
| Field Summary | |
protected java.lang.String |
value
|
| Constructor Summary | |
TextNode()
Class Constructor |
|
TextNode(java.lang.String val)
Class constructor specifying the initialization value. |
|
| Method Summary | |
java.lang.String |
getValue()
Gets the value of the text node. |
void |
setValue(java.lang.String val)
Sets the value of the text node. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
protected java.lang.String value
| Constructor Detail |
public TextNode()
public TextNode(java.lang.String val)
val - value of the text node.| Method Detail |
public java.lang.String getValue()
public void setValue(java.lang.String val)
val - the new value of the text node.
|
Documentation is available at http://e-docs.bea.com/wls/docs81 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||