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