net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc
Class ModelObject

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc.ModelObject
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
Argument, Arguments, Author, Authors, Dependencies, Implementation, Implementations, Instance, Instances, Message, MessageReference, Messages, Module, Modules, Properties, Property, PropertyReference, Specification, SpecificationReference, Specifications

public class ModelObject
extends Object
implements Serializable, Cloneable

Base model object.

See Also:
Serialized Form

Field Summary
protected  Authors authors
           
protected  XMLGregorianCalendar createDate
           
protected  Texts documentation
           
protected  String modelVersion
           
 
Constructor Summary
ModelObject()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc.ModelObject instance.
ModelObject(ModelObject o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc.ModelObject instance by copying a given instance.
 
Method Summary
 ModelObject clone()
          Creates and returns a copy of this object.
 Authors getAuthors()
          Authors of this object.
 XMLGregorianCalendar getCreateDate()
          The date this object got created.
 Texts getDocumentation()
          Documentation of this object.
 String getModelVersion()
          Version of the model of this object.
 void setAuthors(Authors value)
          Sets the value of the authors property.
 void setCreateDate(XMLGregorianCalendar value)
          Sets the value of the createDate 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

authors

protected Authors authors

modelVersion

protected String modelVersion

createDate

protected XMLGregorianCalendar createDate
Constructor Detail

ModelObject

public ModelObject()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.jomc.ModelObject instance.


ModelObject

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

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

getDocumentation

public Texts getDocumentation()
Documentation of this 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

getAuthors

public Authors getAuthors()
Authors of this object.

Returns:
possible object is Authors

setAuthors

public void setAuthors(Authors value)
Sets the value of the authors property.

Parameters:
value - allowed object is Authors

getModelVersion

public String getModelVersion()
Version of the model of this object.

Returns:
possible object is String

setModelVersion

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

Parameters:
value - allowed object is String

getCreateDate

public XMLGregorianCalendar getCreateDate()
The date this object got created.

Returns:
possible object is XMLGregorianCalendar

setCreateDate

public void setCreateDate(XMLGregorianCalendar value)
Sets the value of the createDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

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.