org.ow2.jonas.deployment.ear.xml
Class JonasApplication

java.lang.Object
  extended by org.ow2.jonas.deployment.common.xml.AbsElement
      extended by org.ow2.jonas.deployment.common.xml.AbsDescriptionElement
          extended by org.ow2.jonas.deployment.ear.xml.JonasApplication
All Implemented Interfaces:
Serializable, DescriptionGroupXml, Element, TopLevelElement

public class JonasApplication
extends AbsDescriptionElement
implements TopLevelElement, DescriptionGroupXml

This class defines the implementation of the element jonas-application

Author:
Florent Benoit
See Also:
Serialized Form

Field Summary
static String JONAS_APPLICATION_ELEMENT
          jonas-ejb-jar element XML header
 
Constructor Summary
JonasApplication()
          Constructor
 
Method Summary
 String getHeader()
           
 JonasSecurity getJonasSecurity()
           
 void setHeader(String header)
           
 void setJonasSecurity(JonasSecurity jonasSecurity)
           
 String toXML(int indent)
          Represents this element by it's XML description.
 
Methods inherited from class org.ow2.jonas.deployment.common.xml.AbsDescriptionElement
getDescription, getDisplayName, getIcon, setDescription, setDisplayName, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIcon
 
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
 
Methods inherited from interface org.ow2.jonas.deployment.common.xml.DescriptionGroupXml
getDescription, getDisplayName, getIcon
 

Field Detail

JONAS_APPLICATION_ELEMENT

public static final String JONAS_APPLICATION_ELEMENT
jonas-ejb-jar element XML header

Constructor Detail

JonasApplication

public JonasApplication()
Constructor

Method Detail

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.

getJonasSecurity

public JonasSecurity getJonasSecurity()
Returns:
the jonasSecurity.

setJonasSecurity

public void setJonasSecurity(JonasSecurity jonasSecurity)
Parameters:
jonasSecurity - The jonasSecurity to set.

getHeader

public String getHeader()
Returns:
the header.

setHeader

public void setHeader(String header)
Parameters:
header - The header to set.


Copyright © 2010 OW2 Consortium. All Rights Reserved.