public class GetResultsBySeverityResponse 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="GetResultsBySeverityResult" type="{http://Checkmarx.com}CxWSResponceScanResults" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponceScanResults |
getResultsBySeverityResult |
| Constructor and Description |
|---|
GetResultsBySeverityResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponceScanResults |
getGetResultsBySeverityResult()
Gets the value of the getResultsBySeverityResult property.
|
void |
setGetResultsBySeverityResult(CxWSResponceScanResults value)
Sets the value of the getResultsBySeverityResult property.
|
protected CxWSResponceScanResults getResultsBySeverityResult
public CxWSResponceScanResults getGetResultsBySeverityResult()
CxWSResponceScanResultspublic void setGetResultsBySeverityResult(CxWSResponceScanResults value)
value - allowed object is
CxWSResponceScanResultsCopyright © 2020. All rights reserved.