public class CxWSQueryVulnerabilityData extends Object
Java class for CxWSQueryVulnerabilityData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSQueryVulnerabilityData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Categories" type="{http://Checkmarx.com}ArrayOfCxQueryCategory" minOccurs="0"/>
<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="GroupId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="GroupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Severity" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="CWE" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="AmountOfResults" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="LanguageName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="QueryVersionCode" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
amountOfResults |
protected ArrayOfCxQueryCategory |
categories |
protected long |
cwe |
protected long |
groupId |
protected String |
groupName |
protected String |
languageName |
protected long |
queryId |
protected String |
queryName |
protected long |
queryVersionCode |
protected int |
severity |
| Constructor and Description |
|---|
CxWSQueryVulnerabilityData() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAmountOfResults()
Gets the value of the amountOfResults property.
|
ArrayOfCxQueryCategory |
getCategories()
Gets the value of the categories property.
|
long |
getCWE()
Gets the value of the cwe property.
|
long |
getGroupId()
Gets the value of the groupId property.
|
String |
getGroupName()
Gets the value of the groupName property.
|
String |
getLanguageName()
Gets the value of the languageName property.
|
long |
getQueryId()
Gets the value of the queryId property.
|
String |
getQueryName()
Gets the value of the queryName property.
|
long |
getQueryVersionCode()
Gets the value of the queryVersionCode property.
|
int |
getSeverity()
Gets the value of the severity property.
|
void |
setAmountOfResults(int value)
Sets the value of the amountOfResults property.
|
void |
setCategories(ArrayOfCxQueryCategory value)
Sets the value of the categories property.
|
void |
setCWE(long value)
Sets the value of the cwe property.
|
void |
setGroupId(long value)
Sets the value of the groupId property.
|
void |
setGroupName(String value)
Sets the value of the groupName property.
|
void |
setLanguageName(String value)
Sets the value of the languageName property.
|
void |
setQueryId(long value)
Sets the value of the queryId property.
|
void |
setQueryName(String value)
Sets the value of the queryName property.
|
void |
setQueryVersionCode(long value)
Sets the value of the queryVersionCode property.
|
void |
setSeverity(int value)
Sets the value of the severity property.
|
protected ArrayOfCxQueryCategory categories
protected long queryId
protected String queryName
protected long groupId
protected String groupName
protected int severity
protected long cwe
protected int amountOfResults
protected String languageName
protected long queryVersionCode
public ArrayOfCxQueryCategory getCategories()
ArrayOfCxQueryCategorypublic void setCategories(ArrayOfCxQueryCategory value)
value - allowed object is
ArrayOfCxQueryCategorypublic long getQueryId()
public void setQueryId(long value)
public String getQueryName()
Stringpublic void setQueryName(String value)
value - allowed object is
Stringpublic long getGroupId()
public void setGroupId(long value)
public String getGroupName()
Stringpublic void setGroupName(String value)
value - allowed object is
Stringpublic int getSeverity()
public void setSeverity(int value)
public long getCWE()
public void setCWE(long value)
public int getAmountOfResults()
public void setAmountOfResults(int value)
public String getLanguageName()
Stringpublic void setLanguageName(String value)
value - allowed object is
Stringpublic long getQueryVersionCode()
public void setQueryVersionCode(long value)
Copyright © 2020. All rights reserved.