org.codehaus.mojo.axistools.axis
Class Mapping

java.lang.Object
  extended by 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

Constructor Summary
Mapping()
           
 
Method Summary
 String getNamespace()
           
 String getTargetPackage()
           
 void setNamespace(String namespace)
           
 void setTargetPackage(String targetPackage)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Mapping

public Mapping()
Method Detail

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.