xdoclet.modules.wsee

Class WseeDocletTask.PackageNamespaceMapping

public static class WseeDocletTask.PackageNamespaceMapping extends Object implements Serializable

Inner class designed after package substitutions

UNKNOWN: 23. Februar 2004

Method Summary
StringgetNamespace()
Gets the SubstituteWith attribute of the PackageSubstitution object
StringgetPackages()
Gets the Packages attribute of the PackageSubstitution object
voidsetNamespace(String ns)
Sets the SubstituteWith attribute of the PackageSubstitution object
voidsetPackages(String packages)
Sets the Packages attribute of the PackageSubstitution object

Method Detail

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