public class CxWSResponsProjectProperties extends CxWSBasicRepsonse
Java class for CxWSResponsProjectProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponsProjectProperties">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="ProjectConfig" type="{http://Checkmarx.com}CxWSResponseProjectConfig" minOccurs="0"/>
<element name="ProjectChartData" type="{http://Checkmarx.com}CxWSResponsProjectChartData" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponsProjectChartData |
projectChartData |
protected CxWSResponseProjectConfig |
projectConfig |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponsProjectProperties() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponsProjectChartData |
getProjectChartData()
Gets the value of the projectChartData property.
|
CxWSResponseProjectConfig |
getProjectConfig()
Gets the value of the projectConfig property.
|
void |
setProjectChartData(CxWSResponsProjectChartData value)
Sets the value of the projectChartData property.
|
void |
setProjectConfig(CxWSResponseProjectConfig value)
Sets the value of the projectConfig property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected CxWSResponseProjectConfig projectConfig
protected CxWSResponsProjectChartData projectChartData
public CxWSResponseProjectConfig getProjectConfig()
CxWSResponseProjectConfigpublic void setProjectConfig(CxWSResponseProjectConfig value)
value - allowed object is
CxWSResponseProjectConfigpublic CxWSResponsProjectChartData getProjectChartData()
CxWSResponsProjectChartDatapublic void setProjectChartData(CxWSResponsProjectChartData value)
value - allowed object is
CxWSResponsProjectChartDataCopyright © 2020. All rights reserved.