public class CxWSResponsProjectChartData extends CxWSBasicRepsonse
Java class for CxWSResponsProjectChartData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponsProjectChartData">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="ScansRiskLevelList" type="{http://Checkmarx.com}ArrayOfProjectScansRiskLevel" minOccurs="0"/>
<element name="ScanResultSummaryList" type="{http://Checkmarx.com}ArrayOfProjectScansResultSummary" minOccurs="0"/>
<element name="LastStatisticsCalcDate" type="{http://Checkmarx.com}CxDateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxDateTime |
lastStatisticsCalcDate |
protected ArrayOfProjectScansResultSummary |
scanResultSummaryList |
protected ArrayOfProjectScansRiskLevel |
scansRiskLevelList |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponsProjectChartData() |
| Modifier and Type | Method and Description |
|---|---|
CxDateTime |
getLastStatisticsCalcDate()
Gets the value of the lastStatisticsCalcDate property.
|
ArrayOfProjectScansResultSummary |
getScanResultSummaryList()
Gets the value of the scanResultSummaryList property.
|
ArrayOfProjectScansRiskLevel |
getScansRiskLevelList()
Gets the value of the scansRiskLevelList property.
|
void |
setLastStatisticsCalcDate(CxDateTime value)
Sets the value of the lastStatisticsCalcDate property.
|
void |
setScanResultSummaryList(ArrayOfProjectScansResultSummary value)
Sets the value of the scanResultSummaryList property.
|
void |
setScansRiskLevelList(ArrayOfProjectScansRiskLevel value)
Sets the value of the scansRiskLevelList property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected ArrayOfProjectScansRiskLevel scansRiskLevelList
protected ArrayOfProjectScansResultSummary scanResultSummaryList
protected CxDateTime lastStatisticsCalcDate
public ArrayOfProjectScansRiskLevel getScansRiskLevelList()
ArrayOfProjectScansRiskLevelpublic void setScansRiskLevelList(ArrayOfProjectScansRiskLevel value)
value - allowed object is
ArrayOfProjectScansRiskLevelpublic ArrayOfProjectScansResultSummary getScanResultSummaryList()
ArrayOfProjectScansResultSummarypublic void setScanResultSummaryList(ArrayOfProjectScansResultSummary value)
value - allowed object is
ArrayOfProjectScansResultSummarypublic CxDateTime getLastStatisticsCalcDate()
CxDateTimepublic void setLastStatisticsCalcDate(CxDateTime value)
value - allowed object is
CxDateTimeCopyright © 2020. All rights reserved.