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