net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jdtaus.container
Class ModelObject

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jdtaus.container.ModelObject
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
Argument, Arguments, Dependencies, Implementation, Implementations, Message, MessageReference, Messages, Module, Modules, Properties, Property, Specification, SpecificationReference, Specifications

public class ModelObject
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  Texts documentation
           
protected  String modelVersion
           
 
Constructor Summary
ModelObject()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jdtaus.container.ModelObject instance.
ModelObject(ModelObject o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.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

documentation

protected Texts documentation

modelVersion

protected String modelVersion
Constructor Detail

ModelObject

public ModelObject()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jdtaus.container.ModelObject instance.


ModelObject

public ModelObject(ModelObject o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.jdtaus.container.ModelObject instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getDocumentation

public Texts getDocumentation()
Documentation of the object.

Returns:
possible object is Texts

setDocumentation

public void setDocumentation(Texts value)
Sets the value of the documentation property.

Parameters:
value - allowed object is Texts

getModelVersion

public String getModelVersion()
Gets the value of the modelVersion property.

Returns:
possible object is String

setModelVersion

public void setModelVersion(String value)
Sets the value of the modelVersion property.

Parameters:
value - allowed object is String

clone

public ModelObject clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.