Interface CTSchema

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTSchema
    extends XmlObject
    An XML CT_Schema(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
    • Method Detail

      • getID

        java.lang.String getID()
        Gets the "ID" attribute
      • xgetID

        XmlString xgetID()
        Gets (as xml) the "ID" attribute
      • setID

        void setID​(java.lang.String id)
        Sets the "ID" attribute
      • xsetID

        void xsetID​(XmlString id)
        Sets (as xml) the "ID" attribute
      • getSchemaRef

        java.lang.String getSchemaRef()
        Gets the "SchemaRef" attribute
      • xgetSchemaRef

        XmlString xgetSchemaRef()
        Gets (as xml) the "SchemaRef" attribute
      • isSetSchemaRef

        boolean isSetSchemaRef()
        True if has "SchemaRef" attribute
      • setSchemaRef

        void setSchemaRef​(java.lang.String schemaRef)
        Sets the "SchemaRef" attribute
      • xsetSchemaRef

        void xsetSchemaRef​(XmlString schemaRef)
        Sets (as xml) the "SchemaRef" attribute
      • unsetSchemaRef

        void unsetSchemaRef()
        Unsets the "SchemaRef" attribute
      • getNamespace

        java.lang.String getNamespace()
        Gets the "Namespace" attribute
      • xgetNamespace

        XmlString xgetNamespace()
        Gets (as xml) the "Namespace" attribute
      • isSetNamespace

        boolean isSetNamespace()
        True if has "Namespace" attribute
      • setNamespace

        void setNamespace​(java.lang.String namespace)
        Sets the "Namespace" attribute
      • xsetNamespace

        void xsetNamespace​(XmlString namespace)
        Sets (as xml) the "Namespace" attribute
      • unsetNamespace

        void unsetNamespace()
        Unsets the "Namespace" attribute