net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jomc
Interface ModelObject

All Known Subinterfaces:
Argument, Arguments, Author, Authors, Dependencies, Dependency, Implementation, ImplementationReference, Implementations, Instance, Instances, Message, MessageReference, Messages, Module, Modules, Properties, Property, PropertyReference, Specification, SpecificationReference, Specifications
All Known Implementing Classes:
ArgumentImpl, ArgumentsImpl, AuthorImpl, AuthorsImpl, DependenciesImpl, DependencyImpl, ImplementationImpl, ImplementationReferenceImpl, ImplementationsImpl, InstanceImpl, InstancesImpl, MessageImpl, MessageReferenceImpl, MessagesImpl, ModelObjectImpl, ModuleImpl, ModulesImpl, PropertiesImpl, PropertyImpl, PropertyReferenceImpl, SpecificationImpl, SpecificationReferenceImpl, SpecificationsImpl

public interface ModelObject

Base model object.


Method Summary
 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.
 

Method Detail

getDocumentation

Texts getDocumentation()
Documentation of this object.

Returns:
possible object is Texts

setDocumentation

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

Parameters:
value - allowed object is Texts

getAuthors

Authors getAuthors()
Authors of this object.

Returns:
possible object is Authors

setAuthors

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

Parameters:
value - allowed object is Authors

getModelVersion

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

Returns:
possible object is String

setModelVersion

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

Parameters:
value - allowed object is String

getCreateDate

XMLGregorianCalendar getCreateDate()
The date this object got created.

Returns:
possible object is XMLGregorianCalendar

setCreateDate

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

Parameters:
value - allowed object is XMLGregorianCalendar


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