Class UName


  • public final class UName
    extends Object
    UName.
    Author:
    Kohsuke Kawaguchi (kk@kohsuke.org)
    • Field Detail

      • comparator

        public static final Comparator comparator
        Compares UNames by their names.
    • Constructor Detail

      • UName

        public UName​(String _nsUri,
                     String _localName,
                     String _qname)
        Parameters:
        _nsUri - Use "" to indicate the no namespace.
    • Method Detail

      • getName

        public String getName()
      • getNamespaceURI

        public String getNamespaceURI()
      • getQualifiedName

        public String getQualifiedName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object