public class CxWSResponseSourceID extends CxWSBasicRepsonse
Java class for CxWSResponseSourceID complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseSourceID">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="ProjectID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="SourceID" 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 |
sourceID |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseSourceID() |
| Modifier and Type | Method and Description |
|---|---|
long |
getProjectID()
Gets the value of the projectID property.
|
String |
getSourceID()
Gets the value of the sourceID property.
|
void |
setProjectID(long value)
Sets the value of the projectID property.
|
void |
setSourceID(String value)
Sets the value of the sourceID property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected long projectID
protected String sourceID
public long getProjectID()
public void setProjectID(long value)
public String getSourceID()
StringCopyright © 2020. All rights reserved.