|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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>
| Method Summary | |
|---|---|
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 interface net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.jdtaus.container.ModelObject |
|---|
getDocumentation, getModelVersion, setDocumentation, setModelVersion |
| Method Detail |
|---|
Specifications getSpecifications()
Specificationsvoid setSpecifications(Specifications value)
value - allowed object is
SpecificationsImplementations getImplementations()
Implementationsvoid setImplementations(Implementations value)
value - allowed object is
ImplementationsProperties getProperties()
Propertiesvoid setProperties(Properties value)
value - allowed object is
PropertiesMessages getMessages()
Messagesvoid setMessages(Messages value)
value - allowed object is
MessagesString getName()
Stringvoid setName(String value)
value - allowed object is
StringString getVersion()
Stringvoid setVersion(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||