All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection Maven / Gradle / Ivy

Go to download

XmlBeans generated from the Ecma supplied xsds: http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip

There is a newer version: 1.4
Show newest version
/*
 * XML Type:  CT_SheetProtection
 * Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
 * Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.spreadsheetml.x2006.main;


/**
 * An XML CT_SheetProtection(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTSheetProtection extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTSheetProtection.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctsheetprotection22f7type");
    
    /**
     * Gets the "password" attribute
     */
    byte[] getPassword();
    
    /**
     * Gets (as xml) the "password" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STUnsignedShortHex xgetPassword();
    
    /**
     * True if has "password" attribute
     */
    boolean isSetPassword();
    
    /**
     * Sets the "password" attribute
     */
    void setPassword(byte[] password);
    
    /**
     * Sets (as xml) the "password" attribute
     */
    void xsetPassword(org.openxmlformats.schemas.spreadsheetml.x2006.main.STUnsignedShortHex password);
    
    /**
     * Unsets the "password" attribute
     */
    void unsetPassword();
    
    /**
     * Gets the "sheet" attribute
     */
    boolean getSheet();
    
    /**
     * Gets (as xml) the "sheet" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetSheet();
    
    /**
     * True if has "sheet" attribute
     */
    boolean isSetSheet();
    
    /**
     * Sets the "sheet" attribute
     */
    void setSheet(boolean sheet);
    
    /**
     * Sets (as xml) the "sheet" attribute
     */
    void xsetSheet(org.apache.xmlbeans.XmlBoolean sheet);
    
    /**
     * Unsets the "sheet" attribute
     */
    void unsetSheet();
    
    /**
     * Gets the "objects" attribute
     */
    boolean getObjects();
    
    /**
     * Gets (as xml) the "objects" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetObjects();
    
    /**
     * True if has "objects" attribute
     */
    boolean isSetObjects();
    
    /**
     * Sets the "objects" attribute
     */
    void setObjects(boolean objects);
    
    /**
     * Sets (as xml) the "objects" attribute
     */
    void xsetObjects(org.apache.xmlbeans.XmlBoolean objects);
    
    /**
     * Unsets the "objects" attribute
     */
    void unsetObjects();
    
    /**
     * Gets the "scenarios" attribute
     */
    boolean getScenarios();
    
    /**
     * Gets (as xml) the "scenarios" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetScenarios();
    
    /**
     * True if has "scenarios" attribute
     */
    boolean isSetScenarios();
    
    /**
     * Sets the "scenarios" attribute
     */
    void setScenarios(boolean scenarios);
    
    /**
     * Sets (as xml) the "scenarios" attribute
     */
    void xsetScenarios(org.apache.xmlbeans.XmlBoolean scenarios);
    
    /**
     * Unsets the "scenarios" attribute
     */
    void unsetScenarios();
    
    /**
     * Gets the "formatCells" attribute
     */
    boolean getFormatCells();
    
    /**
     * Gets (as xml) the "formatCells" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetFormatCells();
    
    /**
     * True if has "formatCells" attribute
     */
    boolean isSetFormatCells();
    
    /**
     * Sets the "formatCells" attribute
     */
    void setFormatCells(boolean formatCells);
    
    /**
     * Sets (as xml) the "formatCells" attribute
     */
    void xsetFormatCells(org.apache.xmlbeans.XmlBoolean formatCells);
    
    /**
     * Unsets the "formatCells" attribute
     */
    void unsetFormatCells();
    
    /**
     * Gets the "formatColumns" attribute
     */
    boolean getFormatColumns();
    
    /**
     * Gets (as xml) the "formatColumns" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetFormatColumns();
    
    /**
     * True if has "formatColumns" attribute
     */
    boolean isSetFormatColumns();
    
    /**
     * Sets the "formatColumns" attribute
     */
    void setFormatColumns(boolean formatColumns);
    
    /**
     * Sets (as xml) the "formatColumns" attribute
     */
    void xsetFormatColumns(org.apache.xmlbeans.XmlBoolean formatColumns);
    
    /**
     * Unsets the "formatColumns" attribute
     */
    void unsetFormatColumns();
    
    /**
     * Gets the "formatRows" attribute
     */
    boolean getFormatRows();
    
    /**
     * Gets (as xml) the "formatRows" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetFormatRows();
    
    /**
     * True if has "formatRows" attribute
     */
    boolean isSetFormatRows();
    
    /**
     * Sets the "formatRows" attribute
     */
    void setFormatRows(boolean formatRows);
    
    /**
     * Sets (as xml) the "formatRows" attribute
     */
    void xsetFormatRows(org.apache.xmlbeans.XmlBoolean formatRows);
    
    /**
     * Unsets the "formatRows" attribute
     */
    void unsetFormatRows();
    
    /**
     * Gets the "insertColumns" attribute
     */
    boolean getInsertColumns();
    
    /**
     * Gets (as xml) the "insertColumns" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetInsertColumns();
    
    /**
     * True if has "insertColumns" attribute
     */
    boolean isSetInsertColumns();
    
    /**
     * Sets the "insertColumns" attribute
     */
    void setInsertColumns(boolean insertColumns);
    
    /**
     * Sets (as xml) the "insertColumns" attribute
     */
    void xsetInsertColumns(org.apache.xmlbeans.XmlBoolean insertColumns);
    
    /**
     * Unsets the "insertColumns" attribute
     */
    void unsetInsertColumns();
    
    /**
     * Gets the "insertRows" attribute
     */
    boolean getInsertRows();
    
    /**
     * Gets (as xml) the "insertRows" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetInsertRows();
    
    /**
     * True if has "insertRows" attribute
     */
    boolean isSetInsertRows();
    
    /**
     * Sets the "insertRows" attribute
     */
    void setInsertRows(boolean insertRows);
    
    /**
     * Sets (as xml) the "insertRows" attribute
     */
    void xsetInsertRows(org.apache.xmlbeans.XmlBoolean insertRows);
    
    /**
     * Unsets the "insertRows" attribute
     */
    void unsetInsertRows();
    
    /**
     * Gets the "insertHyperlinks" attribute
     */
    boolean getInsertHyperlinks();
    
    /**
     * Gets (as xml) the "insertHyperlinks" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetInsertHyperlinks();
    
    /**
     * True if has "insertHyperlinks" attribute
     */
    boolean isSetInsertHyperlinks();
    
    /**
     * Sets the "insertHyperlinks" attribute
     */
    void setInsertHyperlinks(boolean insertHyperlinks);
    
    /**
     * Sets (as xml) the "insertHyperlinks" attribute
     */
    void xsetInsertHyperlinks(org.apache.xmlbeans.XmlBoolean insertHyperlinks);
    
    /**
     * Unsets the "insertHyperlinks" attribute
     */
    void unsetInsertHyperlinks();
    
    /**
     * Gets the "deleteColumns" attribute
     */
    boolean getDeleteColumns();
    
    /**
     * Gets (as xml) the "deleteColumns" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetDeleteColumns();
    
    /**
     * True if has "deleteColumns" attribute
     */
    boolean isSetDeleteColumns();
    
    /**
     * Sets the "deleteColumns" attribute
     */
    void setDeleteColumns(boolean deleteColumns);
    
    /**
     * Sets (as xml) the "deleteColumns" attribute
     */
    void xsetDeleteColumns(org.apache.xmlbeans.XmlBoolean deleteColumns);
    
    /**
     * Unsets the "deleteColumns" attribute
     */
    void unsetDeleteColumns();
    
    /**
     * Gets the "deleteRows" attribute
     */
    boolean getDeleteRows();
    
    /**
     * Gets (as xml) the "deleteRows" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetDeleteRows();
    
    /**
     * True if has "deleteRows" attribute
     */
    boolean isSetDeleteRows();
    
    /**
     * Sets the "deleteRows" attribute
     */
    void setDeleteRows(boolean deleteRows);
    
    /**
     * Sets (as xml) the "deleteRows" attribute
     */
    void xsetDeleteRows(org.apache.xmlbeans.XmlBoolean deleteRows);
    
    /**
     * Unsets the "deleteRows" attribute
     */
    void unsetDeleteRows();
    
    /**
     * Gets the "selectLockedCells" attribute
     */
    boolean getSelectLockedCells();
    
    /**
     * Gets (as xml) the "selectLockedCells" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetSelectLockedCells();
    
    /**
     * True if has "selectLockedCells" attribute
     */
    boolean isSetSelectLockedCells();
    
    /**
     * Sets the "selectLockedCells" attribute
     */
    void setSelectLockedCells(boolean selectLockedCells);
    
    /**
     * Sets (as xml) the "selectLockedCells" attribute
     */
    void xsetSelectLockedCells(org.apache.xmlbeans.XmlBoolean selectLockedCells);
    
    /**
     * Unsets the "selectLockedCells" attribute
     */
    void unsetSelectLockedCells();
    
    /**
     * Gets the "sort" attribute
     */
    boolean getSort();
    
    /**
     * Gets (as xml) the "sort" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetSort();
    
    /**
     * True if has "sort" attribute
     */
    boolean isSetSort();
    
    /**
     * Sets the "sort" attribute
     */
    void setSort(boolean sort);
    
    /**
     * Sets (as xml) the "sort" attribute
     */
    void xsetSort(org.apache.xmlbeans.XmlBoolean sort);
    
    /**
     * Unsets the "sort" attribute
     */
    void unsetSort();
    
    /**
     * Gets the "autoFilter" attribute
     */
    boolean getAutoFilter();
    
    /**
     * Gets (as xml) the "autoFilter" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetAutoFilter();
    
    /**
     * True if has "autoFilter" attribute
     */
    boolean isSetAutoFilter();
    
    /**
     * Sets the "autoFilter" attribute
     */
    void setAutoFilter(boolean autoFilter);
    
    /**
     * Sets (as xml) the "autoFilter" attribute
     */
    void xsetAutoFilter(org.apache.xmlbeans.XmlBoolean autoFilter);
    
    /**
     * Unsets the "autoFilter" attribute
     */
    void unsetAutoFilter();
    
    /**
     * Gets the "pivotTables" attribute
     */
    boolean getPivotTables();
    
    /**
     * Gets (as xml) the "pivotTables" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetPivotTables();
    
    /**
     * True if has "pivotTables" attribute
     */
    boolean isSetPivotTables();
    
    /**
     * Sets the "pivotTables" attribute
     */
    void setPivotTables(boolean pivotTables);
    
    /**
     * Sets (as xml) the "pivotTables" attribute
     */
    void xsetPivotTables(org.apache.xmlbeans.XmlBoolean pivotTables);
    
    /**
     * Unsets the "pivotTables" attribute
     */
    void unsetPivotTables();
    
    /**
     * Gets the "selectUnlockedCells" attribute
     */
    boolean getSelectUnlockedCells();
    
    /**
     * Gets (as xml) the "selectUnlockedCells" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetSelectUnlockedCells();
    
    /**
     * True if has "selectUnlockedCells" attribute
     */
    boolean isSetSelectUnlockedCells();
    
    /**
     * Sets the "selectUnlockedCells" attribute
     */
    void setSelectUnlockedCells(boolean selectUnlockedCells);
    
    /**
     * Sets (as xml) the "selectUnlockedCells" attribute
     */
    void xsetSelectUnlockedCells(org.apache.xmlbeans.XmlBoolean selectUnlockedCells);
    
    /**
     * Unsets the "selectUnlockedCells" attribute
     */
    void unsetSelectUnlockedCells();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection newInstance() {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy