|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jdtaus.container.ModelObject
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jdtaus.container.Module
public class Module
jDTAUS module.
Java class for Module complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Module">
<complexContent>
<extension base="{http://jdtaus.org/core/model/container}ModelObject">
<sequence>
<element ref="{http://jdtaus.org/core/model/container}specifications" minOccurs="0"/>
<element ref="{http://jdtaus.org/core/model/container}implementations" minOccurs="0"/>
<element ref="{http://jdtaus.org/core/model/container}properties" minOccurs="0"/>
<element ref="{http://jdtaus.org/core/model/container}messages" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://jdtaus.org/core/model/container}Identifier" />
<attribute name="version" use="required" type="{http://jdtaus.org/core/model/container}Version" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Implementations |
implementations
|
protected Messages |
messages
|
protected String |
name
|
protected Properties |
properties
|
protected Specifications |
specifications
|
protected String |
version
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jdtaus.container.ModelObject |
|---|
documentation, modelVersion |
| Constructor Summary | |
|---|---|
Module()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jdtaus.container.Module instance. |
|
Module(Module o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jdtaus.container.Module instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Module |
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.prot.indexed.valueclass.jdtaus.container.ModelObject |
|---|
getDocumentation, getModelVersion, setDocumentation, setModelVersion |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Specifications specifications
protected Implementations implementations
protected Properties properties
protected Messages messages
protected String name
protected String version
| Constructor Detail |
|---|
public Module()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jdtaus.container.Module instance.
public Module(Module o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.jdtaus.container.Module instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Specifications getSpecifications()
Specificationspublic void setSpecifications(Specifications value)
value - allowed object is
Specificationspublic Implementations getImplementations()
Implementationspublic void setImplementations(Implementations value)
value - allowed object is
Implementationspublic Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is
Propertiespublic Messages getMessages()
Messagespublic void setMessages(Messages value)
value - allowed object is
Messagespublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic Module clone()
clone in class ModelObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||