public class ScanAction extends Object
Java class for ScanAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScanAction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Parameters" type="{http://Checkmarx.com}ArrayOfString" minOccurs="0"/>
<element name="Trigger" type="{http://Checkmarx.com}ScanEventType"/>
<element name="Action" type="{http://Checkmarx.com}ScanActionType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ScanActionType |
action |
protected ArrayOfString |
parameters |
protected ScanEventType |
trigger |
| Constructor and Description |
|---|
ScanAction() |
| Modifier and Type | Method and Description |
|---|---|
ScanActionType |
getAction()
Gets the value of the action property.
|
ArrayOfString |
getParameters()
Gets the value of the parameters property.
|
ScanEventType |
getTrigger()
Gets the value of the trigger property.
|
void |
setAction(ScanActionType value)
Sets the value of the action property.
|
void |
setParameters(ArrayOfString value)
Sets the value of the parameters property.
|
void |
setTrigger(ScanEventType value)
Sets the value of the trigger property.
|
protected ArrayOfString parameters
protected ScanEventType trigger
protected ScanActionType action
public ArrayOfString getParameters()
ArrayOfStringpublic void setParameters(ArrayOfString value)
value - allowed object is
ArrayOfStringpublic ScanEventType getTrigger()
ScanEventTypepublic void setTrigger(ScanEventType value)
value - allowed object is
ScanEventTypepublic ScanActionType getAction()
ScanActionTypepublic void setAction(ScanActionType value)
value - allowed object is
ScanActionTypeCopyright © 2020. All rights reserved.