public class ExecuteTasks extends Object implements Serializable
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="authorizationcode" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="working_dir" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="command" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="waitforexit" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
authorizationcode |
protected String |
command |
protected String |
id |
protected boolean |
waitforexit |
protected String |
workingDir |
Constructor and Description |
---|
ExecuteTasks() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthorizationcode()
Gets the value of the authorizationcode property.
|
String |
getCommand()
Gets the value of the command property.
|
String |
getId()
Gets the value of the id property.
|
String |
getWorkingDir()
Gets the value of the workingDir property.
|
boolean |
isSetAuthorizationcode() |
boolean |
isSetCommand() |
boolean |
isSetId() |
boolean |
isSetWaitforexit() |
boolean |
isSetWorkingDir() |
boolean |
isWaitforexit()
Gets the value of the waitforexit property.
|
void |
setAuthorizationcode(String value)
Sets the value of the authorizationcode property.
|
void |
setCommand(String value)
Sets the value of the command property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setWaitforexit(boolean value)
Sets the value of the waitforexit property.
|
void |
setWorkingDir(String value)
Sets the value of the workingDir property.
|
protected String authorizationcode
protected String id
protected String workingDir
protected String command
protected boolean waitforexit
public String getAuthorizationcode()
String
public void setAuthorizationcode(String value)
value
- allowed object is
String
public boolean isSetAuthorizationcode()
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
public String getWorkingDir()
String
public void setWorkingDir(String value)
value
- allowed object is
String
public boolean isSetWorkingDir()
public String getCommand()
String
public void setCommand(String value)
value
- allowed object is
String
public boolean isSetCommand()
public boolean isWaitforexit()
public void setWaitforexit(boolean value)
public boolean isSetWaitforexit()
Copyright © 2008–2017 MIL-OSS. All rights reserved.