net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jdtaus.container.impl
Class ModuleImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jdtaus.container.impl.ModelObjectImpl
      extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jdtaus.container.impl.ModuleImpl
All Implemented Interfaces:
Serializable, Cloneable, ModelObject, Module

public class ModuleImpl
extends ModelObjectImpl
implements Serializable, Cloneable, Module

See Also:
Serialized Form

Field Summary
protected  ImplementationsImpl implementations
           
protected  MessagesImpl messages
           
protected  String name
           
protected  PropertiesImpl properties
           
protected  SpecificationsImpl specifications
           
protected  String version
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jdtaus.container.impl.ModelObjectImpl
documentation, modelVersion
 
Constructor Summary
ModuleImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jdtaus.container.impl.ModuleImpl instance.
ModuleImpl(ModuleImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jdtaus.container.impl.ModuleImpl instance by copying a given instance.
 
Method Summary
 ModuleImpl clone()
          Creates and returns a copy of this object.
 Implementations getImplementations()
          Implementations defined in the module.
 Messages getMessages()
          Module messages.
 String getName()
          Gets the value of the name property.
 Properties getProperties()
          Module properties.
 Specifications getSpecifications()
          Specifications defined in the module.
 String getVersion()
          Gets the value of the version property.
 void setImplementations(Implementations value)
          Sets the value of the implementations property.
 void setMessages(Messages value)
          Sets the value of the messages property.
 void setName(String value)
          Sets the value of the name property.
 void setProperties(Properties value)
          Sets the value of the properties property.
 void setSpecifications(Specifications value)
          Sets the value of the specifications property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jdtaus.container.impl.ModelObjectImpl
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jdtaus.container.ModelObject
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 

Field Detail

specifications

protected SpecificationsImpl specifications

implementations

protected ImplementationsImpl implementations

properties

protected PropertiesImpl properties

messages

protected MessagesImpl messages

name

protected String name

version

protected String version
Constructor Detail

ModuleImpl

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


ModuleImpl

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

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

getSpecifications

public Specifications getSpecifications()
Description copied from interface: Module
Specifications defined in the module.

Specified by:
getSpecifications in interface Module
Returns:
possible object is Specifications

setSpecifications

public void setSpecifications(Specifications value)
Description copied from interface: Module
Sets the value of the specifications property.

Specified by:
setSpecifications in interface Module
Parameters:
value - allowed object is Specifications

getImplementations

public Implementations getImplementations()
Description copied from interface: Module
Implementations defined in the module.

Specified by:
getImplementations in interface Module
Returns:
possible object is Implementations

setImplementations

public void setImplementations(Implementations value)
Description copied from interface: Module
Sets the value of the implementations property.

Specified by:
setImplementations in interface Module
Parameters:
value - allowed object is Implementations

getProperties

public Properties getProperties()
Description copied from interface: Module
Module properties.

Specified by:
getProperties in interface Module
Returns:
possible object is Properties

setProperties

public void setProperties(Properties value)
Description copied from interface: Module
Sets the value of the properties property.

Specified by:
setProperties in interface Module
Parameters:
value - allowed object is Properties

getMessages

public Messages getMessages()
Description copied from interface: Module
Module messages.

Specified by:
getMessages in interface Module
Returns:
possible object is Messages

setMessages

public void setMessages(Messages value)
Description copied from interface: Module
Sets the value of the messages property.

Specified by:
setMessages in interface Module
Parameters:
value - allowed object is Messages

getName

public String getName()
Description copied from interface: Module
Gets the value of the name property.

Specified by:
getName in interface Module
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: Module
Sets the value of the name property.

Specified by:
setName in interface Module
Parameters:
value - allowed object is String

getVersion

public String getVersion()
Description copied from interface: Module
Gets the value of the version property.

Specified by:
getVersion in interface Module
Returns:
possible object is String

setVersion

public void setVersion(String value)
Description copied from interface: Module
Sets the value of the version property.

Specified by:
setVersion in interface Module
Parameters:
value - allowed object is String

clone

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

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


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