public class CXWSResponseResultSummary extends CxWSBasicRepsonse
Java class for CXWSResponseResultSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CXWSResponseResultSummary">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="SummaryList" type="{http://Checkmarx.com}ArrayOfCxWSResultSummary" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCxWSResultSummary |
summaryList |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CXWSResponseResultSummary() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCxWSResultSummary |
getSummaryList()
Gets the value of the summaryList property.
|
void |
setSummaryList(ArrayOfCxWSResultSummary value)
Sets the value of the summaryList property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected ArrayOfCxWSResultSummary summaryList
public ArrayOfCxWSResultSummary getSummaryList()
ArrayOfCxWSResultSummarypublic void setSummaryList(ArrayOfCxWSResultSummary value)
value - allowed object is
ArrayOfCxWSResultSummaryCopyright © 2020. All rights reserved.