Class PrefixedQName

java.lang.Object
org.apache.axis.message.PrefixedQName
All Implemented Interfaces:
Name

public class PrefixedQName extends Object implements Name
  • Constructor Details

    • PrefixedQName

      public PrefixedQName(String uri, String localName, String pre)
    • PrefixedQName

      public PrefixedQName(QName qname)
  • Method Details

    • getLocalName

      public String getLocalName()
      Description copied from interface: Name
      Gets the local name part of the XML name that this Name object represents.
      Specified by:
      getLocalName in interface Name
      Returns:
      a string giving the local name
    • getQualifiedName

      public String getQualifiedName()
      Description copied from interface: Name
      Gets the namespace-qualified name of the XML name that this Name object represents.
      Specified by:
      getQualifiedName in interface Name
      Returns:
      the namespace-qualified name as a string
    • getURI

      public String getURI()
      Description copied from interface: Name
      Returns the URI of the namespace for the XML name that this Name object represents.
      Specified by:
      getURI in interface Name
      Returns:
      the URI as a string
    • getPrefix

      public String getPrefix()
      Description copied from interface: Name
      Returns the prefix associated with the namespace for the XML name that this Name object represents.
      Specified by:
      getPrefix in interface Name
      Returns:
      the prefix as a string
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object