public class GetPredefinedCommandsResponse 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="GetPredefinedCommandsResult" type="{http://Checkmarx.com}CxWSResponsePredefinedCommands" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSResponsePredefinedCommands |
getPredefinedCommandsResult |
| Constructor and Description |
|---|
GetPredefinedCommandsResponse() |
| Modifier and Type | Method and Description |
|---|---|
CxWSResponsePredefinedCommands |
getGetPredefinedCommandsResult()
Gets the value of the getPredefinedCommandsResult property.
|
void |
setGetPredefinedCommandsResult(CxWSResponsePredefinedCommands value)
Sets the value of the getPredefinedCommandsResult property.
|
protected CxWSResponsePredefinedCommands getPredefinedCommandsResult
public CxWSResponsePredefinedCommands getGetPredefinedCommandsResult()
CxWSResponsePredefinedCommandspublic void setGetPredefinedCommandsResult(CxWSResponsePredefinedCommands value)
value - allowed object is
CxWSResponsePredefinedCommandsCopyright © 2020. All rights reserved.