net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.impl
Class ModuleImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.impl.ModelObjectImpl
      extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.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 vendor
           
protected  String version
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.impl.ModelObjectImpl
authors, createDate, documentation, modelVersion
 
Constructor Summary
ModuleImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.impl.ModuleImpl instance.
ModuleImpl(ModuleImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.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 this module.
 Messages getMessages()
          Messages defined in this module.
 String getName()
          Name of this module.
 Properties getProperties()
          Properties defined in this module.>
 Specifications getSpecifications()
          Specifications defined in this module.
 String getVendor()
          Vendor of this module.
 String getVersion()
          Version of this module.
 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 setVendor(String value)
          Sets the value of the vendor property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.impl.ModelObjectImpl
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, 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.prot.indexed.novalueclass.jomc.ModelObject
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, 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

vendor

protected String vendor
Constructor Detail

ModuleImpl

public ModuleImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.impl.ModuleImpl instance.


ModuleImpl

public ModuleImpl(ModuleImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jomc.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 this 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 this 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
Properties defined in this module.>

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
Messages defined in this module.

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
Name of this module.

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
Version of this module.

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

getVendor

public String getVendor()
Description copied from interface: Module
Vendor of this module.

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

setVendor

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

Specified by:
setVendor 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.