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

Class ChangeSummarySetting

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

  1. public class ChangeSummarySetting
  2. extends ObjectChangeValueType
Represents a ChangeSummarySetting WSRR object

Constructor Summary

Constructor and Description
ChangeSummarySetting()

Method Summary

Modifier and Type Method and Description
  1. byte[]
getDataValue()
  1. java.lang.String
getFeatureName()
  1. void
setDataValue(byte[] dataValue)
  1. void
setFeatureName(java.lang.String featureName)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ChangeSummarySetting

  1. public ChangeSummarySetting()

Method Detail

getFeatureName

  1. public java.lang.String getFeatureName( )

setFeatureName

  1. public void setFeatureName(java.lang.String featureName)

getDataValue

  1. public byte[] getDataValue()

setDataValue

  1. public void setDataValue(byte[] dataValue)