net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container
Interface ModelObject

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

public interface 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>
 


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

Method Detail

getDocumentation

Texts getDocumentation()
Documentation of the object.

Returns:
possible object is Texts

setDocumentation

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

Parameters:
value - allowed object is Texts

getModelVersion

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

Returns:
possible object is String

setModelVersion

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

Parameters:
value - allowed object is String


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