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 java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlUtil.NamespaceValue
public XmlUtil.NamespaceValue(java.lang.String prefix,
java.lang.String localPart)
setPrefix
public void setPrefix(java.lang.String prefix)
- Parameters:
prefix - the prefix to set
getPrefix
public java.lang.String getPrefix()
- Returns:
- the prefix
setLocalPart
public void setLocalPart(java.lang.String localPart)
- Parameters:
localPart - the localPart to set
getLocalPart
public java.lang.String getLocalPart()
- Returns:
- the localPart
Copyright © 2010 OW2 Consortium. All Rights Reserved.