public class TaskDescription extends DynamicData
Java class for TaskDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TaskDescription">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="methodInfo" type="{urn:vim25}ElementDescription" maxOccurs="unbounded"/>
<element name="state" type="{urn:vim25}ElementDescription" maxOccurs="unbounded"/>
<element name="reason" type="{urn:vim25}TypeDescription" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ElementDescription> |
methodInfo |
protected List<TypeDescription> |
reason |
protected List<ElementDescription> |
state |
| Constructor and Description |
|---|
TaskDescription() |
| Modifier and Type | Method and Description |
|---|---|
List<ElementDescription> |
getMethodInfo()
Gets the value of the methodInfo property.
|
List<TypeDescription> |
getReason()
Gets the value of the reason property.
|
List<ElementDescription> |
getState()
Gets the value of the state property.
|
protected List<ElementDescription> methodInfo
protected List<ElementDescription> state
protected List<TypeDescription> reason
public List<ElementDescription> getMethodInfo()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the methodInfo property.
For example, to add a new item, do as follows:
getMethodInfo().add(newItem);
Objects of the following type(s) are allowed in the list
ElementDescription
public List<ElementDescription> getState()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the state property.
For example, to add a new item, do as follows:
getState().add(newItem);
Objects of the following type(s) are allowed in the list
ElementDescription
public List<TypeDescription> getReason()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the reason property.
For example, to add a new item, do as follows:
getReason().add(newItem);
Objects of the following type(s) are allowed in the list
TypeDescription
Copyright © 2018. All rights reserved.