Class CTPivotSelection

java.lang.Object
org.xlsx4j.sml.CTPivotSelection
All Implemented Interfaces:
Child

public class CTPivotSelection
extends java.lang.Object
implements Child

Java class for CT_PivotSelection complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_PivotSelection">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pivotArea" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PivotArea"/>
       </sequence>
       <attribute name="pane" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Pane" default="topLeft" />
       <attribute name="showHeader" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="label" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="data" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="extendable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="count" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="axis" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Axis" />
       <attribute name="dimension" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="start" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="min" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="activeRow" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="activeCol" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="previousRow" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="previousCol" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute name="click" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
       <attribute ref="{http://schemas.openxmlformats.org/officeDocument/2006/relationships}id"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.lang.Long activeCol  
    protected java.lang.Long activeRow  
    protected STAxis axis  
    protected java.lang.Long click  
    protected java.lang.Long count  
    protected java.lang.Boolean data  
    protected java.lang.Long dimension  
    protected java.lang.Boolean extendable  
    protected java.lang.String id  
    protected java.lang.Boolean label  
    protected java.lang.Long max  
    protected java.lang.Long min  
    protected STPane pane  
    protected CTPivotArea pivotArea  
    protected java.lang.Long previousCol  
    protected java.lang.Long previousRow  
    protected java.lang.Boolean showHeader  
    protected java.lang.Long start  
  • Constructor Summary

    Constructors
    Constructor Description
    CTPivotSelection()  
  • Method Summary

    Modifier and Type Method Description
    void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
    This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
    long getActiveCol()
    Gets the value of the activeCol property.
    long getActiveRow()
    Gets the value of the activeRow property.
    STAxis getAxis()
    Gets the value of the axis property.
    long getClick()
    Gets the value of the click property.
    long getCount()
    Gets the value of the count property.
    long getDimension()
    Gets the value of the dimension property.
    java.lang.String getId()
    Gets the value of the id property.
    long getMax()
    Gets the value of the max property.
    long getMin()
    Gets the value of the min property.
    STPane getPane()
    Gets the value of the pane property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    CTPivotArea getPivotArea()
    Gets the value of the pivotArea property.
    long getPreviousCol()
    Gets the value of the previousCol property.
    long getPreviousRow()
    Gets the value of the previousRow property.
    long getStart()
    Gets the value of the start property.
    boolean isData()
    Gets the value of the data property.
    boolean isExtendable()
    Gets the value of the extendable property.
    boolean isLabel()
    Gets the value of the label property.
    boolean isShowHeader()
    Gets the value of the showHeader property.
    void setActiveCol​(java.lang.Long value)
    Sets the value of the activeCol property.
    void setActiveRow​(java.lang.Long value)
    Sets the value of the activeRow property.
    void setAxis​(STAxis value)
    Sets the value of the axis property.
    void setClick​(java.lang.Long value)
    Sets the value of the click property.
    void setCount​(java.lang.Long value)
    Sets the value of the count property.
    void setData​(java.lang.Boolean value)
    Sets the value of the data property.
    void setDimension​(java.lang.Long value)
    Sets the value of the dimension property.
    void setExtendable​(java.lang.Boolean value)
    Sets the value of the extendable property.
    void setId​(java.lang.String value)
    Sets the value of the id property.
    void setLabel​(java.lang.Boolean value)
    Sets the value of the label property.
    void setMax​(java.lang.Long value)
    Sets the value of the max property.
    void setMin​(java.lang.Long value)
    Sets the value of the min property.
    void setPane​(STPane value)
    Sets the value of the pane property.
    void setParent​(java.lang.Object parent)  
    void setPivotArea​(CTPivotArea value)
    Sets the value of the pivotArea property.
    void setPreviousCol​(java.lang.Long value)
    Sets the value of the previousCol property.
    void setPreviousRow​(java.lang.Long value)
    Sets the value of the previousRow property.
    void setShowHeader​(java.lang.Boolean value)
    Sets the value of the showHeader property.
    void setStart​(java.lang.Long value)
    Sets the value of the start property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • pivotArea

      protected CTPivotArea pivotArea
    • pane

      protected STPane pane
    • showHeader

      protected java.lang.Boolean showHeader
    • label

      protected java.lang.Boolean label
    • data

      protected java.lang.Boolean data
    • extendable

      protected java.lang.Boolean extendable
    • count

      protected java.lang.Long count
    • axis

      protected STAxis axis
    • dimension

      protected java.lang.Long dimension
    • start

      protected java.lang.Long start
    • min

      protected java.lang.Long min
    • max

      protected java.lang.Long max
    • activeRow

      protected java.lang.Long activeRow
    • activeCol

      protected java.lang.Long activeCol
    • previousRow

      protected java.lang.Long previousRow
    • previousCol

      protected java.lang.Long previousCol
    • click

      protected java.lang.Long click
    • id

      protected java.lang.String id
  • Constructor Details

    • CTPivotSelection

      public CTPivotSelection()
  • Method Details

    • getPivotArea

      public CTPivotArea getPivotArea()
      Gets the value of the pivotArea property.
      Returns:
      possible object is CTPivotArea
    • setPivotArea

      public void setPivotArea​(CTPivotArea value)
      Sets the value of the pivotArea property.
      Parameters:
      value - allowed object is CTPivotArea
    • getPane

      public STPane getPane()
      Gets the value of the pane property.
      Returns:
      possible object is STPane
    • setPane

      public void setPane​(STPane value)
      Sets the value of the pane property.
      Parameters:
      value - allowed object is STPane
    • isShowHeader

      public boolean isShowHeader()
      Gets the value of the showHeader property.
      Returns:
      possible object is Boolean
    • setShowHeader

      public void setShowHeader​(java.lang.Boolean value)
      Sets the value of the showHeader property.
      Parameters:
      value - allowed object is Boolean
    • isLabel

      public boolean isLabel()
      Gets the value of the label property.
      Returns:
      possible object is Boolean
    • setLabel

      public void setLabel​(java.lang.Boolean value)
      Sets the value of the label property.
      Parameters:
      value - allowed object is Boolean
    • isData

      public boolean isData()
      Gets the value of the data property.
      Returns:
      possible object is Boolean
    • setData

      public void setData​(java.lang.Boolean value)
      Sets the value of the data property.
      Parameters:
      value - allowed object is Boolean
    • isExtendable

      public boolean isExtendable()
      Gets the value of the extendable property.
      Returns:
      possible object is Boolean
    • setExtendable

      public void setExtendable​(java.lang.Boolean value)
      Sets the value of the extendable property.
      Parameters:
      value - allowed object is Boolean
    • getCount

      public long getCount()
      Gets the value of the count property.
      Returns:
      possible object is Long
    • setCount

      public void setCount​(java.lang.Long value)
      Sets the value of the count property.
      Parameters:
      value - allowed object is Long
    • getAxis

      public STAxis getAxis()
      Gets the value of the axis property.
      Returns:
      possible object is STAxis
    • setAxis

      public void setAxis​(STAxis value)
      Sets the value of the axis property.
      Parameters:
      value - allowed object is STAxis
    • getDimension

      public long getDimension()
      Gets the value of the dimension property.
      Returns:
      possible object is Long
    • setDimension

      public void setDimension​(java.lang.Long value)
      Sets the value of the dimension property.
      Parameters:
      value - allowed object is Long
    • getStart

      public long getStart()
      Gets the value of the start property.
      Returns:
      possible object is Long
    • setStart

      public void setStart​(java.lang.Long value)
      Sets the value of the start property.
      Parameters:
      value - allowed object is Long
    • getMin

      public long getMin()
      Gets the value of the min property.
      Returns:
      possible object is Long
    • setMin

      public void setMin​(java.lang.Long value)
      Sets the value of the min property.
      Parameters:
      value - allowed object is Long
    • getMax

      public long getMax()
      Gets the value of the max property.
      Returns:
      possible object is Long
    • setMax

      public void setMax​(java.lang.Long value)
      Sets the value of the max property.
      Parameters:
      value - allowed object is Long
    • getActiveRow

      public long getActiveRow()
      Gets the value of the activeRow property.
      Returns:
      possible object is Long
    • setActiveRow

      public void setActiveRow​(java.lang.Long value)
      Sets the value of the activeRow property.
      Parameters:
      value - allowed object is Long
    • getActiveCol

      public long getActiveCol()
      Gets the value of the activeCol property.
      Returns:
      possible object is Long
    • setActiveCol

      public void setActiveCol​(java.lang.Long value)
      Sets the value of the activeCol property.
      Parameters:
      value - allowed object is Long
    • getPreviousRow

      public long getPreviousRow()
      Gets the value of the previousRow property.
      Returns:
      possible object is Long
    • setPreviousRow

      public void setPreviousRow​(java.lang.Long value)
      Sets the value of the previousRow property.
      Parameters:
      value - allowed object is Long
    • getPreviousCol

      public long getPreviousCol()
      Gets the value of the previousCol property.
      Returns:
      possible object is Long
    • setPreviousCol

      public void setPreviousCol​(java.lang.Long value)
      Sets the value of the previousCol property.
      Parameters:
      value - allowed object is Long
    • getClick

      public long getClick()
      Gets the value of the click property.
      Returns:
      possible object is Long
    • setClick

      public void setClick​(java.lang.Long value)
      Sets the value of the click property.
      Parameters:
      value - allowed object is Long
    • getId

      public java.lang.String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId​(java.lang.String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.