public class ExtensionTaskTypeInfo extends DynamicData
Java class for ExtensionTaskTypeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtensionTaskTypeInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="taskID" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ExtensionTaskTypeInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTaskID()
Gets the value of the taskID property.
|
void |
setTaskID(String value)
Sets the value of the taskID property.
|
protected String taskID
Copyright © 2018. All rights reserved.