public class CxWSResponseScanResults extends CxWSBasicRepsonse
Java class for CxWSResponseScanResults complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseScanResults">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="ScanResults" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="containsAllResults" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
containsAllResults |
protected byte[] |
scanResults |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseScanResults() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getScanResults()
Gets the value of the scanResults property.
|
boolean |
isContainsAllResults()
Gets the value of the containsAllResults property.
|
void |
setContainsAllResults(boolean value)
Sets the value of the containsAllResults property.
|
void |
setScanResults(byte[] value)
Sets the value of the scanResults property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected byte[] scanResults
protected boolean containsAllResults
public byte[] getScanResults()
public void setScanResults(byte[] value)
value - allowed object is
byte[]public boolean isContainsAllResults()
public void setContainsAllResults(boolean value)
Copyright © 2020. All rights reserved.