public class CxWSResponsePredefinedCommands extends CxWSBasicRepsonse
Java class for CxWSResponsePredefinedCommands complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponsePredefinedCommands">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="commands" type="{http://Checkmarx.com}ArrayOfCxPredefinedCommand" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCxPredefinedCommand |
commands |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponsePredefinedCommands() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCxPredefinedCommand |
getCommands()
Gets the value of the commands property.
|
void |
setCommands(ArrayOfCxPredefinedCommand value)
Sets the value of the commands property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected ArrayOfCxPredefinedCommand commands
public ArrayOfCxPredefinedCommand getCommands()
ArrayOfCxPredefinedCommandpublic void setCommands(ArrayOfCxPredefinedCommand value)
value - allowed object is
ArrayOfCxPredefinedCommandCopyright © 2020. All rights reserved.