public class NamespaceURIMapping
extends java.lang.Object
| Constructor and Description |
|---|
NamespaceURIMapping() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPackageName()
Returns the package name, to which the URI shall be mapped.
|
java.lang.String |
getUri()
Returns the URI, which shall be mapped.
|
void |
setPackageName(java.lang.String pPackageName)
Sets the package name, to which the URI shall be mapped.
|
void |
setUri(java.lang.String pUri)
Sets the URI, which shall be mapped.
|
public java.lang.String getPackageName()
public void setPackageName(java.lang.String pPackageName)
public java.lang.String getUri()
public void setUri(java.lang.String pUri)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.