org.ow2.orchestra.util
Class XmlUtil.NamespaceValue

java.lang.Object
  extended by org.ow2.orchestra.util.XmlUtil.NamespaceValue
Enclosing class:
XmlUtil

public static class XmlUtil.NamespaceValue
extends Object


Constructor Summary
XmlUtil.NamespaceValue(String prefix, String localPart)
           
 
Method Summary
 String getLocalPart()
           
 String getPrefix()
           
 void setLocalPart(String localPart)
           
 void setPrefix(String prefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlUtil.NamespaceValue

public XmlUtil.NamespaceValue(String prefix,
                              String localPart)
Method Detail

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.