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

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

/*
 * XML Type:  CT_CalcPr
 * Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
 * Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.spreadsheetml.x2006.main;


/**
 * An XML CT_CalcPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTCalcPr extends org.apache.xmlbeans.XmlObject
{
    org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        Factory.getTypeLoader().resolveHandle("ctcalcprd480type");
    
    /**
     * Gets the "calcId" attribute
     */
    long getCalcId();
    
    /**
     * Gets (as xml) the "calcId" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetCalcId();
    
    /**
     * True if has "calcId" attribute
     */
    boolean isSetCalcId();
    
    /**
     * Sets the "calcId" attribute
     */
    void setCalcId(long calcId);
    
    /**
     * Sets (as xml) the "calcId" attribute
     */
    void xsetCalcId(org.apache.xmlbeans.XmlUnsignedInt calcId);
    
    /**
     * Unsets the "calcId" attribute
     */
    void unsetCalcId();
    
    /**
     * Gets the "calcMode" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STCalcMode.Enum getCalcMode();
    
    /**
     * Gets (as xml) the "calcMode" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STCalcMode xgetCalcMode();
    
    /**
     * True if has "calcMode" attribute
     */
    boolean isSetCalcMode();
    
    /**
     * Sets the "calcMode" attribute
     */
    void setCalcMode(org.openxmlformats.schemas.spreadsheetml.x2006.main.STCalcMode.Enum calcMode);
    
    /**
     * Sets (as xml) the "calcMode" attribute
     */
    void xsetCalcMode(org.openxmlformats.schemas.spreadsheetml.x2006.main.STCalcMode calcMode);
    
    /**
     * Unsets the "calcMode" attribute
     */
    void unsetCalcMode();
    
    /**
     * Gets the "fullCalcOnLoad" attribute
     */
    boolean getFullCalcOnLoad();
    
    /**
     * Gets (as xml) the "fullCalcOnLoad" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetFullCalcOnLoad();
    
    /**
     * True if has "fullCalcOnLoad" attribute
     */
    boolean isSetFullCalcOnLoad();
    
    /**
     * Sets the "fullCalcOnLoad" attribute
     */
    void setFullCalcOnLoad(boolean fullCalcOnLoad);
    
    /**
     * Sets (as xml) the "fullCalcOnLoad" attribute
     */
    void xsetFullCalcOnLoad(org.apache.xmlbeans.XmlBoolean fullCalcOnLoad);
    
    /**
     * Unsets the "fullCalcOnLoad" attribute
     */
    void unsetFullCalcOnLoad();
    
    /**
     * Gets the "refMode" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STRefMode.Enum getRefMode();
    
    /**
     * Gets (as xml) the "refMode" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STRefMode xgetRefMode();
    
    /**
     * True if has "refMode" attribute
     */
    boolean isSetRefMode();
    
    /**
     * Sets the "refMode" attribute
     */
    void setRefMode(org.openxmlformats.schemas.spreadsheetml.x2006.main.STRefMode.Enum refMode);
    
    /**
     * Sets (as xml) the "refMode" attribute
     */
    void xsetRefMode(org.openxmlformats.schemas.spreadsheetml.x2006.main.STRefMode refMode);
    
    /**
     * Unsets the "refMode" attribute
     */
    void unsetRefMode();
    
    /**
     * Gets the "iterate" attribute
     */
    boolean getIterate();
    
    /**
     * Gets (as xml) the "iterate" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetIterate();
    
    /**
     * True if has "iterate" attribute
     */
    boolean isSetIterate();
    
    /**
     * Sets the "iterate" attribute
     */
    void setIterate(boolean iterate);
    
    /**
     * Sets (as xml) the "iterate" attribute
     */
    void xsetIterate(org.apache.xmlbeans.XmlBoolean iterate);
    
    /**
     * Unsets the "iterate" attribute
     */
    void unsetIterate();
    
    /**
     * Gets the "iterateCount" attribute
     */
    long getIterateCount();
    
    /**
     * Gets (as xml) the "iterateCount" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetIterateCount();
    
    /**
     * True if has "iterateCount" attribute
     */
    boolean isSetIterateCount();
    
    /**
     * Sets the "iterateCount" attribute
     */
    void setIterateCount(long iterateCount);
    
    /**
     * Sets (as xml) the "iterateCount" attribute
     */
    void xsetIterateCount(org.apache.xmlbeans.XmlUnsignedInt iterateCount);
    
    /**
     * Unsets the "iterateCount" attribute
     */
    void unsetIterateCount();
    
    /**
     * Gets the "iterateDelta" attribute
     */
    double getIterateDelta();
    
    /**
     * Gets (as xml) the "iterateDelta" attribute
     */
    org.apache.xmlbeans.XmlDouble xgetIterateDelta();
    
    /**
     * True if has "iterateDelta" attribute
     */
    boolean isSetIterateDelta();
    
    /**
     * Sets the "iterateDelta" attribute
     */
    void setIterateDelta(double iterateDelta);
    
    /**
     * Sets (as xml) the "iterateDelta" attribute
     */
    void xsetIterateDelta(org.apache.xmlbeans.XmlDouble iterateDelta);
    
    /**
     * Unsets the "iterateDelta" attribute
     */
    void unsetIterateDelta();
    
    /**
     * Gets the "fullPrecision" attribute
     */
    boolean getFullPrecision();
    
    /**
     * Gets (as xml) the "fullPrecision" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetFullPrecision();
    
    /**
     * True if has "fullPrecision" attribute
     */
    boolean isSetFullPrecision();
    
    /**
     * Sets the "fullPrecision" attribute
     */
    void setFullPrecision(boolean fullPrecision);
    
    /**
     * Sets (as xml) the "fullPrecision" attribute
     */
    void xsetFullPrecision(org.apache.xmlbeans.XmlBoolean fullPrecision);
    
    /**
     * Unsets the "fullPrecision" attribute
     */
    void unsetFullPrecision();
    
    /**
     * Gets the "calcCompleted" attribute
     */
    boolean getCalcCompleted();
    
    /**
     * Gets (as xml) the "calcCompleted" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetCalcCompleted();
    
    /**
     * True if has "calcCompleted" attribute
     */
    boolean isSetCalcCompleted();
    
    /**
     * Sets the "calcCompleted" attribute
     */
    void setCalcCompleted(boolean calcCompleted);
    
    /**
     * Sets (as xml) the "calcCompleted" attribute
     */
    void xsetCalcCompleted(org.apache.xmlbeans.XmlBoolean calcCompleted);
    
    /**
     * Unsets the "calcCompleted" attribute
     */
    void unsetCalcCompleted();
    
    /**
     * Gets the "calcOnSave" attribute
     */
    boolean getCalcOnSave();
    
    /**
     * Gets (as xml) the "calcOnSave" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetCalcOnSave();
    
    /**
     * True if has "calcOnSave" attribute
     */
    boolean isSetCalcOnSave();
    
    /**
     * Sets the "calcOnSave" attribute
     */
    void setCalcOnSave(boolean calcOnSave);
    
    /**
     * Sets (as xml) the "calcOnSave" attribute
     */
    void xsetCalcOnSave(org.apache.xmlbeans.XmlBoolean calcOnSave);
    
    /**
     * Unsets the "calcOnSave" attribute
     */
    void unsetCalcOnSave();
    
    /**
     * Gets the "concurrentCalc" attribute
     */
    boolean getConcurrentCalc();
    
    /**
     * Gets (as xml) the "concurrentCalc" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetConcurrentCalc();
    
    /**
     * True if has "concurrentCalc" attribute
     */
    boolean isSetConcurrentCalc();
    
    /**
     * Sets the "concurrentCalc" attribute
     */
    void setConcurrentCalc(boolean concurrentCalc);
    
    /**
     * Sets (as xml) the "concurrentCalc" attribute
     */
    void xsetConcurrentCalc(org.apache.xmlbeans.XmlBoolean concurrentCalc);
    
    /**
     * Unsets the "concurrentCalc" attribute
     */
    void unsetConcurrentCalc();
    
    /**
     * Gets the "concurrentManualCount" attribute
     */
    long getConcurrentManualCount();
    
    /**
     * Gets (as xml) the "concurrentManualCount" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetConcurrentManualCount();
    
    /**
     * True if has "concurrentManualCount" attribute
     */
    boolean isSetConcurrentManualCount();
    
    /**
     * Sets the "concurrentManualCount" attribute
     */
    void setConcurrentManualCount(long concurrentManualCount);
    
    /**
     * Sets (as xml) the "concurrentManualCount" attribute
     */
    void xsetConcurrentManualCount(org.apache.xmlbeans.XmlUnsignedInt concurrentManualCount);
    
    /**
     * Unsets the "concurrentManualCount" attribute
     */
    void unsetConcurrentManualCount();
    
    /**
     * Gets the "forceFullCalc" attribute
     */
    boolean getForceFullCalc();
    
    /**
     * Gets (as xml) the "forceFullCalc" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetForceFullCalc();
    
    /**
     * True if has "forceFullCalc" attribute
     */
    boolean isSetForceFullCalc();
    
    /**
     * Sets the "forceFullCalc" attribute
     */
    void setForceFullCalc(boolean forceFullCalc);
    
    /**
     * Sets (as xml) the "forceFullCalc" attribute
     */
    void xsetForceFullCalc(org.apache.xmlbeans.XmlBoolean forceFullCalc);
    
    /**
     * Unsets the "forceFullCalc" attribute
     */
    void unsetForceFullCalc();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    final class Factory
    {
        private static synchronized org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder getTypeLoader() {
          return org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem;
        }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr newInstance() {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr) getTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr) getTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr) getTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr 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.CTCalcPr) getTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr) getTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr 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.CTCalcPr) getTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr) getTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr 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.CTCalcPr) getTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr) getTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr 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.CTCalcPr) getTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr) getTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr) getTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr) getTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr) getTypeLoader().parse( node, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy