public class CxWSQuery extends Object
Java class for CxWSQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSQuery">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="QueryId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="Source" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Cwe" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="IsExecutable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="IsEncrypted" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Severity" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="PackageId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="Status" type="{http://Checkmarx.com}QueryStatus"/>
<element name="Type" type="{http://Checkmarx.com}CxWSQueryType"/>
<element name="Categories" type="{http://Checkmarx.com}ArrayOfCxQueryCategory" minOccurs="0"/>
<element name="CxDescriptionID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="QueryVersionCode" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="EngineMetadata" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCxQueryCategory |
categories |
protected long |
cwe |
protected int |
cxDescriptionID |
protected String |
engineMetadata |
protected boolean |
isEncrypted |
protected boolean |
isExecutable |
protected String |
name |
protected long |
packageId |
protected long |
queryId |
protected long |
queryVersionCode |
protected int |
severity |
protected String |
source |
protected QueryStatus |
status |
protected CxWSQueryType |
type |
| Constructor and Description |
|---|
CxWSQuery() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCxQueryCategory |
getCategories()
Gets the value of the categories property.
|
long |
getCwe()
Gets the value of the cwe property.
|
int |
getCxDescriptionID()
Gets the value of the cxDescriptionID property.
|
String |
getEngineMetadata()
Gets the value of the engineMetadata property.
|
String |
getName()
Gets the value of the name property.
|
long |
getPackageId()
Gets the value of the packageId property.
|
long |
getQueryId()
Gets the value of the queryId property.
|
long |
getQueryVersionCode()
Gets the value of the queryVersionCode property.
|
int |
getSeverity()
Gets the value of the severity property.
|
String |
getSource()
Gets the value of the source property.
|
QueryStatus |
getStatus()
Gets the value of the status property.
|
CxWSQueryType |
getType()
Gets the value of the type property.
|
boolean |
isIsEncrypted()
Gets the value of the isEncrypted property.
|
boolean |
isIsExecutable()
Gets the value of the isExecutable property.
|
void |
setCategories(ArrayOfCxQueryCategory value)
Sets the value of the categories property.
|
void |
setCwe(long value)
Sets the value of the cwe property.
|
void |
setCxDescriptionID(int value)
Sets the value of the cxDescriptionID property.
|
void |
setEngineMetadata(String value)
Sets the value of the engineMetadata property.
|
void |
setIsEncrypted(boolean value)
Sets the value of the isEncrypted property.
|
void |
setIsExecutable(boolean value)
Sets the value of the isExecutable property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPackageId(long value)
Sets the value of the packageId property.
|
void |
setQueryId(long value)
Sets the value of the queryId property.
|
void |
setQueryVersionCode(long value)
Sets the value of the queryVersionCode property.
|
void |
setSeverity(int value)
Sets the value of the severity property.
|
void |
setSource(String value)
Sets the value of the source property.
|
void |
setStatus(QueryStatus value)
Sets the value of the status property.
|
void |
setType(CxWSQueryType value)
Sets the value of the type property.
|
protected String name
protected long queryId
protected String source
protected long cwe
protected boolean isExecutable
protected boolean isEncrypted
protected int severity
protected long packageId
protected QueryStatus status
protected CxWSQueryType type
protected ArrayOfCxQueryCategory categories
protected int cxDescriptionID
protected long queryVersionCode
protected String engineMetadata
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic long getQueryId()
public void setQueryId(long value)
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic long getCwe()
public void setCwe(long value)
public boolean isIsExecutable()
public void setIsExecutable(boolean value)
public boolean isIsEncrypted()
public void setIsEncrypted(boolean value)
public int getSeverity()
public void setSeverity(int value)
public long getPackageId()
public void setPackageId(long value)
public QueryStatus getStatus()
QueryStatuspublic void setStatus(QueryStatus value)
value - allowed object is
QueryStatuspublic CxWSQueryType getType()
CxWSQueryTypepublic void setType(CxWSQueryType value)
value - allowed object is
CxWSQueryTypepublic ArrayOfCxQueryCategory getCategories()
ArrayOfCxQueryCategorypublic void setCategories(ArrayOfCxQueryCategory value)
value - allowed object is
ArrayOfCxQueryCategorypublic int getCxDescriptionID()
public void setCxDescriptionID(int value)
public long getQueryVersionCode()
public void setQueryVersionCode(long value)
public String getEngineMetadata()
StringCopyright © 2020. All rights reserved.