public class ScanActionSettings extends Object
Java class for ScanActionSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScanActionSettings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ScanActionList" type="{http://Checkmarx.com}ArrayOfScanAction" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfScanAction |
scanActionList |
| Constructor and Description |
|---|
ScanActionSettings() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfScanAction |
getScanActionList()
Gets the value of the scanActionList property.
|
void |
setScanActionList(ArrayOfScanAction value)
Sets the value of the scanActionList property.
|
protected ArrayOfScanAction scanActionList
public ArrayOfScanAction getScanActionList()
ArrayOfScanActionpublic void setScanActionList(ArrayOfScanAction value)
value - allowed object is
ArrayOfScanActionCopyright © 2020. All rights reserved.