org.objectweb.jonas_ws.deployment.xml
Class PackageMapping

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

public class PackageMapping
extends AbsElement

This class defines the implementation of the element package-mapping

Author:
JOnAS team
See Also:
Serialized Form

Constructor Summary
PackageMapping()
          Constructor
 
Method Summary
 java.lang.String getNamespaceURI()
          Gets the namespaceURI
 java.lang.String getPackageType()
          Gets the package-type
 void setNamespaceURI(java.lang.String namespaceURI)
          Set the namespaceURI
 void setPackageType(java.lang.String packageType)
          Set the package-type
 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

PackageMapping

public PackageMapping()
Constructor

Method Detail

getPackageType

public java.lang.String getPackageType()
Gets the package-type

Returns:
the package-type

setPackageType

public void setPackageType(java.lang.String packageType)
Set the package-type

Parameters:
packageType - packageType

getNamespaceURI

public java.lang.String getNamespaceURI()
Gets the namespaceURI

Returns:
the namespaceURI

setNamespaceURI

public void setNamespaceURI(java.lang.String namespaceURI)
Set the namespaceURI

Parameters:
namespaceURI - namespaceURI

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.