public class CxWSTransportedQuery extends Object
Java class for CxWSTransportedQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSTransportedQuery">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="QueryId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PackageId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="Cwe" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="IsExecutable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Severity" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="LanguageName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PackageTypeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="GroupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Source" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EngineMetadata" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
cwe |
protected String |
engineMetadata |
protected String |
groupName |
protected boolean |
isExecutable |
protected String |
languageName |
protected String |
name |
protected long |
packageId |
protected String |
packageTypeName |
protected long |
queryId |
protected int |
severity |
protected String |
source |
| Constructor and Description |
|---|
CxWSTransportedQuery() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCwe()
Gets the value of the cwe property.
|
String |
getEngineMetadata()
Gets the value of the engineMetadata property.
|
String |
getGroupName()
Gets the value of the groupName property.
|
String |
getLanguageName()
Gets the value of the languageName property.
|
String |
getName()
Gets the value of the name property.
|
long |
getPackageId()
Gets the value of the packageId property.
|
String |
getPackageTypeName()
Gets the value of the packageTypeName property.
|
long |
getQueryId()
Gets the value of the queryId property.
|
int |
getSeverity()
Gets the value of the severity property.
|
String |
getSource()
Gets the value of the source property.
|
boolean |
isIsExecutable()
Gets the value of the isExecutable property.
|
void |
setCwe(long value)
Sets the value of the cwe property.
|
void |
setEngineMetadata(String value)
Sets the value of the engineMetadata property.
|
void |
setGroupName(String value)
Sets the value of the groupName property.
|
void |
setIsExecutable(boolean value)
Sets the value of the isExecutable property.
|
void |
setLanguageName(String value)
Sets the value of the languageName property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPackageId(long value)
Sets the value of the packageId property.
|
void |
setPackageTypeName(String value)
Sets the value of the packageTypeName property.
|
void |
setQueryId(long value)
Sets the value of the queryId property.
|
void |
setSeverity(int value)
Sets the value of the severity property.
|
void |
setSource(String value)
Sets the value of the source property.
|
protected long queryId
protected String name
protected long packageId
protected long cwe
protected boolean isExecutable
protected int severity
protected String languageName
protected String packageTypeName
protected String groupName
protected String source
protected String engineMetadata
public long getQueryId()
public void setQueryId(long value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic long getPackageId()
public void setPackageId(long value)
public long getCwe()
public void setCwe(long value)
public boolean isIsExecutable()
public void setIsExecutable(boolean value)
public int getSeverity()
public void setSeverity(int value)
public String getLanguageName()
Stringpublic void setLanguageName(String value)
value - allowed object is
Stringpublic String getPackageTypeName()
Stringpublic void setPackageTypeName(String value)
value - allowed object is
Stringpublic String getGroupName()
Stringpublic void setGroupName(String value)
value - allowed object is
Stringpublic String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic String getEngineMetadata()
StringCopyright © 2020. All rights reserved.