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

Class DataGraphType

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

  1. public class DataGraphType
  2. extends BaseDataGraphType
Represents a DataGraphType WSRR object

Constructor Summary

Constructor and Description
DataGraphType()

Method Summary

Modifier and Type Method and Description
  1. PropertyQueryResult
getPropertyQueryResult()
  1. WSRR
getWSRR()
  1. void
setPropertyQueryResult(PropertyQueryResult propertyQueryResult)
  1. void
setWSRR(WSRR WSRR)
Methods inherited from class com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.types.BaseDataGraphType
getChangeSummary, getModels, getXsd, setChangeSummary, setModels, setXsd
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

DataGraphType

  1. public DataGraphType()

Method Detail

getWSRR

  1. public WSRR getWSRR()

setWSRR

  1. public void setWSRR(WSRR WSRR)

getPropertyQueryResult

  1. public PropertyQueryResult getPropertyQueryResult( )

setPropertyQueryResult

  1. public void setPropertyQueryResult( PropertyQueryResult propertyQueryResult)