public class CxPivotDataRequest extends Object
Java class for CxPivotDataRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxPivotDataRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ViewName" type="{http://Checkmarx.com}PivotViewClientType"/>
<element name="Criteria" type="{http://Checkmarx.com}ArrayOfPivotClientBaseParam" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfPivotClientBaseParam |
criteria |
protected PivotViewClientType |
viewName |
| Constructor and Description |
|---|
CxPivotDataRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfPivotClientBaseParam |
getCriteria()
Gets the value of the criteria property.
|
PivotViewClientType |
getViewName()
Gets the value of the viewName property.
|
void |
setCriteria(ArrayOfPivotClientBaseParam value)
Sets the value of the criteria property.
|
void |
setViewName(PivotViewClientType value)
Sets the value of the viewName property.
|
protected PivotViewClientType viewName
protected ArrayOfPivotClientBaseParam criteria
public PivotViewClientType getViewName()
PivotViewClientTypepublic void setViewName(PivotViewClientType value)
value - allowed object is
PivotViewClientTypepublic ArrayOfPivotClientBaseParam getCriteria()
ArrayOfPivotClientBaseParampublic void setCriteria(ArrayOfPivotClientBaseParam value)
value - allowed object is
ArrayOfPivotClientBaseParamCopyright © 2020. All rights reserved.