IBM WebSphere Application ServerTM
Release 7

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

java.lang.Object
  extended by com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.types.BaseDataGraphType
Direct Known Subclasses:
DataGraphType

public abstract class BaseDataGraphType
extends java.lang.Object

Represents the base BaseDataGraphType WSRR object


Constructor Summary
BaseDataGraphType()
           
 
Method Summary
 ChangeSummaryType getChangeSummary()
           
 ModelsType getModels()
           
 XSDType getXsd()
           
 void setChangeSummary(ChangeSummaryType changeSummary)
           
 void setModels(ModelsType models)
           
 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

public BaseDataGraphType()
Method Detail

getModels

public ModelsType getModels()

setModels

public void setModels(ModelsType models)

getXsd

public XSDType getXsd()

setXsd

public void setXsd(XSDType xsd)

getChangeSummary

public ChangeSummaryType getChangeSummary()

setChangeSummary

public void setChangeSummary(ChangeSummaryType changeSummary)

IBM WebSphere Application ServerTM
Release 7