net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl
Class ModelObjectImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl.ModelObjectImpl
All Implemented Interfaces:
Serializable, Cloneable, ModelObject
Direct Known Subclasses:
ArgumentImpl, ArgumentsImpl, DependenciesImpl, ImplementationImpl, ImplementationsImpl, MessageImpl, MessageReferenceImpl, MessagesImpl, ModuleImpl, ModulesImpl, PropertiesImpl, PropertyImpl, SpecificationImpl, SpecificationReferenceImpl, SpecificationsImpl

public class ModelObjectImpl
extends Object
implements Serializable, Cloneable, ModelObject

See Also:
Serialized Form

Field Summary
protected  TextsImpl documentation
           
protected  String modelVersion
           
 
Constructor Summary
ModelObjectImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl.ModelObjectImpl instance.
ModelObjectImpl(ModelObjectImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl.ModelObjectImpl instance by copying a given instance.
 
Method Summary
 ModelObjectImpl 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 TextsImpl documentation

modelVersion

protected String modelVersion
Constructor Detail

ModelObjectImpl

public ModelObjectImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl.ModelObjectImpl instance.


ModelObjectImpl

public ModelObjectImpl(ModelObjectImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jdtaus.container.impl.ModelObjectImpl instance by copying a given instance.

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

getDocumentation

public Texts getDocumentation()
Description copied from interface: ModelObject
Documentation of the object.

Specified by:
getDocumentation in interface ModelObject
Returns:
possible object is Texts

setDocumentation

public void setDocumentation(Texts value)
Description copied from interface: ModelObject
Sets the value of the documentation property.

Specified by:
setDocumentation in interface ModelObject
Parameters:
value - allowed object is Texts

getModelVersion

public String getModelVersion()
Description copied from interface: ModelObject
Gets the value of the modelVersion property.

Specified by:
getModelVersion in interface ModelObject
Returns:
possible object is String

setModelVersion

public void setModelVersion(String value)
Description copied from interface: ModelObject
Sets the value of the modelVersion property.

Specified by:
setModelVersion in interface ModelObject
Parameters:
value - allowed object is String

clone

public ModelObjectImpl 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.