org.ow2.jonas.deployment.ejb.xml
Class JonasInitParam

java.lang.Object
  extended by org.ow2.jonas.deployment.common.xml.AbsElement
      extended by org.ow2.jonas.deployment.ejb.xml.JonasInitParam
All Implemented Interfaces:
Serializable, Element

public class JonasInitParam
extends AbsElement

This class defines the implementation of the element jonas-init-param

Author:
JOnAS team
See Also:
Serialized Form

Constructor Summary
JonasInitParam()
          Constructor
 
Method Summary
 String getParamName()
          Gets the param-name
 String getParamValue()
          Gets the param-value
 void setParamName(String paramName)
          Set the param-name
 void setParamValue(String paramValue)
          Set the param-value
 String toXML(int indent)
          Represents this element by it's XML description.
 
Methods inherited from class org.ow2.jonas.deployment.common.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

JonasInitParam

public JonasInitParam()
Constructor

Method Detail

getParamName

public String getParamName()
Gets the param-name

Returns:
the param-name

setParamName

public void setParamName(String paramName)
Set the param-name

Parameters:
paramName - paramName

getParamValue

public String getParamValue()
Gets the param-value

Returns:
the param-value

setParamValue

public void setParamValue(String paramValue)
Set the param-value

Parameters:
paramValue - paramValue

toXML

public 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.


Copyright © 2010 OW2 Consortium. All Rights Reserved.