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