public class GetPostScanActionListResponse 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="GetPostScanActionListResult" type="{http://Checkmarx.com}CxWSResponseSourceActionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponseSourceActionList |
getPostScanActionListResult |
| Constructor and Description |
|---|
GetPostScanActionListResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponseSourceActionList |
getGetPostScanActionListResult()
Gets the value of the getPostScanActionListResult property.
|
void |
setGetPostScanActionListResult(CxWSResponseSourceActionList value)
Sets the value of the getPostScanActionListResult property.
|
protected CxWSResponseSourceActionList getPostScanActionListResult
public CxWSResponseSourceActionList getGetPostScanActionListResult()
CxWSResponseSourceActionListpublic void setGetPostScanActionListResult(CxWSResponseSourceActionList value)
value - allowed object is
CxWSResponseSourceActionListCopyright © 2020. All rights reserved.