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

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_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
{
    org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        Factory.getTypeLoader().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.
     */
    
    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.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 ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy