net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container
Interface Module

All Superinterfaces:
ModelObject
All Known Implementing Classes:
ModuleImpl

public interface Module
extends ModelObject

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.priv.collections.novalueclass.jdtaus.container.ModelObject
getDocumentation, getModelVersion, setDocumentation, setModelVersion
 

Method Detail

getSpecifications

Specifications getSpecifications()
Specifications defined in the module.

Returns:
possible object is Specifications

setSpecifications

void setSpecifications(Specifications value)
Sets the value of the specifications property.

Parameters:
value - allowed object is Specifications

getImplementations

Implementations getImplementations()
Implementations defined in the module.

Returns:
possible object is Implementations

setImplementations

void setImplementations(Implementations value)
Sets the value of the implementations property.

Parameters:
value - allowed object is Implementations

getProperties

Properties getProperties()
Module properties.

Returns:
possible object is Properties

setProperties

void setProperties(Properties value)
Sets the value of the properties property.

Parameters:
value - allowed object is Properties

getMessages

Messages getMessages()
Module messages.

Returns:
possible object is Messages

setMessages

void setMessages(Messages value)
Sets the value of the messages property.

Parameters:
value - allowed object is Messages

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getVersion

String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String


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