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