public class GetScanReportStatusResponse 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="GetScanReportStatusResult" type="{http://Checkmarx.com}CxWSReportStatusResponse" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSReportStatusResponse |
getScanReportStatusResult |
| Constructor and Description |
|---|
GetScanReportStatusResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSReportStatusResponse |
getGetScanReportStatusResult()
Gets the value of the getScanReportStatusResult property.
|
void |
setGetScanReportStatusResult(CxWSReportStatusResponse value)
Sets the value of the getScanReportStatusResult property.
|
protected CxWSReportStatusResponse getScanReportStatusResult
public CxWSReportStatusResponse getGetScanReportStatusResult()
CxWSReportStatusResponsepublic void setGetScanReportStatusResult(CxWSReportStatusResponse value)
value - allowed object is
CxWSReportStatusResponseCopyright © 2020. All rights reserved.