org.codehaus.mojo.axistools.axis
Class Mapping
java.lang.Object
org.codehaus.mojo.axistools.axis.Mapping
- public class Mapping
- extends java.lang.Object
bean for axis mapping in the plugin configuration for emitter use
- Author:
- olamy
created 29 nov. 2005
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Mapping
public Mapping()
getNamespace
public java.lang.String getNamespace()
- Returns:
- Mapping Returns the namespace.
setNamespace
public void setNamespace(java.lang.String namespace)
- Parameters:
namespace
- The namespace to set.
getTargetPackage
public java.lang.String getTargetPackage()
- Returns:
- Mapping Returns the targetPackage.
setTargetPackage
public void setTargetPackage(java.lang.String targetPackage)
- Parameters:
targetPackage
- The targetPackage to set.
toString
public java.lang.String toString()
- See Also:
Object.toString()
Copyright © 2005-2007 null. All Rights Reserved.