public class CreateTaskAction extends Action
Java class for CreateTaskAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateTaskAction">
<complexContent>
<extension base="{urn:vim25}Action">
<sequence>
<element name="taskTypeId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="cancelable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
cancelable |
protected String |
taskTypeId |
| Constructor and Description |
|---|
CreateTaskAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTaskTypeId()
Gets the value of the taskTypeId property.
|
boolean |
isCancelable()
Gets the value of the cancelable property.
|
void |
setCancelable(boolean value)
Sets the value of the cancelable property.
|
void |
setTaskTypeId(String value)
Sets the value of the taskTypeId property.
|
protected String taskTypeId
protected boolean cancelable
public String getTaskTypeId()
Stringpublic void setTaskTypeId(String value)
value - allowed object is
Stringpublic boolean isCancelable()
public void setCancelable(boolean value)
Copyright © 2018. All rights reserved.