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

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


/**
 * An XML CT_QueryTableRefresh(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTQueryTableRefresh extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTQueryTableRefresh.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD023D6490046BA0250A839A9AD24C443").resolveHandle("ctquerytablerefreshac74type");
    
    /**
     * Gets the "queryTableFields" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTQueryTableFields getQueryTableFields();
    
    /**
     * Sets the "queryTableFields" element
     */
    void setQueryTableFields(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTQueryTableFields queryTableFields);
    
    /**
     * Appends and returns a new empty "queryTableFields" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTQueryTableFields addNewQueryTableFields();
    
    /**
     * Gets the "queryTableDeletedFields" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTQueryTableDeletedFields getQueryTableDeletedFields();
    
    /**
     * True if has "queryTableDeletedFields" element
     */
    boolean isSetQueryTableDeletedFields();
    
    /**
     * Sets the "queryTableDeletedFields" element
     */
    void setQueryTableDeletedFields(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTQueryTableDeletedFields queryTableDeletedFields);
    
    /**
     * Appends and returns a new empty "queryTableDeletedFields" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTQueryTableDeletedFields addNewQueryTableDeletedFields();
    
    /**
     * Unsets the "queryTableDeletedFields" element
     */
    void unsetQueryTableDeletedFields();
    
    /**
     * Gets the "sortState" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSortState getSortState();
    
    /**
     * True if has "sortState" element
     */
    boolean isSetSortState();
    
    /**
     * Sets the "sortState" element
     */
    void setSortState(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSortState sortState);
    
    /**
     * Appends and returns a new empty "sortState" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSortState addNewSortState();
    
    /**
     * Unsets the "sortState" element
     */
    void unsetSortState();
    
    /**
     * Gets the "extLst" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExtensionList getExtLst();
    
    /**
     * True if has "extLst" element
     */
    boolean isSetExtLst();
    
    /**
     * Sets the "extLst" element
     */
    void setExtLst(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExtensionList extLst);
    
    /**
     * Appends and returns a new empty "extLst" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExtensionList addNewExtLst();
    
    /**
     * Unsets the "extLst" element
     */
    void unsetExtLst();
    
    /**
     * Gets the "preserveSortFilterLayout" attribute
     */
    boolean getPreserveSortFilterLayout();
    
    /**
     * Gets (as xml) the "preserveSortFilterLayout" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetPreserveSortFilterLayout();
    
    /**
     * True if has "preserveSortFilterLayout" attribute
     */
    boolean isSetPreserveSortFilterLayout();
    
    /**
     * Sets the "preserveSortFilterLayout" attribute
     */
    void setPreserveSortFilterLayout(boolean preserveSortFilterLayout);
    
    /**
     * Sets (as xml) the "preserveSortFilterLayout" attribute
     */
    void xsetPreserveSortFilterLayout(org.apache.xmlbeans.XmlBoolean preserveSortFilterLayout);
    
    /**
     * Unsets the "preserveSortFilterLayout" attribute
     */
    void unsetPreserveSortFilterLayout();
    
    /**
     * Gets the "fieldIdWrapped" attribute
     */
    boolean getFieldIdWrapped();
    
    /**
     * Gets (as xml) the "fieldIdWrapped" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetFieldIdWrapped();
    
    /**
     * True if has "fieldIdWrapped" attribute
     */
    boolean isSetFieldIdWrapped();
    
    /**
     * Sets the "fieldIdWrapped" attribute
     */
    void setFieldIdWrapped(boolean fieldIdWrapped);
    
    /**
     * Sets (as xml) the "fieldIdWrapped" attribute
     */
    void xsetFieldIdWrapped(org.apache.xmlbeans.XmlBoolean fieldIdWrapped);
    
    /**
     * Unsets the "fieldIdWrapped" attribute
     */
    void unsetFieldIdWrapped();
    
    /**
     * Gets the "headersInLastRefresh" attribute
     */
    boolean getHeadersInLastRefresh();
    
    /**
     * Gets (as xml) the "headersInLastRefresh" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetHeadersInLastRefresh();
    
    /**
     * True if has "headersInLastRefresh" attribute
     */
    boolean isSetHeadersInLastRefresh();
    
    /**
     * Sets the "headersInLastRefresh" attribute
     */
    void setHeadersInLastRefresh(boolean headersInLastRefresh);
    
    /**
     * Sets (as xml) the "headersInLastRefresh" attribute
     */
    void xsetHeadersInLastRefresh(org.apache.xmlbeans.XmlBoolean headersInLastRefresh);
    
    /**
     * Unsets the "headersInLastRefresh" attribute
     */
    void unsetHeadersInLastRefresh();
    
    /**
     * Gets the "minimumVersion" attribute
     */
    short getMinimumVersion();
    
    /**
     * Gets (as xml) the "minimumVersion" attribute
     */
    org.apache.xmlbeans.XmlUnsignedByte xgetMinimumVersion();
    
    /**
     * True if has "minimumVersion" attribute
     */
    boolean isSetMinimumVersion();
    
    /**
     * Sets the "minimumVersion" attribute
     */
    void setMinimumVersion(short minimumVersion);
    
    /**
     * Sets (as xml) the "minimumVersion" attribute
     */
    void xsetMinimumVersion(org.apache.xmlbeans.XmlUnsignedByte minimumVersion);
    
    /**
     * Unsets the "minimumVersion" attribute
     */
    void unsetMinimumVersion();
    
    /**
     * Gets the "nextId" attribute
     */
    long getNextId();
    
    /**
     * Gets (as xml) the "nextId" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetNextId();
    
    /**
     * True if has "nextId" attribute
     */
    boolean isSetNextId();
    
    /**
     * Sets the "nextId" attribute
     */
    void setNextId(long nextId);
    
    /**
     * Sets (as xml) the "nextId" attribute
     */
    void xsetNextId(org.apache.xmlbeans.XmlUnsignedInt nextId);
    
    /**
     * Unsets the "nextId" attribute
     */
    void unsetNextId();
    
    /**
     * Gets the "unboundColumnsLeft" attribute
     */
    long getUnboundColumnsLeft();
    
    /**
     * Gets (as xml) the "unboundColumnsLeft" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetUnboundColumnsLeft();
    
    /**
     * True if has "unboundColumnsLeft" attribute
     */
    boolean isSetUnboundColumnsLeft();
    
    /**
     * Sets the "unboundColumnsLeft" attribute
     */
    void setUnboundColumnsLeft(long unboundColumnsLeft);
    
    /**
     * Sets (as xml) the "unboundColumnsLeft" attribute
     */
    void xsetUnboundColumnsLeft(org.apache.xmlbeans.XmlUnsignedInt unboundColumnsLeft);
    
    /**
     * Unsets the "unboundColumnsLeft" attribute
     */
    void unsetUnboundColumnsLeft();
    
    /**
     * Gets the "unboundColumnsRight" attribute
     */
    long getUnboundColumnsRight();
    
    /**
     * Gets (as xml) the "unboundColumnsRight" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetUnboundColumnsRight();
    
    /**
     * True if has "unboundColumnsRight" attribute
     */
    boolean isSetUnboundColumnsRight();
    
    /**
     * Sets the "unboundColumnsRight" attribute
     */
    void setUnboundColumnsRight(long unboundColumnsRight);
    
    /**
     * Sets (as xml) the "unboundColumnsRight" attribute
     */
    void xsetUnboundColumnsRight(org.apache.xmlbeans.XmlUnsignedInt unboundColumnsRight);
    
    /**
     * Unsets the "unboundColumnsRight" attribute
     */
    void unsetUnboundColumnsRight();
    
    /**
     * 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.CTQueryTableRefresh.class.getClassLoader());
                typeLoader = new java.lang.ref.SoftReference(stl);
            }
            return stl;
        }

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