org.objectweb.jonas_rar.deployment.xml
Class TmConfigProperty

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

public class TmConfigProperty
extends AbsElement

This class defines the implementation of the element tm-config-property

Author:
Florent Benoit
See Also:
Serialized Form

Constructor Summary
TmConfigProperty()
          Constructor
 
Method Summary
 java.lang.String getTmConfigPropertyName()
          Gets the tm-config-property-name
 java.lang.String getTmConfigPropertyValue()
          Gets the tm-config-property-value
 void setTmConfigPropertyName(java.lang.String tmConfigPropertyName)
          Set the tm-config-property-name
 void setTmConfigPropertyValue(java.lang.String tmConfigPropertyValue)
          Set the tm-config-property-value
 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

TmConfigProperty

public TmConfigProperty()
Constructor

Method Detail

getTmConfigPropertyName

public java.lang.String getTmConfigPropertyName()
Gets the tm-config-property-name

Returns:
the tm-config-property-name

setTmConfigPropertyName

public void setTmConfigPropertyName(java.lang.String tmConfigPropertyName)
Set the tm-config-property-name

Parameters:
tmConfigPropertyName - tmConfigPropertyName

getTmConfigPropertyValue

public java.lang.String getTmConfigPropertyValue()
Gets the tm-config-property-value

Returns:
the tm-config-property-value

setTmConfigPropertyValue

public void setTmConfigPropertyValue(java.lang.String tmConfigPropertyValue)
Set the tm-config-property-value

Parameters:
tmConfigPropertyValue - tmConfigPropertyValue

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.