|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.valueclass.jdtaus.container.ModelObject
public class 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>
| Field Summary | |
|---|---|
protected Texts |
documentation
|
protected String |
modelVersion
|
| Constructor Summary | |
|---|---|
ModelObject()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.jdtaus.container.ModelObject instance. |
|
ModelObject(ModelObject o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.jdtaus.container.ModelObject instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ModelObject |
clone()
Creates and returns a copy of this object. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Texts documentation
protected String modelVersion
| Constructor Detail |
|---|
public ModelObject()
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.jdtaus.container.ModelObject instance.
public ModelObject(ModelObject o)
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.jdtaus.container.ModelObject instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Texts getDocumentation()
Textspublic void setDocumentation(Texts value)
value - allowed object is
Textspublic String getModelVersion()
Stringpublic void setModelVersion(String value)
value - allowed object is
Stringpublic ModelObject clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||