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