org.apache.openejb.jee
Class PackageMapping
java.lang.Object
org.apache.openejb.jee.PackageMapping
- All Implemented Interfaces:
- Keyable<String>
public class PackageMapping
- extends Object
- implements Keyable<String>
The package-mapping indicates the mapping between java-package-name
and XML namespace in the WSDL document.
Used in: java-wsdl-mapping
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
packageType
protected String packageType
namespaceURI
protected String namespaceURI
id
protected String id
PackageMapping
public PackageMapping()
getKey
public String getKey()
- Description copied from interface:
Keyable
- Gets the immutable key for this object.
- Specified by:
getKey
in interface Keyable<String>
- Returns:
- gets the immutable key for this object
getPackageType
public String getPackageType()
setPackageType
public void setPackageType(String value)
getNamespaceURI
public String getNamespaceURI()
setNamespaceURI
public void setNamespaceURI(String value)
getId
public String getId()
setId
public void setId(String value)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.