public class CxWSResponseShortQueryDescription extends CxWSBasicRepsonse
Java class for CxWSResponseShortQueryDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseShortQueryDescription">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="QueryId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="CweId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="QueryDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
cweId |
protected String |
queryDescription |
protected long |
queryId |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseShortQueryDescription() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCweId()
Gets the value of the cweId property.
|
String |
getQueryDescription()
Gets the value of the queryDescription property.
|
long |
getQueryId()
Gets the value of the queryId property.
|
void |
setCweId(long value)
Sets the value of the cweId property.
|
void |
setQueryDescription(String value)
Sets the value of the queryDescription property.
|
void |
setQueryId(long value)
Sets the value of the queryId property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected long queryId
protected long cweId
protected String queryDescription
public long getQueryId()
public void setQueryId(long value)
public long getCweId()
public void setCweId(long value)
public String getQueryDescription()
StringCopyright © 2020. All rights reserved.