Package org.xlsx4j.sml
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.LongactiveColprotected java.lang.LongactiveRowprotected STAxisaxisprotected java.lang.Longclickprotected java.lang.Longcountprotected java.lang.Booleandataprotected java.lang.Longdimensionprotected java.lang.Booleanextendableprotected java.lang.Stringidprotected java.lang.Booleanlabelprotected java.lang.Longmaxprotected java.lang.Longminprotected STPanepaneprotected CTPivotAreapivotAreaprotected java.lang.LongpreviousColprotected java.lang.LongpreviousRowprotected java.lang.BooleanshowHeaderprotected java.lang.Longstart -
Constructor Summary
Constructors Constructor Description CTPivotSelection() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.longgetActiveCol()Gets the value of the activeCol property.longgetActiveRow()Gets the value of the activeRow property.STAxisgetAxis()Gets the value of the axis property.longgetClick()Gets the value of the click property.longgetCount()Gets the value of the count property.longgetDimension()Gets the value of the dimension property.java.lang.StringgetId()Gets the value of the id property.longgetMax()Gets the value of the max property.longgetMin()Gets the value of the min property.STPanegetPane()Gets the value of the pane property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTPivotAreagetPivotArea()Gets the value of the pivotArea property.longgetPreviousCol()Gets the value of the previousCol property.longgetPreviousRow()Gets the value of the previousRow property.longgetStart()Gets the value of the start property.booleanisData()Gets the value of the data property.booleanisExtendable()Gets the value of the extendable property.booleanisLabel()Gets the value of the label property.booleanisShowHeader()Gets the value of the showHeader property.voidsetActiveCol(java.lang.Long value)Sets the value of the activeCol property.voidsetActiveRow(java.lang.Long value)Sets the value of the activeRow property.voidsetAxis(STAxis value)Sets the value of the axis property.voidsetClick(java.lang.Long value)Sets the value of the click property.voidsetCount(java.lang.Long value)Sets the value of the count property.voidsetData(java.lang.Boolean value)Sets the value of the data property.voidsetDimension(java.lang.Long value)Sets the value of the dimension property.voidsetExtendable(java.lang.Boolean value)Sets the value of the extendable property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetLabel(java.lang.Boolean value)Sets the value of the label property.voidsetMax(java.lang.Long value)Sets the value of the max property.voidsetMin(java.lang.Long value)Sets the value of the min property.voidsetPane(STPane value)Sets the value of the pane property.voidsetParent(java.lang.Object parent)voidsetPivotArea(CTPivotArea value)Sets the value of the pivotArea property.voidsetPreviousCol(java.lang.Long value)Sets the value of the previousCol property.voidsetPreviousRow(java.lang.Long value)Sets the value of the previousRow property.voidsetShowHeader(java.lang.Boolean value)Sets the value of the showHeader property.voidsetStart(java.lang.Long value)Sets the value of the start property.
-
Field Details
-
pivotArea
-
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
-
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
Gets the value of the pivotArea property.- Returns:
- possible object is
CTPivotArea
-
setPivotArea
Sets the value of the pivotArea property.- Parameters:
value- allowed object isCTPivotArea
-
getPane
Gets the value of the pane property.- Returns:
- possible object is
STPane
-
setPane
Sets the value of the pane property.- Parameters:
value- allowed object isSTPane
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
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 isLong
-
getAxis
Gets the value of the axis property.- Returns:
- possible object is
STAxis
-
setAxis
Sets the value of the axis property.- Parameters:
value- allowed object isSTAxis
-
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 isLong
-
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 isLong
-
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 isLong
-
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 isLong
-
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 isLong
-
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 isLong
-
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 isLong
-
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 isLong
-
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 isLong
-
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 isString
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(javax.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.
-