public class CxWSResponseScanLog extends CxWSBasicRepsonse
Java class for CxWSResponseScanLog complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseScanLog">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="ScanLog" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
scanLog |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseScanLog() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getScanLog()
Gets the value of the scanLog property.
|
void |
setScanLog(byte[] value)
Sets the value of the scanLog property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullCopyright © 2020. All rights reserved.