public class CxPivotRow extends Object
Java class for CxPivotRow complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxPivotRow">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Data" type="{http://Checkmarx.com}ArrayOfAnyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfAnyType |
data |
| Constructor and Description |
|---|
CxPivotRow() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfAnyType |
getData()
Gets the value of the data property.
|
void |
setData(ArrayOfAnyType value)
Sets the value of the data property.
|
protected ArrayOfAnyType data
public ArrayOfAnyType getData()
ArrayOfAnyTypepublic void setData(ArrayOfAnyType value)
value - allowed object is
ArrayOfAnyTypeCopyright © 2020. All rights reserved.