
public interface Module extends ModelObject
The following schema fragment specifies the expected content contained within this java content object. (defined at http://xml.jdtaus.org/1.0.x/jdtaus-core/jdtaus-core-schemas/jdtaus-container-1.1.xsd line 241)
<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>
| Modifier and Type | Method and Description |
|---|---|
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)
Implementations defined in the module.
|
void |
setMessages(Messages value)
Module messages.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setProperties(Properties value)
Module properties.
|
void |
setSpecifications(Specifications value)
Specifications defined in the module.
|
void |
setVersion(String value)
Sets the value of the version property.
|
getDocumentation, getModelVersion, setDocumentation, setModelVersionImplementations getImplementations()
Implementations
ImplementationsElementMessages getMessages()
Messages
MessagesElementProperties getProperties()
Properties
PropertiesElementSpecifications getSpecifications()
SpecificationsElement
SpecificationsString getVersion()
Stringvoid setImplementations(Implementations value)
value - allowed object is
Implementations
ImplementationsElementvoid setMessages(Messages value)
value - allowed object is
Messages
MessagesElementvoid setName(String value)
value - allowed object is
Stringvoid setProperties(Properties value)
value - allowed object is
Properties
PropertiesElementvoid setSpecifications(Specifications value)
value - allowed object is
SpecificationsElement
Specificationsvoid setVersion(String value)
value - allowed object is
StringCopyright © 2005–2014 jDTAUS. All rights reserved.