|
Oracle© Collaboration Suite Workspaces Web Services API Reference 10g Release 1 (10.1.2.2) Part No. B28209-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.workspaces.ws.beans.NamedValue
Represents a Java bean name/value pair. This data structure is suitable for representing the attributes/properties requested by the user in the attribute request.
Constructor Summary | |
NamedValue() Default constructor |
Method Summary | |
java.lang.String |
getName() Gets the name value for this NamedValue. |
java.lang.String |
getValue() Gets the value value for this NamedValue. |
void |
setName(java.lang.String name) Sets the name value for this NamedValue. |
void |
setValue(java.lang.String value) Sets the value value for this NamedValue. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NamedValue()
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name
-public java.lang.String getValue()
public void setValue(java.lang.String value)
value
-
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |