xdoclet.modules.wsee
Class WseeDocletTask.PackageNamespaceMapping

java.lang.Object
  extended by xdoclet.modules.wsee.WseeDocletTask.PackageNamespaceMapping
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
WseeDocletTask

public static class WseeDocletTask.PackageNamespaceMapping
extends java.lang.Object
implements java.io.Serializable

Inner class designed after package substitutions

See Also:
Serialized Form
created
23. Februar 2004

Constructor Summary
WseeDocletTask.PackageNamespaceMapping()
           
 
Method Summary
 java.lang.String getNamespace()
          Gets the SubstituteWith attribute of the PackageSubstitution object
 java.lang.String getPackages()
          Gets the Packages attribute of the PackageSubstitution object
 void setNamespace(java.lang.String ns)
          Sets the SubstituteWith attribute of the PackageSubstitution object
 void setPackages(java.lang.String packages)
          Sets the Packages attribute of the PackageSubstitution object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WseeDocletTask.PackageNamespaceMapping

public WseeDocletTask.PackageNamespaceMapping()
Method Detail

getPackages

public java.lang.String getPackages()
Gets the Packages attribute of the PackageSubstitution object

Returns:
The Packages value

getNamespace

public java.lang.String getNamespace()
Gets the SubstituteWith attribute of the PackageSubstitution object

Returns:
The SubstituteWith value

setPackages

public void setPackages(java.lang.String packages)
Sets the Packages attribute of the PackageSubstitution object

Parameters:
packages - The new Packages value

setNamespace

public void setNamespace(java.lang.String ns)
Sets the SubstituteWith attribute of the PackageSubstitution object

Parameters:
ns -

http://xdoclet.sourceforge.net/