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

org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula 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_CellFormula
 * Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
 * Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.spreadsheetml.x2006.main;


/**
 * An XML CT_CellFormula(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is an atomic type that is a restriction of org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula.
 */
public interface CTCellFormula extends org.openxmlformats.schemas.spreadsheetml.x2006.main.STFormula
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTCellFormula.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctcellformula3583type");
    
    /**
     * Gets the "t" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STCellFormulaType.Enum getT();
    
    /**
     * Gets (as xml) the "t" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STCellFormulaType xgetT();
    
    /**
     * True if has "t" attribute
     */
    boolean isSetT();
    
    /**
     * Sets the "t" attribute
     */
    void setT(org.openxmlformats.schemas.spreadsheetml.x2006.main.STCellFormulaType.Enum t);
    
    /**
     * Sets (as xml) the "t" attribute
     */
    void xsetT(org.openxmlformats.schemas.spreadsheetml.x2006.main.STCellFormulaType t);
    
    /**
     * Unsets the "t" attribute
     */
    void unsetT();
    
    /**
     * Gets the "aca" attribute
     */
    boolean getAca();
    
    /**
     * Gets (as xml) the "aca" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetAca();
    
    /**
     * True if has "aca" attribute
     */
    boolean isSetAca();
    
    /**
     * Sets the "aca" attribute
     */
    void setAca(boolean aca);
    
    /**
     * Sets (as xml) the "aca" attribute
     */
    void xsetAca(org.apache.xmlbeans.XmlBoolean aca);
    
    /**
     * Unsets the "aca" attribute
     */
    void unsetAca();
    
    /**
     * Gets the "ref" attribute
     */
    java.lang.String getRef();
    
    /**
     * Gets (as xml) the "ref" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STRef xgetRef();
    
    /**
     * True if has "ref" attribute
     */
    boolean isSetRef();
    
    /**
     * Sets the "ref" attribute
     */
    void setRef(java.lang.String ref);
    
    /**
     * Sets (as xml) the "ref" attribute
     */
    void xsetRef(org.openxmlformats.schemas.spreadsheetml.x2006.main.STRef ref);
    
    /**
     * Unsets the "ref" attribute
     */
    void unsetRef();
    
    /**
     * Gets the "dt2D" attribute
     */
    boolean getDt2D();
    
    /**
     * Gets (as xml) the "dt2D" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetDt2D();
    
    /**
     * True if has "dt2D" attribute
     */
    boolean isSetDt2D();
    
    /**
     * Sets the "dt2D" attribute
     */
    void setDt2D(boolean dt2D);
    
    /**
     * Sets (as xml) the "dt2D" attribute
     */
    void xsetDt2D(org.apache.xmlbeans.XmlBoolean dt2D);
    
    /**
     * Unsets the "dt2D" attribute
     */
    void unsetDt2D();
    
    /**
     * Gets the "dtr" attribute
     */
    boolean getDtr();
    
    /**
     * Gets (as xml) the "dtr" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetDtr();
    
    /**
     * True if has "dtr" attribute
     */
    boolean isSetDtr();
    
    /**
     * Sets the "dtr" attribute
     */
    void setDtr(boolean dtr);
    
    /**
     * Sets (as xml) the "dtr" attribute
     */
    void xsetDtr(org.apache.xmlbeans.XmlBoolean dtr);
    
    /**
     * Unsets the "dtr" attribute
     */
    void unsetDtr();
    
    /**
     * Gets the "del1" attribute
     */
    boolean getDel1();
    
    /**
     * Gets (as xml) the "del1" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetDel1();
    
    /**
     * True if has "del1" attribute
     */
    boolean isSetDel1();
    
    /**
     * Sets the "del1" attribute
     */
    void setDel1(boolean del1);
    
    /**
     * Sets (as xml) the "del1" attribute
     */
    void xsetDel1(org.apache.xmlbeans.XmlBoolean del1);
    
    /**
     * Unsets the "del1" attribute
     */
    void unsetDel1();
    
    /**
     * Gets the "del2" attribute
     */
    boolean getDel2();
    
    /**
     * Gets (as xml) the "del2" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetDel2();
    
    /**
     * True if has "del2" attribute
     */
    boolean isSetDel2();
    
    /**
     * Sets the "del2" attribute
     */
    void setDel2(boolean del2);
    
    /**
     * Sets (as xml) the "del2" attribute
     */
    void xsetDel2(org.apache.xmlbeans.XmlBoolean del2);
    
    /**
     * Unsets the "del2" attribute
     */
    void unsetDel2();
    
    /**
     * Gets the "r1" attribute
     */
    java.lang.String getR1();
    
    /**
     * Gets (as xml) the "r1" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STCellRef xgetR1();
    
    /**
     * True if has "r1" attribute
     */
    boolean isSetR1();
    
    /**
     * Sets the "r1" attribute
     */
    void setR1(java.lang.String r1);
    
    /**
     * Sets (as xml) the "r1" attribute
     */
    void xsetR1(org.openxmlformats.schemas.spreadsheetml.x2006.main.STCellRef r1);
    
    /**
     * Unsets the "r1" attribute
     */
    void unsetR1();
    
    /**
     * Gets the "r2" attribute
     */
    java.lang.String getR2();
    
    /**
     * Gets (as xml) the "r2" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STCellRef xgetR2();
    
    /**
     * True if has "r2" attribute
     */
    boolean isSetR2();
    
    /**
     * Sets the "r2" attribute
     */
    void setR2(java.lang.String r2);
    
    /**
     * Sets (as xml) the "r2" attribute
     */
    void xsetR2(org.openxmlformats.schemas.spreadsheetml.x2006.main.STCellRef r2);
    
    /**
     * Unsets the "r2" attribute
     */
    void unsetR2();
    
    /**
     * Gets the "ca" attribute
     */
    boolean getCa();
    
    /**
     * Gets (as xml) the "ca" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetCa();
    
    /**
     * True if has "ca" attribute
     */
    boolean isSetCa();
    
    /**
     * Sets the "ca" attribute
     */
    void setCa(boolean ca);
    
    /**
     * Sets (as xml) the "ca" attribute
     */
    void xsetCa(org.apache.xmlbeans.XmlBoolean ca);
    
    /**
     * Unsets the "ca" attribute
     */
    void unsetCa();
    
    /**
     * Gets the "si" attribute
     */
    long getSi();
    
    /**
     * Gets (as xml) the "si" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetSi();
    
    /**
     * True if has "si" attribute
     */
    boolean isSetSi();
    
    /**
     * Sets the "si" attribute
     */
    void setSi(long si);
    
    /**
     * Sets (as xml) the "si" attribute
     */
    void xsetSi(org.apache.xmlbeans.XmlUnsignedInt si);
    
    /**
     * Unsets the "si" attribute
     */
    void unsetSi();
    
    /**
     * Gets the "bx" attribute
     */
    boolean getBx();
    
    /**
     * Gets (as xml) the "bx" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetBx();
    
    /**
     * True if has "bx" attribute
     */
    boolean isSetBx();
    
    /**
     * Sets the "bx" attribute
     */
    void setBx(boolean bx);
    
    /**
     * Sets (as xml) the "bx" attribute
     */
    void xsetBx(org.apache.xmlbeans.XmlBoolean bx);
    
    /**
     * Unsets the "bx" attribute
     */
    void unsetBx();
    
    /**
     * 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.CTCellFormula newInstance() {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula) 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.CTCellFormula parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula 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.CTCellFormula) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula 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.CTCellFormula) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula 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.CTCellFormula) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula 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.CTCellFormula) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellFormula) 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.CTCellFormula 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.CTCellFormula) 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.CTCellFormula 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.CTCellFormula) 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