public class CreateTaskRequestType extends Object
Java class for CreateTaskRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateTaskRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="obj" type="{urn:vim25}ManagedObjectReference"/>
<element name="taskTypeId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="initiatedBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cancelable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="parentTaskKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="activationId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
activationId |
protected boolean |
cancelable |
protected String |
initiatedBy |
protected ManagedObjectReference |
obj |
protected String |
parentTaskKey |
protected String |
taskTypeId |
| Constructor and Description |
|---|
CreateTaskRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationId()
Gets the value of the activationId property.
|
String |
getInitiatedBy()
Gets the value of the initiatedBy property.
|
ManagedObjectReference |
getObj()
Gets the value of the obj property.
|
String |
getParentTaskKey()
Gets the value of the parentTaskKey property.
|
String |
getTaskTypeId()
Gets the value of the taskTypeId property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
boolean |
isCancelable()
Gets the value of the cancelable property.
|
void |
setActivationId(String value)
Sets the value of the activationId property.
|
void |
setCancelable(boolean value)
Sets the value of the cancelable property.
|
void |
setInitiatedBy(String value)
Sets the value of the initiatedBy property.
|
void |
setObj(ManagedObjectReference value)
Sets the value of the obj property.
|
void |
setParentTaskKey(String value)
Sets the value of the parentTaskKey property.
|
void |
setTaskTypeId(String value)
Sets the value of the taskTypeId property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected ManagedObjectReference obj
protected String taskTypeId
protected String initiatedBy
protected boolean cancelable
protected String parentTaskKey
protected String activationId
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getObj()
ManagedObjectReferencepublic void setObj(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getTaskTypeId()
Stringpublic void setTaskTypeId(String value)
value - allowed object is
Stringpublic String getInitiatedBy()
Stringpublic void setInitiatedBy(String value)
value - allowed object is
Stringpublic boolean isCancelable()
public void setCancelable(boolean value)
public String getParentTaskKey()
Stringpublic void setParentTaskKey(String value)
value - allowed object is
Stringpublic String getActivationId()
StringCopyright © 2018. All rights reserved.