public class CxPivotTable extends Object
Java class for CxPivotTable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxPivotTable">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Columns" type="{http://Checkmarx.com}ArrayOfCxPivotColumn" minOccurs="0"/>
<element name="Rows" type="{http://Checkmarx.com}ArrayOfCxPivotRow" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCxPivotColumn |
columns |
protected ArrayOfCxPivotRow |
rows |
| Constructor and Description |
|---|
CxPivotTable() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCxPivotColumn |
getColumns()
Gets the value of the columns property.
|
ArrayOfCxPivotRow |
getRows()
Gets the value of the rows property.
|
void |
setColumns(ArrayOfCxPivotColumn value)
Sets the value of the columns property.
|
void |
setRows(ArrayOfCxPivotRow value)
Sets the value of the rows property.
|
protected ArrayOfCxPivotColumn columns
protected ArrayOfCxPivotRow rows
public ArrayOfCxPivotColumn getColumns()
ArrayOfCxPivotColumnpublic void setColumns(ArrayOfCxPivotColumn value)
value - allowed object is
ArrayOfCxPivotColumnpublic ArrayOfCxPivotRow getRows()
ArrayOfCxPivotRowpublic void setRows(ArrayOfCxPivotRow value)
value - allowed object is
ArrayOfCxPivotRowCopyright © 2020. All rights reserved.