Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class NamedValue

java.lang.Object
  extended byoracle.workspaces.ws.beans.NamedValue


public class NamedValue
extends java.lang.Object

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

NamedValue

public NamedValue()
Default constructor

Method Detail

getName

public java.lang.String getName()
Gets the name value for this NamedValue.
Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this NamedValue.
Parameters:
name -

getValue

public java.lang.String getValue()
Gets the value value for this NamedValue.
Returns:
value

setValue

public void setValue(java.lang.String value)
Sets the value value for this NamedValue.
Parameters:
value -

Copyright © 2001, 2006, Oracle. All rights reserved.