org.codehaus.mojo.axistools.axis

Class Mapping

public class Mapping extends Object

bean for axis mapping in the plugin configuration for emitter use

Author: olamy created 29 nov. 2005

Constructor Summary
Mapping()
Method Summary
StringgetNamespace()
StringgetTargetPackage()
voidsetNamespace(String namespace)
voidsetTargetPackage(String targetPackage)
StringtoString()

Constructor Detail

Mapping

public Mapping()

Method Detail

getNamespace

public String getNamespace()

Returns: Mapping Returns the namespace.

getTargetPackage

public String getTargetPackage()

Returns: Mapping Returns the targetPackage.

setNamespace

public void setNamespace(String namespace)

Parameters: namespace The namespace to set.

setTargetPackage

public void setTargetPackage(String targetPackage)

Parameters: targetPackage The targetPackage to set.

toString

public String toString()

See Also: Object#toString()

Copyright © 2005-2007 null. All Rights Reserved.