org.objectweb.jonas_ear.deployment.xml
Class Module

java.lang.Object
  extended by org.objectweb.jonas_lib.deployment.xml.AbsElement
      extended by org.objectweb.jonas_ear.deployment.xml.Module
All Implemented Interfaces:
java.io.Serializable, Element

public class Module
extends AbsElement

This class defines the implementation of the element module

Author:
JOnAS team
See Also:
Serialized Form

Constructor Summary
Module()
          Constructor
 
Method Summary
 java.lang.String getAltDd()
          Gets the alt-dd
 java.lang.String getConnector()
          Gets the connector
 java.lang.String getEjb()
          Gets the ejb
 java.lang.String getJava()
          Gets the java
 Web getWeb()
          Gets the web
 void setAltDd(java.lang.String altDd)
          Set the alt-dd
 void setConnector(java.lang.String connector)
          Set the connector
 void setEjb(java.lang.String ejb)
          Set the ejb
 void setJava(java.lang.String java)
          Set the java
 void setWeb(Web web)
          Set the web
 java.lang.String toXML(int indent)
          Represents this element by it's XML description.
 
Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement
indent, toString, toXML, xmlAttribute, xmlElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Module

public Module()
Constructor

Method Detail

getConnector

public java.lang.String getConnector()
Gets the connector

Returns:
the connector

setConnector

public void setConnector(java.lang.String connector)
Set the connector

Parameters:
connector - connector

getEjb

public java.lang.String getEjb()
Gets the ejb

Returns:
the ejb

setEjb

public void setEjb(java.lang.String ejb)
Set the ejb

Parameters:
ejb - ejb

getJava

public java.lang.String getJava()
Gets the java

Returns:
the java

setJava

public void setJava(java.lang.String java)
Set the java

Parameters:
java - java

getWeb

public Web getWeb()
Gets the web

Returns:
the web

setWeb

public void setWeb(Web web)
Set the web

Parameters:
web - web

getAltDd

public java.lang.String getAltDd()
Gets the alt-dd

Returns:
the alt-dd

setAltDd

public void setAltDd(java.lang.String altDd)
Set the alt-dd

Parameters:
altDd - altDd

toXML

public java.lang.String toXML(int indent)
Represents this element by it's XML description.

Specified by:
toXML in interface Element
Specified by:
toXML in class AbsElement
Parameters:
indent - use this indent for prexifing XML representation.
Returns:
the XML description of this object.