Interface XSQName

  • All Superinterfaces:
    XMLObject
    All Known Implementing Classes:
    XSQNameImpl

    public interface XSQName
    extends XMLObject
    XMLObject that represents an XML schema QName content bearing element.
    • Method Detail

      • getValue

        @Nullable
        QName getValue()
        Gets the QName content of the element.
        Returns:
        the QName content of the element
      • setValue

        void setValue​(@Nullable
                      QName newValue)
        Sets the QName content of the element.
        Parameters:
        newValue - the QName content of the element