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