org.apache.axis.utils
Class Mapping
java.lang.Object
org.apache.axis.utils.Mapping
- All Implemented Interfaces:
- Serializable
public class Mapping
- extends Object
- implements Serializable
this class represents a mapping from namespace to prefix
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Mapping
public Mapping(String namespaceURI,
String prefix)
getNamespaceURI
public String getNamespaceURI()
setNamespaceURI
public void setNamespaceURI(String namespaceURI)
getPrefix
public String getPrefix()
setPrefix
public void setPrefix(String prefix)
Copyright © The Apache Software Foundation. All Rights Reserved.