org.objectweb.jonas_rar.deployment.xml
Class TmParams

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

public class TmParams
extends AbsElement

This class defines the implementation of the element tm-params

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
TmParams()
          Constructor
 
Method Summary
 void addTmConfigProperty(TmConfigProperty tmConfigProperty)
          Add a new tm-config-property element to this object
 JLinkedList getTmConfigPropertyList()
          Gets the tm-config-property
 void setTmConfigPropertyList(JLinkedList tmConfigPropertyList)
          Set the tm-config-property
 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

TmParams

public TmParams()
Constructor

Method Detail

getTmConfigPropertyList

public JLinkedList getTmConfigPropertyList()
Gets the tm-config-property

Returns:
the tm-config-property

setTmConfigPropertyList

public void setTmConfigPropertyList(JLinkedList tmConfigPropertyList)
Set the tm-config-property

Parameters:
tmConfigPropertyList - tmConfigProperty

addTmConfigProperty

public void addTmConfigProperty(TmConfigProperty tmConfigProperty)
Add a new tm-config-property element to this object

Parameters:
tmConfigProperty - the tmConfigPropertyobject

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 prefixing XML representation.
Returns:
the XML description of this object.