public class CxWSResponsePivotTable extends CxWSBasicRepsonse
Java class for CxWSResponsePivotTable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponsePivotTable">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="PivotTable" type="{http://Checkmarx.com}CxPivotTable" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxPivotTable |
pivotTable |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponsePivotTable() |
| Modifier and Type | Method and Description |
|---|---|
CxPivotTable |
getPivotTable()
Gets the value of the pivotTable property.
|
void |
setPivotTable(CxPivotTable value)
Sets the value of the pivotTable property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected CxPivotTable pivotTable
public CxPivotTable getPivotTable()
CxPivotTablepublic void setPivotTable(CxPivotTable value)
value - allowed object is
CxPivotTableCopyright © 2020. All rights reserved.