Class Tag

    • Constructor Detail

      • Tag

        protected Tag​(String value)
        Creates a new tag with the given ID value.
        Parameters:
        value - The ID value.
      • Tag

        protected Tag()
        Creates a new tag. This empty constructor is intended for use by JAXB.
    • Method Detail

      • setValue

        public void setValue​(String value)
        Sets the receiver's ID value. This setter is intended for use by JAXB.
        Parameters:
        value - The ID value.
      • getValue

        public String getValue()
        Returns the receiver's ID value.
        Returns:
        The ID value.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object