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

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


/**
 * An XML CT_PivotSelection(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTPivotSelection extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTPivotSelection.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sD023D6490046BA0250A839A9AD24C443").resolveHandle("ctpivotselectiond5f3type");
    
    /**
     * Gets the "pivotArea" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotArea getPivotArea();
    
    /**
     * Sets the "pivotArea" element
     */
    void setPivotArea(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotArea pivotArea);
    
    /**
     * Appends and returns a new empty "pivotArea" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPivotArea addNewPivotArea();
    
    /**
     * Gets the "pane" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STPane.Enum getPane();
    
    /**
     * Gets (as xml) the "pane" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STPane xgetPane();
    
    /**
     * True if has "pane" attribute
     */
    boolean isSetPane();
    
    /**
     * Sets the "pane" attribute
     */
    void setPane(org.openxmlformats.schemas.spreadsheetml.x2006.main.STPane.Enum pane);
    
    /**
     * Sets (as xml) the "pane" attribute
     */
    void xsetPane(org.openxmlformats.schemas.spreadsheetml.x2006.main.STPane pane);
    
    /**
     * Unsets the "pane" attribute
     */
    void unsetPane();
    
    /**
     * Gets the "showHeader" attribute
     */
    boolean getShowHeader();
    
    /**
     * Gets (as xml) the "showHeader" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetShowHeader();
    
    /**
     * True if has "showHeader" attribute
     */
    boolean isSetShowHeader();
    
    /**
     * Sets the "showHeader" attribute
     */
    void setShowHeader(boolean showHeader);
    
    /**
     * Sets (as xml) the "showHeader" attribute
     */
    void xsetShowHeader(org.apache.xmlbeans.XmlBoolean showHeader);
    
    /**
     * Unsets the "showHeader" attribute
     */
    void unsetShowHeader();
    
    /**
     * Gets the "label" attribute
     */
    boolean getLabel();
    
    /**
     * Gets (as xml) the "label" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetLabel();
    
    /**
     * True if has "label" attribute
     */
    boolean isSetLabel();
    
    /**
     * Sets the "label" attribute
     */
    void setLabel(boolean label);
    
    /**
     * Sets (as xml) the "label" attribute
     */
    void xsetLabel(org.apache.xmlbeans.XmlBoolean label);
    
    /**
     * Unsets the "label" attribute
     */
    void unsetLabel();
    
    /**
     * Gets the "data" attribute
     */
    boolean getData();
    
    /**
     * Gets (as xml) the "data" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetData();
    
    /**
     * True if has "data" attribute
     */
    boolean isSetData();
    
    /**
     * Sets the "data" attribute
     */
    void setData(boolean data);
    
    /**
     * Sets (as xml) the "data" attribute
     */
    void xsetData(org.apache.xmlbeans.XmlBoolean data);
    
    /**
     * Unsets the "data" attribute
     */
    void unsetData();
    
    /**
     * Gets the "extendable" attribute
     */
    boolean getExtendable();
    
    /**
     * Gets (as xml) the "extendable" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetExtendable();
    
    /**
     * True if has "extendable" attribute
     */
    boolean isSetExtendable();
    
    /**
     * Sets the "extendable" attribute
     */
    void setExtendable(boolean extendable);
    
    /**
     * Sets (as xml) the "extendable" attribute
     */
    void xsetExtendable(org.apache.xmlbeans.XmlBoolean extendable);
    
    /**
     * Unsets the "extendable" attribute
     */
    void unsetExtendable();
    
    /**
     * Gets the "count" attribute
     */
    long getCount();
    
    /**
     * Gets (as xml) the "count" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetCount();
    
    /**
     * True if has "count" attribute
     */
    boolean isSetCount();
    
    /**
     * Sets the "count" attribute
     */
    void setCount(long count);
    
    /**
     * Sets (as xml) the "count" attribute
     */
    void xsetCount(org.apache.xmlbeans.XmlUnsignedInt count);
    
    /**
     * Unsets the "count" attribute
     */
    void unsetCount();
    
    /**
     * Gets the "axis" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STAxis.Enum getAxis();
    
    /**
     * Gets (as xml) the "axis" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STAxis xgetAxis();
    
    /**
     * True if has "axis" attribute
     */
    boolean isSetAxis();
    
    /**
     * Sets the "axis" attribute
     */
    void setAxis(org.openxmlformats.schemas.spreadsheetml.x2006.main.STAxis.Enum axis);
    
    /**
     * Sets (as xml) the "axis" attribute
     */
    void xsetAxis(org.openxmlformats.schemas.spreadsheetml.x2006.main.STAxis axis);
    
    /**
     * Unsets the "axis" attribute
     */
    void unsetAxis();
    
    /**
     * Gets the "dimension" attribute
     */
    long getDimension();
    
    /**
     * Gets (as xml) the "dimension" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetDimension();
    
    /**
     * True if has "dimension" attribute
     */
    boolean isSetDimension();
    
    /**
     * Sets the "dimension" attribute
     */
    void setDimension(long dimension);
    
    /**
     * Sets (as xml) the "dimension" attribute
     */
    void xsetDimension(org.apache.xmlbeans.XmlUnsignedInt dimension);
    
    /**
     * Unsets the "dimension" attribute
     */
    void unsetDimension();
    
    /**
     * Gets the "start" attribute
     */
    long getStart();
    
    /**
     * Gets (as xml) the "start" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetStart();
    
    /**
     * True if has "start" attribute
     */
    boolean isSetStart();
    
    /**
     * Sets the "start" attribute
     */
    void setStart(long start);
    
    /**
     * Sets (as xml) the "start" attribute
     */
    void xsetStart(org.apache.xmlbeans.XmlUnsignedInt start);
    
    /**
     * Unsets the "start" attribute
     */
    void unsetStart();
    
    /**
     * Gets the "min" attribute
     */
    long getMin();
    
    /**
     * Gets (as xml) the "min" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetMin();
    
    /**
     * True if has "min" attribute
     */
    boolean isSetMin();
    
    /**
     * Sets the "min" attribute
     */
    void setMin(long min);
    
    /**
     * Sets (as xml) the "min" attribute
     */
    void xsetMin(org.apache.xmlbeans.XmlUnsignedInt min);
    
    /**
     * Unsets the "min" attribute
     */
    void unsetMin();
    
    /**
     * Gets the "max" attribute
     */
    long getMax();
    
    /**
     * Gets (as xml) the "max" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetMax();
    
    /**
     * True if has "max" attribute
     */
    boolean isSetMax();
    
    /**
     * Sets the "max" attribute
     */
    void setMax(long max);
    
    /**
     * Sets (as xml) the "max" attribute
     */
    void xsetMax(org.apache.xmlbeans.XmlUnsignedInt max);
    
    /**
     * Unsets the "max" attribute
     */
    void unsetMax();
    
    /**
     * Gets the "activeRow" attribute
     */
    long getActiveRow();
    
    /**
     * Gets (as xml) the "activeRow" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetActiveRow();
    
    /**
     * True if has "activeRow" attribute
     */
    boolean isSetActiveRow();
    
    /**
     * Sets the "activeRow" attribute
     */
    void setActiveRow(long activeRow);
    
    /**
     * Sets (as xml) the "activeRow" attribute
     */
    void xsetActiveRow(org.apache.xmlbeans.XmlUnsignedInt activeRow);
    
    /**
     * Unsets the "activeRow" attribute
     */
    void unsetActiveRow();
    
    /**
     * Gets the "activeCol" attribute
     */
    long getActiveCol();
    
    /**
     * Gets (as xml) the "activeCol" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetActiveCol();
    
    /**
     * True if has "activeCol" attribute
     */
    boolean isSetActiveCol();
    
    /**
     * Sets the "activeCol" attribute
     */
    void setActiveCol(long activeCol);
    
    /**
     * Sets (as xml) the "activeCol" attribute
     */
    void xsetActiveCol(org.apache.xmlbeans.XmlUnsignedInt activeCol);
    
    /**
     * Unsets the "activeCol" attribute
     */
    void unsetActiveCol();
    
    /**
     * Gets the "previousRow" attribute
     */
    long getPreviousRow();
    
    /**
     * Gets (as xml) the "previousRow" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetPreviousRow();
    
    /**
     * True if has "previousRow" attribute
     */
    boolean isSetPreviousRow();
    
    /**
     * Sets the "previousRow" attribute
     */
    void setPreviousRow(long previousRow);
    
    /**
     * Sets (as xml) the "previousRow" attribute
     */
    void xsetPreviousRow(org.apache.xmlbeans.XmlUnsignedInt previousRow);
    
    /**
     * Unsets the "previousRow" attribute
     */
    void unsetPreviousRow();
    
    /**
     * Gets the "previousCol" attribute
     */
    long getPreviousCol();
    
    /**
     * Gets (as xml) the "previousCol" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetPreviousCol();
    
    /**
     * True if has "previousCol" attribute
     */
    boolean isSetPreviousCol();
    
    /**
     * Sets the "previousCol" attribute
     */
    void setPreviousCol(long previousCol);
    
    /**
     * Sets (as xml) the "previousCol" attribute
     */
    void xsetPreviousCol(org.apache.xmlbeans.XmlUnsignedInt previousCol);
    
    /**
     * Unsets the "previousCol" attribute
     */
    void unsetPreviousCol();
    
    /**
     * Gets the "click" attribute
     */
    long getClick();
    
    /**
     * Gets (as xml) the "click" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetClick();
    
    /**
     * True if has "click" attribute
     */
    boolean isSetClick();
    
    /**
     * Sets the "click" attribute
     */
    void setClick(long click);
    
    /**
     * Sets (as xml) the "click" attribute
     */
    void xsetClick(org.apache.xmlbeans.XmlUnsignedInt click);
    
    /**
     * Unsets the "click" attribute
     */
    void unsetClick();
    
    /**
     * Gets the "id" attribute
     */
    java.lang.String getId();
    
    /**
     * Gets (as xml) the "id" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId xgetId();
    
    /**
     * True if has "id" attribute
     */
    boolean isSetId();
    
    /**
     * Sets the "id" attribute
     */
    void setId(java.lang.String id);
    
    /**
     * Sets (as xml) the "id" attribute
     */
    void xsetId(org.openxmlformats.schemas.officeDocument.x2006.relationships.STRelationshipId id);
    
    /**
     * Unsets the "id" attribute
     */
    void unsetId();
    
    /**
     * 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.CTPivotSelection.class.getClassLoader());
                typeLoader = new java.lang.ref.SoftReference(stl);
            }
            return stl;
        }

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