Interface ReferenceType

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface ReferenceType
    extends XmlObject
    An XML ReferenceType(@http://www.w3.org/2001/04/xmlenc#). This is a complex type.
    • Method Detail

      • getURI

        String getURI()
        Gets the "URI" attribute
      • xgetURI

        XmlAnyURI xgetURI()
        Gets (as xml) the "URI" attribute
      • setURI

        void setURI​(String uri)
        Sets the "URI" attribute
      • xsetURI

        void xsetURI​(XmlAnyURI uri)
        Sets (as xml) the "URI" attribute