public class CxPredefinedCommand extends Object
Java class for CxPredefinedCommand complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxPredefinedCommand">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Command" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CommandType" type="{http://Checkmarx.com}CxPredefinedCommandType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
command |
protected CxPredefinedCommandType |
commandType |
protected String |
name |
| Constructor and Description |
|---|
CxPredefinedCommand() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand()
Gets the value of the command property.
|
CxPredefinedCommandType |
getCommandType()
Gets the value of the commandType property.
|
String |
getName()
Gets the value of the name property.
|
void |
setCommand(String value)
Sets the value of the command property.
|
void |
setCommandType(CxPredefinedCommandType value)
Sets the value of the commandType property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected String command
protected CxPredefinedCommandType commandType
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getCommand()
Stringpublic void setCommand(String value)
value - allowed object is
Stringpublic CxPredefinedCommandType getCommandType()
CxPredefinedCommandTypepublic void setCommandType(CxPredefinedCommandType value)
value - allowed object is
CxPredefinedCommandTypeCopyright © 2020. All rights reserved.