Package org.apache.axis.message
Class PrefixedQName
- java.lang.Object
-
- org.apache.axis.message.PrefixedQName
-
-
Constructor Summary
Constructors Constructor Description PrefixedQName(java.lang.String uri, java.lang.String localName, java.lang.String pre)PrefixedQName(QName qname)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetLocalName()Gets the local name part of the XML name that thisNameobject represents.java.lang.StringgetPrefix()Returns the prefix associated with the namespace for the XML name that thisNameobject represents.java.lang.StringgetQualifiedName()Gets the namespace-qualified name of the XML name that thisNameobject represents.java.lang.StringgetURI()Returns the URI of the namespace for the XML name that thisNameobject represents.inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
PrefixedQName
public PrefixedQName(java.lang.String uri, java.lang.String localName, java.lang.String pre)
-
PrefixedQName
public PrefixedQName(QName qname)
-
-
Method Detail
-
getLocalName
public java.lang.String getLocalName()
Description copied from interface:NameGets the local name part of the XML name that thisNameobject represents.- Specified by:
getLocalNamein interfaceName- Returns:
- a string giving the local name
-
getQualifiedName
public java.lang.String getQualifiedName()
Description copied from interface:NameGets the namespace-qualified name of the XML name that thisNameobject represents.- Specified by:
getQualifiedNamein interfaceName- Returns:
- the namespace-qualified name as a string
-
getURI
public java.lang.String getURI()
Description copied from interface:NameReturns the URI of the namespace for the XML name that thisNameobject represents.
-
getPrefix
public java.lang.String getPrefix()
Description copied from interface:NameReturns the prefix associated with the namespace for the XML name that thisNameobject represents.
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-