org.objectweb.jonas_ejb.deployment.xml
Class ActivationConfigProperty

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

public class ActivationConfigProperty
extends AbsElement

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

Author:
JOnAS team
See Also:
Serialized Form

Constructor Summary
ActivationConfigProperty()
          Constructor
 
Method Summary
 java.lang.String getActivationConfigPropertyName()
          Gets the activation-config-property-name
 java.lang.String getActivationConfigPropertyValue()
          Gets the activation-config-property-value
 void setActivationConfigPropertyName(java.lang.String activationConfigPropertyName)
          Set the activation-config-property-name
 void setActivationConfigPropertyValue(java.lang.String activationConfigPropertyValue)
          Set the activation-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

ActivationConfigProperty

public ActivationConfigProperty()
Constructor

Method Detail

getActivationConfigPropertyName

public java.lang.String getActivationConfigPropertyName()
Gets the activation-config-property-name

Returns:
the activation-config-property-name

setActivationConfigPropertyName

public void setActivationConfigPropertyName(java.lang.String activationConfigPropertyName)
Set the activation-config-property-name

Parameters:
activationConfigPropertyName - activation-config-property-name

getActivationConfigPropertyValue

public java.lang.String getActivationConfigPropertyValue()
Gets the activation-config-property-value

Returns:
the activation-config-property-value

setActivationConfigPropertyValue

public void setActivationConfigPropertyValue(java.lang.String activationConfigPropertyValue)
Set the activation-config-property-value

Parameters:
activationConfigPropertyValue - activation-config-property-value

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.