public class AuditScanResult extends Object
Java class for AuditScanResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuditScanResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="QueryId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="QueryName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="QuerySource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Severity" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="QueryGroupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CWE" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="QueryVersionCode" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="DebugMessages" type="{http://Checkmarx.com}ArrayOfString" minOccurs="0"/>
<element name="CompilationMessages" type="{http://Checkmarx.com}ArrayOfString" minOccurs="0"/>
<element name="PathPerResult" type="{http://Checkmarx.com}ArrayOfCxWSResultPath" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfString |
compilationMessages |
protected long |
cwe |
protected ArrayOfString |
debugMessages |
protected ArrayOfCxWSResultPath |
pathPerResult |
protected String |
queryGroupName |
protected long |
queryId |
protected String |
queryName |
protected String |
querySource |
protected long |
queryVersionCode |
protected int |
severity |
| Constructor and Description |
|---|
AuditScanResult() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfString |
getCompilationMessages()
Gets the value of the compilationMessages property.
|
long |
getCWE()
Gets the value of the cwe property.
|
ArrayOfString |
getDebugMessages()
Gets the value of the debugMessages property.
|
ArrayOfCxWSResultPath |
getPathPerResult()
Gets the value of the pathPerResult property.
|
String |
getQueryGroupName()
Gets the value of the queryGroupName property.
|
long |
getQueryId()
Gets the value of the queryId property.
|
String |
getQueryName()
Gets the value of the queryName property.
|
String |
getQuerySource()
Gets the value of the querySource property.
|
long |
getQueryVersionCode()
Gets the value of the queryVersionCode property.
|
int |
getSeverity()
Gets the value of the severity property.
|
void |
setCompilationMessages(ArrayOfString value)
Sets the value of the compilationMessages property.
|
void |
setCWE(long value)
Sets the value of the cwe property.
|
void |
setDebugMessages(ArrayOfString value)
Sets the value of the debugMessages property.
|
void |
setPathPerResult(ArrayOfCxWSResultPath value)
Sets the value of the pathPerResult property.
|
void |
setQueryGroupName(String value)
Sets the value of the queryGroupName property.
|
void |
setQueryId(long value)
Sets the value of the queryId property.
|
void |
setQueryName(String value)
Sets the value of the queryName property.
|
void |
setQuerySource(String value)
Sets the value of the querySource property.
|
void |
setQueryVersionCode(long value)
Sets the value of the queryVersionCode property.
|
void |
setSeverity(int value)
Sets the value of the severity property.
|
protected long queryId
protected String queryName
protected String querySource
protected int severity
protected String queryGroupName
protected long cwe
protected long queryVersionCode
protected ArrayOfString debugMessages
protected ArrayOfString compilationMessages
protected ArrayOfCxWSResultPath pathPerResult
public long getQueryId()
public void setQueryId(long value)
public String getQueryName()
Stringpublic void setQueryName(String value)
value - allowed object is
Stringpublic String getQuerySource()
Stringpublic void setQuerySource(String value)
value - allowed object is
Stringpublic int getSeverity()
public void setSeverity(int value)
public String getQueryGroupName()
Stringpublic void setQueryGroupName(String value)
value - allowed object is
Stringpublic long getCWE()
public void setCWE(long value)
public long getQueryVersionCode()
public void setQueryVersionCode(long value)
public ArrayOfString getDebugMessages()
ArrayOfStringpublic void setDebugMessages(ArrayOfString value)
value - allowed object is
ArrayOfStringpublic ArrayOfString getCompilationMessages()
ArrayOfStringpublic void setCompilationMessages(ArrayOfString value)
value - allowed object is
ArrayOfStringpublic ArrayOfCxWSResultPath getPathPerResult()
ArrayOfCxWSResultPathpublic void setPathPerResult(ArrayOfCxWSResultPath value)
value - allowed object is
ArrayOfCxWSResultPathCopyright © 2020. All rights reserved.