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

org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError 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

The newest version!
/*
 * XML Type:  CT_IgnoredError
 * Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
 * Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.spreadsheetml.x2006.main;


/**
 * An XML CT_IgnoredError(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTIgnoredError extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTIgnoredError.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD023D6490046BA0250A839A9AD24C443").resolveHandle("ctignorederrorc51ftype");
    
    /**
     * Gets the "sqref" attribute
     */
    java.util.List getSqref();
    
    /**
     * Gets (as xml) the "sqref" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STSqref xgetSqref();
    
    /**
     * Sets the "sqref" attribute
     */
    void setSqref(java.util.List sqref);
    
    /**
     * Sets (as xml) the "sqref" attribute
     */
    void xsetSqref(org.openxmlformats.schemas.spreadsheetml.x2006.main.STSqref sqref);
    
    /**
     * Gets the "evalError" attribute
     */
    boolean getEvalError();
    
    /**
     * Gets (as xml) the "evalError" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetEvalError();
    
    /**
     * True if has "evalError" attribute
     */
    boolean isSetEvalError();
    
    /**
     * Sets the "evalError" attribute
     */
    void setEvalError(boolean evalError);
    
    /**
     * Sets (as xml) the "evalError" attribute
     */
    void xsetEvalError(org.apache.xmlbeans.XmlBoolean evalError);
    
    /**
     * Unsets the "evalError" attribute
     */
    void unsetEvalError();
    
    /**
     * Gets the "twoDigitTextYear" attribute
     */
    boolean getTwoDigitTextYear();
    
    /**
     * Gets (as xml) the "twoDigitTextYear" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetTwoDigitTextYear();
    
    /**
     * True if has "twoDigitTextYear" attribute
     */
    boolean isSetTwoDigitTextYear();
    
    /**
     * Sets the "twoDigitTextYear" attribute
     */
    void setTwoDigitTextYear(boolean twoDigitTextYear);
    
    /**
     * Sets (as xml) the "twoDigitTextYear" attribute
     */
    void xsetTwoDigitTextYear(org.apache.xmlbeans.XmlBoolean twoDigitTextYear);
    
    /**
     * Unsets the "twoDigitTextYear" attribute
     */
    void unsetTwoDigitTextYear();
    
    /**
     * Gets the "numberStoredAsText" attribute
     */
    boolean getNumberStoredAsText();
    
    /**
     * Gets (as xml) the "numberStoredAsText" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetNumberStoredAsText();
    
    /**
     * True if has "numberStoredAsText" attribute
     */
    boolean isSetNumberStoredAsText();
    
    /**
     * Sets the "numberStoredAsText" attribute
     */
    void setNumberStoredAsText(boolean numberStoredAsText);
    
    /**
     * Sets (as xml) the "numberStoredAsText" attribute
     */
    void xsetNumberStoredAsText(org.apache.xmlbeans.XmlBoolean numberStoredAsText);
    
    /**
     * Unsets the "numberStoredAsText" attribute
     */
    void unsetNumberStoredAsText();
    
    /**
     * Gets the "formula" attribute
     */
    boolean getFormula();
    
    /**
     * Gets (as xml) the "formula" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetFormula();
    
    /**
     * True if has "formula" attribute
     */
    boolean isSetFormula();
    
    /**
     * Sets the "formula" attribute
     */
    void setFormula(boolean formula);
    
    /**
     * Sets (as xml) the "formula" attribute
     */
    void xsetFormula(org.apache.xmlbeans.XmlBoolean formula);
    
    /**
     * Unsets the "formula" attribute
     */
    void unsetFormula();
    
    /**
     * Gets the "formulaRange" attribute
     */
    boolean getFormulaRange();
    
    /**
     * Gets (as xml) the "formulaRange" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetFormulaRange();
    
    /**
     * True if has "formulaRange" attribute
     */
    boolean isSetFormulaRange();
    
    /**
     * Sets the "formulaRange" attribute
     */
    void setFormulaRange(boolean formulaRange);
    
    /**
     * Sets (as xml) the "formulaRange" attribute
     */
    void xsetFormulaRange(org.apache.xmlbeans.XmlBoolean formulaRange);
    
    /**
     * Unsets the "formulaRange" attribute
     */
    void unsetFormulaRange();
    
    /**
     * Gets the "unlockedFormula" attribute
     */
    boolean getUnlockedFormula();
    
    /**
     * Gets (as xml) the "unlockedFormula" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetUnlockedFormula();
    
    /**
     * True if has "unlockedFormula" attribute
     */
    boolean isSetUnlockedFormula();
    
    /**
     * Sets the "unlockedFormula" attribute
     */
    void setUnlockedFormula(boolean unlockedFormula);
    
    /**
     * Sets (as xml) the "unlockedFormula" attribute
     */
    void xsetUnlockedFormula(org.apache.xmlbeans.XmlBoolean unlockedFormula);
    
    /**
     * Unsets the "unlockedFormula" attribute
     */
    void unsetUnlockedFormula();
    
    /**
     * Gets the "emptyCellReference" attribute
     */
    boolean getEmptyCellReference();
    
    /**
     * Gets (as xml) the "emptyCellReference" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetEmptyCellReference();
    
    /**
     * True if has "emptyCellReference" attribute
     */
    boolean isSetEmptyCellReference();
    
    /**
     * Sets the "emptyCellReference" attribute
     */
    void setEmptyCellReference(boolean emptyCellReference);
    
    /**
     * Sets (as xml) the "emptyCellReference" attribute
     */
    void xsetEmptyCellReference(org.apache.xmlbeans.XmlBoolean emptyCellReference);
    
    /**
     * Unsets the "emptyCellReference" attribute
     */
    void unsetEmptyCellReference();
    
    /**
     * Gets the "listDataValidation" attribute
     */
    boolean getListDataValidation();
    
    /**
     * Gets (as xml) the "listDataValidation" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetListDataValidation();
    
    /**
     * True if has "listDataValidation" attribute
     */
    boolean isSetListDataValidation();
    
    /**
     * Sets the "listDataValidation" attribute
     */
    void setListDataValidation(boolean listDataValidation);
    
    /**
     * Sets (as xml) the "listDataValidation" attribute
     */
    void xsetListDataValidation(org.apache.xmlbeans.XmlBoolean listDataValidation);
    
    /**
     * Unsets the "listDataValidation" attribute
     */
    void unsetListDataValidation();
    
    /**
     * Gets the "calculatedColumn" attribute
     */
    boolean getCalculatedColumn();
    
    /**
     * Gets (as xml) the "calculatedColumn" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetCalculatedColumn();
    
    /**
     * True if has "calculatedColumn" attribute
     */
    boolean isSetCalculatedColumn();
    
    /**
     * Sets the "calculatedColumn" attribute
     */
    void setCalculatedColumn(boolean calculatedColumn);
    
    /**
     * Sets (as xml) the "calculatedColumn" attribute
     */
    void xsetCalculatedColumn(org.apache.xmlbeans.XmlBoolean calculatedColumn);
    
    /**
     * Unsets the "calculatedColumn" attribute
     */
    void unsetCalculatedColumn();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {

        private static java.lang.ref.SoftReference typeLoader;

        private static synchronized org.apache.xmlbeans.SchemaTypeLoader getTypeLoader() {
            org.apache.xmlbeans.SchemaTypeLoader stl = (typeLoader == null) ? null : typeLoader.get();
            if (stl == null) {
                stl = org.apache.xmlbeans.XmlBeans.typeLoaderForClassLoader(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError.class.getClassLoader());
                typeLoader = new java.lang.ref.SoftReference(stl);
            }
            return stl;
        }

        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError newInstance() {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError) getTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError) getTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError) getTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError 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.CTIgnoredError) getTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError) getTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError 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.CTIgnoredError) getTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError) getTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError 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.CTIgnoredError) getTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError) getTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError 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.CTIgnoredError) getTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError) getTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError) getTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError) getTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError) getTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError 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.CTIgnoredError) getTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredError 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.CTIgnoredError) getTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        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 getTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        @Deprecated
        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 getTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy