com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.types
Class BaseDataGraphType
- java.lang.Object
com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.types.BaseDataGraphType
Direct known subclasses:
- public abstract class BaseDataGraphType
- extends java.lang.Object
Constructor Summary
Constructor and Description |
---|
BaseDataGraphType()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getChangeSummary()
|
|
getModels()
|
|
getXsd()
|
|
|
setChangeSummary(ChangeSummaryType changeSummary)
|
|
setModels(ModelsType models)
|
|
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)