com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.types

Class ObjectChangesType

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.types.ObjectChangesType

  1. public class ObjectChangesType
  2. extends java.lang.Object
Represents a ObjectChangesType WSRR object

Constructor Summary

Constructor and Description
ObjectChangesType()

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getKey()
  1. ObjectChangeValueType[]
getValue()
  1. ObjectChangeValueType
getValue(int i)
  1. void
setKey(java.lang.String key)
  1. void
setValue(int i,ObjectChangeValueType value)
  1. void
setValue(ObjectChangeValueType[] value)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ObjectChangesType

  1. public ObjectChangesType()

Method Detail

getKey

  1. public java.lang.String getKey( )

setKey

  1. public void setKey(java.lang.String key)

getValue

  1. public ObjectChangeValueType[] getValue( )

setValue

  1. public void setValue(ObjectChangeValueType[] value)

getValue

  1. public ObjectChangeValueType getValue( int i)

setValue

  1. public void setValue(int i,
  2. ObjectChangeValueType value)