com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.types
Class ObjectChangesType
- java.lang.Object
com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.types.ObjectChangesType
- public class ObjectChangesType
- extends java.lang.Object
Constructor Summary
Constructor and Description |
---|
ObjectChangesType()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getKey()
|
getValue()
|
|
getValue(int i)
|
|
|
setKey(java.lang.String key)
|
|
setValue(int i,ObjectChangeValueType value)
|
|
setValue(ObjectChangeValueType[] value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
ObjectChangesType
- public ObjectChangesType()
Method Detail
getKey
- public java.lang.String getKey( )
setKey
- public void setKey(java.lang.String key)
getValue
- public ObjectChangeValueType[] getValue( )
setValue
- public void setValue(ObjectChangeValueType[] value)
getValue
- public ObjectChangeValueType getValue( int i)
setValue
- public void setValue(int i,
- ObjectChangeValueType value)