org.codehaus.mojo.axistools.axis
Class Mapping
java.lang.Object
org.codehaus.mojo.axistools.axis.Mapping
- Direct Known Subclasses:
- Mapping
public class Mapping
- extends Object
bean for axis mapping in the plugin configuration for emitter use
- Author:
- olamy
Mapping
public Mapping()
getNamespace
public String getNamespace()
- Returns:
- Mapping Returns the namespace.
setNamespace
public void setNamespace(String namespace)
- Parameters:
namespace
- The namespace to set.
getTargetPackage
public String getTargetPackage()
- Returns:
- Mapping Returns the targetPackage.
setTargetPackage
public void setTargetPackage(String targetPackage)
- Parameters:
targetPackage
- The targetPackage to set.
toString
public String toString()
- Overrides:
toString
in class Object
- See Also:
Object.toString()
Copyright © 2005–2015 MojoHaus. All rights reserved.