com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc
Class UserDefinedProperty
- java.lang.Object
com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.UserDefinedProperty
- public class UserDefinedProperty
- extends java.lang.Object
Constructor Summary
Constructor and Description |
---|
UserDefinedProperty()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getName()
|
|
getValue()
|
|
setName(java.lang.String name)
|
|
setValue(java.lang.String value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
UserDefinedProperty
- public UserDefinedProperty()
Method Detail
getName
- public java.lang.String getName( )
setName
- public void setName(java.lang.String name)
getValue
- public java.lang.String getValue( )
setValue
- public void setValue(java.lang.String value)