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