org.apache.tuscany.sdo.model
Interface BaseDataGraphType

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

public interface BaseDataGraphType
extends Serializable

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

The following features are supported:


Method Summary
 Sequence getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 ChangeSummary getChangeSummary()
          Returns the value of the 'Change Summary' attribute.
 ModelsType getModels()
          Returns the value of the 'Models' containment reference.
 XSDType getXsd()
          Returns the value of the 'Xsd' containment reference.
 boolean isSetChangeSummary()
          Returns whether the value of the 'Change Summary' attribute is set.
 boolean isSetModels()
          Returns whether the value of the 'Models' containment reference is set.
 boolean isSetXsd()
          Returns whether the value of the 'Xsd' containment reference is set.
 void setChangeSummary(ChangeSummary value)
          Sets the value of the 'Change Summary' attribute.
 void setModels(ModelsType value)
          Sets the value of the 'Models' containment reference.
 void setXsd(XSDType value)
          Sets the value of the 'Xsd' containment reference.
 void unsetChangeSummary()
          Unsets the value of the 'Change Summary' attribute.
 void unsetModels()
          Unsets the value of the 'Models' containment reference.
 void unsetXsd()
          Unsets 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:
isSetModels(), unsetModels(), 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:
isSetModels(), unsetModels(), getModels()

unsetModels

void unsetModels()
Unsets the value of the 'Models' containment reference.

See Also:
isSetModels(), getModels(), setModels(ModelsType)

isSetModels

boolean isSetModels()
Returns whether the value of the 'Models' containment reference is set.

Returns:
whether the value of the 'Models' containment reference is set.
See Also:
unsetModels(), getModels(), setModels(ModelsType)

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:
isSetXsd(), unsetXsd(), 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:
isSetXsd(), unsetXsd(), getXsd()

unsetXsd

void unsetXsd()
Unsets the value of the 'Xsd' containment reference.

See Also:
isSetXsd(), getXsd(), setXsd(XSDType)

isSetXsd

boolean isSetXsd()
Returns whether the value of the 'Xsd' containment reference is set.

Returns:
whether the value of the 'Xsd' containment reference is set.
See Also:
unsetXsd(), getXsd(), setXsd(XSDType)

getChangeSummary

ChangeSummary getChangeSummary()
Returns the value of the 'Change Summary' attribute.

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

Returns:
the value of the 'Change Summary' attribute.
See Also:
isSetChangeSummary(), unsetChangeSummary(), setChangeSummary(ChangeSummary)

setChangeSummary

void setChangeSummary(ChangeSummary value)
Sets the value of the 'Change Summary' attribute.

Parameters:
value - the new value of the 'Change Summary' attribute.
See Also:
isSetChangeSummary(), unsetChangeSummary(), getChangeSummary()

unsetChangeSummary

void unsetChangeSummary()
Unsets the value of the 'Change Summary' attribute.

See Also:
isSetChangeSummary(), getChangeSummary(), setChangeSummary(ChangeSummary)

isSetChangeSummary

boolean isSetChangeSummary()
Returns whether the value of the 'Change Summary' attribute is set.

Returns:
whether the value of the 'Change Summary' attribute is set.
See Also:
unsetChangeSummary(), getChangeSummary(), setChangeSummary(ChangeSummary)

getAnyAttribute

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 © 2013 The Apache Software Foundation. All Rights Reserved.