org.objectweb.jonas_ws.deployment.xml
Class JonasWebservices

java.lang.Object
  extended byorg.objectweb.jonas_lib.deployment.xml.AbsElement
      extended byorg.objectweb.jonas_ws.deployment.xml.JonasWebservices
All Implemented Interfaces:
Element, java.io.Serializable, TopLevelElement

public class JonasWebservices
extends AbsElement
implements TopLevelElement

This class defines the implementation of the element jonas-webservices

Author:
JOnAS team
See Also:
Serialized Form

Constructor Summary
JonasWebservices()
          Constructor
 
Method Summary
 java.lang.String getWar()
          Gets the war
 void setWar(java.lang.String war)
          Set the war
 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

JonasWebservices

public JonasWebservices()
Constructor

Method Detail

getWar

public java.lang.String getWar()
Gets the war

Returns:
the war

setWar

public void setWar(java.lang.String war)
Set the war

Parameters:
war - war

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.