IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.sibx.smobo
Interface RegistryPropertyType


public interface RegistryPropertyType

A representation of the model object 'Registry Property Type'.

The following features are supported:


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.lang.String getValue()
          Returns the value of the 'Value' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setValue(java.lang.String value)
          Sets the value of the 'Value' attribute.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

static final java.lang.String $sccsid
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

Returns:
the value of the 'Name' attribute.
See Also:
setName(String)

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getValue

java.lang.String getValue()
Returns the value of the 'Value' attribute.

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String)

setValue

void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()

IBM WebSphere Application ServerTM
Release 8