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

Class BaseDataGraphType

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.types.BaseDataGraphType
Direct known subclasses:
DataGraphType

  1. public abstract class BaseDataGraphType
  2. extends java.lang.Object
Represents the base BaseDataGraphType WSRR object

Constructor Summary

Constructor and Description
BaseDataGraphType()

Method Summary

Modifier and Type Method and Description
  1. ChangeSummaryType
getChangeSummary()
  1. ModelsType
getModels()
  1. XSDType
getXsd()
  1. void
setChangeSummary(ChangeSummaryType changeSummary)
  1. void
setModels(ModelsType models)
  1. void
setXsd(XSDType xsd)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

BaseDataGraphType

  1. public BaseDataGraphType()

Method Detail

getModels

  1. public ModelsType getModels()

setModels

  1. public void setModels(ModelsType models)

getXsd

  1. public XSDType getXsd()

setXsd

  1. public void setXsd(XSDType xsd)

getChangeSummary

  1. public ChangeSummaryType getChangeSummary( )

setChangeSummary

  1. public void setChangeSummary(ChangeSummaryType changeSummary)