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