org.objectweb.jonas_ejb.deployment.xml
Class ActivationConfig

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

public class ActivationConfig
extends AbsElement

This class defines the implementation of the element activation-config

Author:
JOnAS team
See Also:
Serialized Form

Constructor Summary
ActivationConfig()
          Constructor
 
Method Summary
 void addActivationConfigProperty(ActivationConfigProperty activationConfigProperty)
          Add a new activation-config-property element to this object
 JLinkedList getActivationConfigPropertyList()
          Gets the list of activation-config-property
 java.lang.String getDescription()
          Gets the description
 void setActivationConfigPropertyList(JLinkedList activationConfigPropertyList)
          Set the activation-config-property
 void setDescription(java.lang.String description)
          Set the description
 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

ActivationConfig

public ActivationConfig()
Constructor

Method Detail

getDescription

public java.lang.String getDescription()
Gets the description

Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Set the description

Parameters:
description - description

getActivationConfigPropertyList

public JLinkedList getActivationConfigPropertyList()
Gets the list of activation-config-property

Returns:
the list of activation-config-property

setActivationConfigPropertyList

public void setActivationConfigPropertyList(JLinkedList activationConfigPropertyList)
Set the activation-config-property

Parameters:
activationConfigPropertyList - activationConfigProperty

addActivationConfigProperty

public void addActivationConfigProperty(ActivationConfigProperty activationConfigProperty)
Add a new activation-config-property element to this object

Parameters:
activationConfigProperty - the activationConfigPropertyobject

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.