public class Scan extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="args" type="{http://Checkmarx.com}CliScanArgs" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CliScanArgs |
args |
protected String |
sessionId |
| Constructor and Description |
|---|
Scan() |
| Modifier and Type | Method and Description |
|---|---|
CliScanArgs |
getArgs()
Gets the value of the args property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
void |
setArgs(CliScanArgs value)
Sets the value of the args property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
protected String sessionId
protected CliScanArgs args
public String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
Stringpublic CliScanArgs getArgs()
CliScanArgspublic void setArgs(CliScanArgs value)
value - allowed object is
CliScanArgsCopyright © 2020. All rights reserved.