|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModelObject
Base complex type for model objects.
Java class for ModelObject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModelObject">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://jdtaus.org/core/model/container}documentation" minOccurs="0"/>
</sequence>
<attribute name="modelVersion" type="{http://jdtaus.org/core/model/container}Version" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
Texts |
getDocumentation()
Documentation of the object. |
String |
getModelVersion()
Gets the value of the modelVersion property. |
void |
setDocumentation(Texts value)
Sets the value of the documentation property. |
void |
setModelVersion(String value)
Sets the value of the modelVersion property. |
| Method Detail |
|---|
Texts getDocumentation()
Textsvoid setDocumentation(Texts value)
value - allowed object is
TextsString getModelVersion()
Stringvoid setModelVersion(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||