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

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

Go to download

The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

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


/**
 * An XML CT_OlapPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTOlapPr extends org.apache.xmlbeans.XmlObject
{
    org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        Factory.getTypeLoader().resolveHandle("ctolappr0c77type");
    
    /**
     * Gets the "local" attribute
     */
    boolean getLocal();
    
    /**
     * Gets (as xml) the "local" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetLocal();
    
    /**
     * True if has "local" attribute
     */
    boolean isSetLocal();
    
    /**
     * Sets the "local" attribute
     */
    void setLocal(boolean local);
    
    /**
     * Sets (as xml) the "local" attribute
     */
    void xsetLocal(org.apache.xmlbeans.XmlBoolean local);
    
    /**
     * Unsets the "local" attribute
     */
    void unsetLocal();
    
    /**
     * Gets the "localConnection" attribute
     */
    java.lang.String getLocalConnection();
    
    /**
     * Gets (as xml) the "localConnection" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetLocalConnection();
    
    /**
     * True if has "localConnection" attribute
     */
    boolean isSetLocalConnection();
    
    /**
     * Sets the "localConnection" attribute
     */
    void setLocalConnection(java.lang.String localConnection);
    
    /**
     * Sets (as xml) the "localConnection" attribute
     */
    void xsetLocalConnection(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring localConnection);
    
    /**
     * Unsets the "localConnection" attribute
     */
    void unsetLocalConnection();
    
    /**
     * Gets the "localRefresh" attribute
     */
    boolean getLocalRefresh();
    
    /**
     * Gets (as xml) the "localRefresh" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetLocalRefresh();
    
    /**
     * True if has "localRefresh" attribute
     */
    boolean isSetLocalRefresh();
    
    /**
     * Sets the "localRefresh" attribute
     */
    void setLocalRefresh(boolean localRefresh);
    
    /**
     * Sets (as xml) the "localRefresh" attribute
     */
    void xsetLocalRefresh(org.apache.xmlbeans.XmlBoolean localRefresh);
    
    /**
     * Unsets the "localRefresh" attribute
     */
    void unsetLocalRefresh();
    
    /**
     * Gets the "sendLocale" attribute
     */
    boolean getSendLocale();
    
    /**
     * Gets (as xml) the "sendLocale" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetSendLocale();
    
    /**
     * True if has "sendLocale" attribute
     */
    boolean isSetSendLocale();
    
    /**
     * Sets the "sendLocale" attribute
     */
    void setSendLocale(boolean sendLocale);
    
    /**
     * Sets (as xml) the "sendLocale" attribute
     */
    void xsetSendLocale(org.apache.xmlbeans.XmlBoolean sendLocale);
    
    /**
     * Unsets the "sendLocale" attribute
     */
    void unsetSendLocale();
    
    /**
     * Gets the "rowDrillCount" attribute
     */
    long getRowDrillCount();
    
    /**
     * Gets (as xml) the "rowDrillCount" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetRowDrillCount();
    
    /**
     * True if has "rowDrillCount" attribute
     */
    boolean isSetRowDrillCount();
    
    /**
     * Sets the "rowDrillCount" attribute
     */
    void setRowDrillCount(long rowDrillCount);
    
    /**
     * Sets (as xml) the "rowDrillCount" attribute
     */
    void xsetRowDrillCount(org.apache.xmlbeans.XmlUnsignedInt rowDrillCount);
    
    /**
     * Unsets the "rowDrillCount" attribute
     */
    void unsetRowDrillCount();
    
    /**
     * Gets the "serverFill" attribute
     */
    boolean getServerFill();
    
    /**
     * Gets (as xml) the "serverFill" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetServerFill();
    
    /**
     * True if has "serverFill" attribute
     */
    boolean isSetServerFill();
    
    /**
     * Sets the "serverFill" attribute
     */
    void setServerFill(boolean serverFill);
    
    /**
     * Sets (as xml) the "serverFill" attribute
     */
    void xsetServerFill(org.apache.xmlbeans.XmlBoolean serverFill);
    
    /**
     * Unsets the "serverFill" attribute
     */
    void unsetServerFill();
    
    /**
     * Gets the "serverNumberFormat" attribute
     */
    boolean getServerNumberFormat();
    
    /**
     * Gets (as xml) the "serverNumberFormat" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetServerNumberFormat();
    
    /**
     * True if has "serverNumberFormat" attribute
     */
    boolean isSetServerNumberFormat();
    
    /**
     * Sets the "serverNumberFormat" attribute
     */
    void setServerNumberFormat(boolean serverNumberFormat);
    
    /**
     * Sets (as xml) the "serverNumberFormat" attribute
     */
    void xsetServerNumberFormat(org.apache.xmlbeans.XmlBoolean serverNumberFormat);
    
    /**
     * Unsets the "serverNumberFormat" attribute
     */
    void unsetServerNumberFormat();
    
    /**
     * Gets the "serverFont" attribute
     */
    boolean getServerFont();
    
    /**
     * Gets (as xml) the "serverFont" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetServerFont();
    
    /**
     * True if has "serverFont" attribute
     */
    boolean isSetServerFont();
    
    /**
     * Sets the "serverFont" attribute
     */
    void setServerFont(boolean serverFont);
    
    /**
     * Sets (as xml) the "serverFont" attribute
     */
    void xsetServerFont(org.apache.xmlbeans.XmlBoolean serverFont);
    
    /**
     * Unsets the "serverFont" attribute
     */
    void unsetServerFont();
    
    /**
     * Gets the "serverFontColor" attribute
     */
    boolean getServerFontColor();
    
    /**
     * Gets (as xml) the "serverFontColor" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetServerFontColor();
    
    /**
     * True if has "serverFontColor" attribute
     */
    boolean isSetServerFontColor();
    
    /**
     * Sets the "serverFontColor" attribute
     */
    void setServerFontColor(boolean serverFontColor);
    
    /**
     * Sets (as xml) the "serverFontColor" attribute
     */
    void xsetServerFontColor(org.apache.xmlbeans.XmlBoolean serverFontColor);
    
    /**
     * Unsets the "serverFontColor" attribute
     */
    void unsetServerFontColor();
    
    /**
     * 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.CTOlapPr newInstance() {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr) getTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr) getTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr) getTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr) getTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr) getTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr 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.CTOlapPr) getTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr) getTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr 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.CTOlapPr) getTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr) getTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr 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.CTOlapPr) getTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr) getTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr 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.CTOlapPr) getTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr) getTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr) getTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr) getTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOlapPr) getTypeLoader().parse( node, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy