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