xdoclet.modules.wsee
Class WseeDocletTask.PackageNamespaceMapping
java.lang.Object
xdoclet.modules.wsee.WseeDocletTask.PackageNamespaceMapping
- WseeDocletTask
- Serializable
public static class WseeDocletTask.PackageNamespaceMapping
extends java.lang.Object
implements Serializable
Inner class designed after package substitutions
String | getNamespace() - Gets the SubstituteWith attribute of the PackageSubstitution object
|
String | getPackages() - Gets the Packages attribute of the PackageSubstitution object
|
void | setNamespace(String ns) - Sets the SubstituteWith attribute of the PackageSubstitution object
|
void | setPackages(String packages) - Sets the Packages attribute of the PackageSubstitution object
|
getNamespace
public String getNamespace()
Gets the SubstituteWith attribute of the PackageSubstitution object
getPackages
public String getPackages()
Gets the Packages attribute of the PackageSubstitution object
setNamespace
public void setNamespace(String ns)
Sets the SubstituteWith attribute of the PackageSubstitution object
setPackages
public void setPackages(String packages)
Sets the Packages attribute of the PackageSubstitution object
packages
- The new Packages value