public class CreateScanReportResponse 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="CreateScanReportResult" type="{http://Checkmarx.com}CxWSCreateReportResponse" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSCreateReportResponse |
createScanReportResult |
| Constructor and Description |
|---|
CreateScanReportResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSCreateReportResponse |
getCreateScanReportResult()
Gets the value of the createScanReportResult property.
|
void |
setCreateScanReportResult(CxWSCreateReportResponse value)
Sets the value of the createScanReportResult property.
|
protected CxWSCreateReportResponse createScanReportResult
public CxWSCreateReportResponse getCreateScanReportResult()
CxWSCreateReportResponsepublic void setCreateScanReportResult(CxWSCreateReportResponse value)
value - allowed object is
CxWSCreateReportResponseCopyright © 2020. All rights reserved.