org.ow2.orchestra.util
Class XmlUtil.NamespaceValue
java.lang.Object
org.ow2.orchestra.util.XmlUtil.NamespaceValue
- Enclosing class:
- XmlUtil
public static class XmlUtil.NamespaceValue
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlUtil.NamespaceValue
public XmlUtil.NamespaceValue(String prefix,
String localPart)
setPrefix
public void setPrefix(String prefix)
- Parameters:
prefix - the prefix to set
getPrefix
public String getPrefix()
- Returns:
- the prefix
setLocalPart
public void setLocalPart(String localPart)
- Parameters:
localPart - the localPart to set
getLocalPart
public String getLocalPart()
- Returns:
- the localPart
Copyright © 2012 OW2 Consortium. All Rights Reserved.