Interface ClsidDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface ClsidDocument
    extends XmlObject
    A document containing one clsid(@http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes) element. This is a complex type.
    • Method Detail

      • getClsid

        java.lang.String getClsid()
        Gets the "clsid" element
      • xgetClsid

        STClsid xgetClsid()
        Gets (as xml) the "clsid" element
      • setClsid

        void setClsid​(java.lang.String clsid)
        Sets the "clsid" element
      • xsetClsid

        void xsetClsid​(STClsid clsid)
        Sets (as xml) the "clsid" element