public class CxWSResponseBasicProjectData extends Object
Java class for CxWSResponseBasicProjectData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseBasicProjectData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<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="scans" type="{http://Checkmarx.com}ArrayOfCxWSResponseBasicScanData" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
id |
protected String |
name |
protected ArrayOfCxWSResponseBasicScanData |
scans |
| Constructor and Description |
|---|
CxWSResponseBasicProjectData() |
| Modifier and Type | Method and Description |
|---|---|
long |
getID()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
ArrayOfCxWSResponseBasicScanData |
getScans()
Gets the value of the scans property.
|
void |
setID(long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setScans(ArrayOfCxWSResponseBasicScanData value)
Sets the value of the scans property.
|
protected String name
protected long id
protected ArrayOfCxWSResponseBasicScanData scans
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic long getID()
public void setID(long value)
public ArrayOfCxWSResponseBasicScanData getScans()
ArrayOfCxWSResponseBasicScanDatapublic void setScans(ArrayOfCxWSResponseBasicScanData value)
value - allowed object is
ArrayOfCxWSResponseBasicScanDataCopyright © 2020. All rights reserved.