Package org.apache.axis2.saaj
Class PrefixedQName
java.lang.Object
org.apache.axis2.saaj.PrefixedQName
- All Implemented Interfaces:
jakarta.xml.soap.Name
Class Prefixed QName
Took this implementation from Axis 1.2 code
-
Constructor Summary
ConstructorsConstructorDescriptionPrefixedQName(String uri, String localName, String prefix) Constructor PrefixedQName.PrefixedQName(QName qname) Constructor PrefixedQName -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the local name part of the XML name that thisNameobject represents.Returns the prefix associated with the namespace for the XML name that thisNameobject represents.Gets the namespace-qualified name of the XML name that thisNameobject represents.getURI()Returns the URI of the namespace for the XML name that thisNameobject represents.inthashCode()toString()
-
Constructor Details
-
PrefixedQName
Constructor PrefixedQName.- Parameters:
uri-localName-prefix-
-
PrefixedQName
Constructor PrefixedQName- Parameters:
qname-
-
-
Method Details
-
getLocalName
Gets the local name part of the XML name that thisNameobject represents.- Specified by:
getLocalNamein interfacejakarta.xml.soap.Name- Returns:
- Returns the local name.
-
getQualifiedName
Gets the namespace-qualified name of the XML name that thisNameobject represents.- Specified by:
getQualifiedNamein interfacejakarta.xml.soap.Name- Returns:
- Returns the namespace-qualified name.
-
getURI
Returns the URI of the namespace for the XML name that thisNameobject represents.- Specified by:
getURIin interfacejakarta.xml.soap.Name- Returns:
- Returns the URI as a string.
-
getPrefix
Returns the prefix associated with the namespace for the XML name that thisNameobject represents.- Specified by:
getPrefixin interfacejakarta.xml.soap.Name- Returns:
- Returns the prefix as a string.
-
equals
-
hashCode
public int hashCode() -
toString
-