public class CxWSReportRequest extends Object
Java class for CxWSReportRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSReportRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Type" type="{http://Checkmarx.com}CxWSReportType"/>
<element name="ScanID" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
scanID |
protected CxWSReportType |
type |
| Constructor and Description |
|---|
CxWSReportRequest() |
| Modifier and Type | Method and Description |
|---|---|
long |
getScanID()
Gets the value of the scanID property.
|
CxWSReportType |
getType()
Gets the value of the type property.
|
void |
setScanID(long value)
Sets the value of the scanID property.
|
void |
setType(CxWSReportType value)
Sets the value of the type property.
|
protected CxWSReportType type
protected long scanID
public CxWSReportType getType()
CxWSReportTypepublic void setType(CxWSReportType value)
value - allowed object is
CxWSReportTypepublic long getScanID()
public void setScanID(long value)
Copyright © 2020. All rights reserved.