org.objectweb.jonas_rar.deployment.xml
Class JonasConfigProperty

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

public class JonasConfigProperty
extends AbsElement

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

Author:
Florent Benoit
See Also:
Serialized Form

Constructor Summary
JonasConfigProperty()
          Constructor
 
Method Summary
 java.lang.String getJonasConfigPropertyName()
          Gets the jonas-config-property-name
 java.lang.String getJonasConfigPropertyValue()
          Gets the jonas-config-property-value
 void setJonasConfigPropertyName(java.lang.String jonasConfigPropertyName)
          Set the jonas-config-property-name
 void setJonasConfigPropertyValue(java.lang.String jonasConfigPropertyValue)
          Set the jonas-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

JonasConfigProperty

public JonasConfigProperty()
Constructor

Method Detail

getJonasConfigPropertyName

public java.lang.String getJonasConfigPropertyName()
Gets the jonas-config-property-name

Returns:
the jonas-config-property-name

setJonasConfigPropertyName

public void setJonasConfigPropertyName(java.lang.String jonasConfigPropertyName)
Set the jonas-config-property-name

Parameters:
jonasConfigPropertyName - jonasConfigPropertyName

getJonasConfigPropertyValue

public java.lang.String getJonasConfigPropertyValue()
Gets the jonas-config-property-value

Returns:
the jonas-config-property-value

setJonasConfigPropertyValue

public void setJonasConfigPropertyValue(java.lang.String jonasConfigPropertyValue)
Set the jonas-config-property-value

Parameters:
jonasConfigPropertyValue - jonasConfigPropertyValue

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.