Interface XSURI

  • All Superinterfaces:
    XMLObject
    All Known Implementing Classes:
    XSURIImpl

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

      • getURI

        @Nullable
        String getURI()
        Gets the URI content of the element.
        Returns:
        the URI content of the element
      • setURI

        void setURI​(@Nullable
                    String uri)
        Sets the URI content of the element.
        Parameters:
        uri - the URI content of the element
      • getValue

        @Deprecated(forRemoval=true,
                    since="4.0.0")
        @Nullable
        default String getValue()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Gets the URI content of the element.
        Returns:
        the URI content of the element
      • setValue

        @Deprecated(forRemoval=true,
                    since="4.0.0")
        default void setValue​(@Nullable
                              String uri)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Sets the URI content of the element.
        Parameters:
        uri - the URI content of the element