public class GetSourcesByScanID 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="scanID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="filesToRetreive" type="{http://Checkmarx.com}ArrayOfString" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfString |
filesToRetreive |
protected long |
scanID |
protected String |
sessionID |
| Constructor and Description |
|---|
GetSourcesByScanID() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfString |
getFilesToRetreive()
Gets the value of the filesToRetreive property.
|
long |
getScanID()
Gets the value of the scanID property.
|
String |
getSessionID()
Gets the value of the sessionID property.
|
void |
setFilesToRetreive(ArrayOfString value)
Sets the value of the filesToRetreive property.
|
void |
setScanID(long value)
Sets the value of the scanID property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
protected String sessionID
protected long scanID
protected ArrayOfString filesToRetreive
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic long getScanID()
public void setScanID(long value)
public ArrayOfString getFilesToRetreive()
ArrayOfStringpublic void setFilesToRetreive(ArrayOfString value)
value - allowed object is
ArrayOfStringCopyright © 2020. All rights reserved.