public class CxWSResponseBasicScanData extends CxWSBasicRepsonse
Java class for CxWSResponseBasicScanData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseBasicScanData">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="SourceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ResultId" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment |
protected long |
id |
protected String |
name |
protected long |
resultId |
protected String |
sourceId |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseBasicScanData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Gets the value of the comment property.
|
long |
getID()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
long |
getResultId()
Gets the value of the resultId property.
|
String |
getSourceId()
Gets the value of the sourceId property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setID(long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setResultId(long value)
Sets the value of the resultId property.
|
void |
setSourceId(String value)
Sets the value of the sourceId property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected String name
protected long id
protected String sourceId
protected String comment
protected long resultId
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic long getID()
public void setID(long value)
public String getSourceId()
Stringpublic void setSourceId(String value)
value - allowed object is
Stringpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic long getResultId()
public void setResultId(long value)
Copyright © 2020. All rights reserved.