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.
  • Field Details

  • Method Details

    • getID

      String getID()
      Gets the "ID" attribute
    • xgetID

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

      void setID(String id)
      Sets the "ID" attribute
    • xsetID

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

      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(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

      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(String namespace)
      Sets the "Namespace" attribute
    • xsetNamespace

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

      void unsetNamespace()
      Unsets the "Namespace" attribute
    • getSchemaLanguage

      String getSchemaLanguage()
      Gets the "SchemaLanguage" attribute
    • xgetSchemaLanguage

      XmlToken xgetSchemaLanguage()
      Gets (as xml) the "SchemaLanguage" attribute
    • isSetSchemaLanguage

      boolean isSetSchemaLanguage()
      True if has "SchemaLanguage" attribute
    • setSchemaLanguage

      void setSchemaLanguage(String schemaLanguage)
      Sets the "SchemaLanguage" attribute
    • xsetSchemaLanguage

      void xsetSchemaLanguage(XmlToken schemaLanguage)
      Sets (as xml) the "SchemaLanguage" attribute
    • unsetSchemaLanguage

      void unsetSchemaLanguage()
      Unsets the "SchemaLanguage" attribute