Class Notation

    • Constructor Detail

      • Notation

        public Notation()
      • Notation

        public Notation​(NCName name,
                        URI publicURI,
                        URI systemURI)
    • Method Detail

      • getName

        public NCName getName()
      • setName

        public void setName​(NCName name)
      • getPublic

        public URI getPublic()
      • setPublic

        public void setPublic​(URI publicURI)
      • getSystem

        public URI getSystem()
      • setSystem

        public void setSystem​(URI systemURI)
      • hashCode

        public int hashCode()
        Returns the sum of the hashcodes of {name,publicURI,systemURI} for whichever properties in that set is non null. This is consistent with the implementation of equals, as required by Object.hashCode.
        Overrides:
        hashCode in class Object
        Returns:
        an int value