org.apache.tuscany.sdo.model
Interface BaseDataGraphType

All Known Subinterfaces:
DataGraphType
All Known Implementing Classes:
BaseDataGraphTypeImpl, DataGraphTypeImpl

public interface BaseDataGraphType

A representation of the model object 'Base Data Graph Type'.

The following features are supported:


Method Summary
 commonj.sdo.Sequence getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 ChangeSummaryType getChangeSummary_()
          Returns the value of the 'Change Summary' containment reference.
 ModelsType getModels()
          Returns the value of the 'Models' containment reference.
 XSDType getXsd()
          Returns the value of the 'Xsd' containment reference.
 void setChangeSummary(ChangeSummaryType value)
          Sets the value of the 'Change Summary' containment reference.
 void setModels(ModelsType value)
          Sets the value of the 'Models' containment reference.
 void setXsd(XSDType value)
          Sets the value of the 'Xsd' containment reference.
 

Method Detail

getModels

ModelsType getModels()
Returns the value of the 'Models' containment reference.

If the meaning of the 'Models' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Models' containment reference.
See Also:
setModels(ModelsType)

setModels

void setModels(ModelsType value)
Sets the value of the 'Models' containment reference.

Parameters:
value - the new value of the 'Models' containment reference.
See Also:
getModels()

getXsd

XSDType getXsd()
Returns the value of the 'Xsd' containment reference.

If the meaning of the 'Xsd' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Xsd' containment reference.
See Also:
setXsd(XSDType)

setXsd

void setXsd(XSDType value)
Sets the value of the 'Xsd' containment reference.

Parameters:
value - the new value of the 'Xsd' containment reference.
See Also:
getXsd()

getChangeSummary_

ChangeSummaryType getChangeSummary_()
Returns the value of the 'Change Summary' containment reference.

If the meaning of the 'Change Summary' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Change Summary' containment reference.
See Also:
setChangeSummary(ChangeSummaryType)

setChangeSummary

void setChangeSummary(ChangeSummaryType value)
Sets the value of the 'Change Summary' containment reference.

Parameters:
value - the new value of the 'Change Summary' containment reference.
See Also:
#getChangeSummary()

getAnyAttribute

commonj.sdo.Sequence getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list.

If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any Attribute' attribute list.


Copyright © 2006 Apache Software Foundation. All Rights Reserved.