Package org.apache.axis2.saaj
Class PrefixedQName
- java.lang.Object
-
- org.apache.axis2.saaj.PrefixedQName
-
-
Constructor Summary
Constructors Constructor Description PrefixedQName(String uri, String localName, String prefix)Constructor PrefixedQName.PrefixedQName(QName qname)Constructor PrefixedQName
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetLocalName()Gets the local name part of the XML name that thisNameobject represents.StringgetPrefix()Returns the prefix associated with the namespace for the XML name that thisNameobject represents.StringgetQualifiedName()Gets the namespace-qualified name of the XML name that thisNameobject represents.StringgetURI()Returns the URI of the namespace for the XML name that thisNameobject represents.inthashCode()StringtoString()
-
-
-
Method Detail
-
getLocalName
public String getLocalName()
Gets the local name part of the XML name that thisNameobject represents.- Specified by:
getLocalNamein interfaceName- Returns:
- Returns the local name.
-
getQualifiedName
public String getQualifiedName()
Gets the namespace-qualified name of the XML name that thisNameobject represents.- Specified by:
getQualifiedNamein interfaceName- Returns:
- Returns the namespace-qualified name.
-
getURI
public String getURI()
Returns the URI of the namespace for the XML name that thisNameobject represents.
-
getPrefix
public String getPrefix()
Returns the prefix associated with the namespace for the XML name that thisNameobject represents.
-
-