public class GetResultSummaryResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GetResultSummaryResult" type="{http://Checkmarx.com}CXWSResponseResultSummary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CXWSResponseResultSummary |
getResultSummaryResult |
| Constructor and Description |
|---|
GetResultSummaryResponse() |
| Modifier and Type | Method and Description |
|---|---|
CXWSResponseResultSummary |
getGetResultSummaryResult()
Gets the value of the getResultSummaryResult property.
|
void |
setGetResultSummaryResult(CXWSResponseResultSummary value)
Sets the value of the getResultSummaryResult property.
|
protected CXWSResponseResultSummary getResultSummaryResult
public CXWSResponseResultSummary getGetResultSummaryResult()
CXWSResponseResultSummarypublic void setGetResultSummaryResult(CXWSResponseResultSummary value)
value - allowed object is
CXWSResponseResultSummaryCopyright © 2020. All rights reserved.