xdoclet.modules.wsee

Class WseeDocletTask.PackageNamespaceMapping

Enclosing Class:
WseeDocletTask
Implemented Interfaces:
Serializable

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

Inner class designed after package substitutions
created
23. Februar 2004

Method Summary

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

Method Details

getNamespace

public String getNamespace()
Gets the SubstituteWith attribute of the PackageSubstitution object
Returns:
The SubstituteWith value

getPackages

public String getPackages()
Gets the Packages attribute of the PackageSubstitution object
Returns:
The Packages value

setNamespace

public void setNamespace(String ns)
Sets the SubstituteWith attribute of the PackageSubstitution object
Parameters:
ns -

setPackages

public void setPackages(String packages)
Sets the Packages attribute of the PackageSubstitution object
Parameters:
packages - The new Packages value