public class AuditResultsCollection extends Object
Java class for AuditResultsCollection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuditResultsCollection">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Results" type="{http://Checkmarx.com}ArrayOfAuditScanResult" minOccurs="0"/>
<element name="FailedLOC" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
failedLOC |
protected ArrayOfAuditScanResult |
results |
| Constructor and Description |
|---|
AuditResultsCollection() |
| Modifier and Type | Method and Description |
|---|---|
long |
getFailedLOC()
Gets the value of the failedLOC property.
|
ArrayOfAuditScanResult |
getResults()
Gets the value of the results property.
|
void |
setFailedLOC(long value)
Sets the value of the failedLOC property.
|
void |
setResults(ArrayOfAuditScanResult value)
Sets the value of the results property.
|
protected ArrayOfAuditScanResult results
protected long failedLOC
public ArrayOfAuditScanResult getResults()
ArrayOfAuditScanResultpublic void setResults(ArrayOfAuditScanResult value)
value - allowed object is
ArrayOfAuditScanResultpublic long getFailedLOC()
public void setFailedLOC(long value)
Copyright © 2020. All rights reserved.