public class AnswerFileStatusResult extends DynamicData
Java class for AnswerFileStatusResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnswerFileStatusResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="checkedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="host" type="{urn:vim25}ManagedObjectReference"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="error" type="{urn:vim25}AnswerFileStatusError" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
checkedTime |
protected List<AnswerFileStatusError> |
error |
protected ManagedObjectReference |
host |
protected String |
status |
| Constructor and Description |
|---|
AnswerFileStatusResult() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getCheckedTime()
Gets the value of the checkedTime property.
|
List<AnswerFileStatusError> |
getError()
Gets the value of the error property.
|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setCheckedTime(XMLGregorianCalendar value)
Sets the value of the checkedTime property.
|
void |
setHost(ManagedObjectReference value)
Sets the value of the host property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected XMLGregorianCalendar checkedTime
protected ManagedObjectReference host
protected String status
protected List<AnswerFileStatusError> error
public XMLGregorianCalendar getCheckedTime()
XMLGregorianCalendarpublic void setCheckedTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic ManagedObjectReference getHost()
ManagedObjectReferencepublic void setHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic List<AnswerFileStatusError> getError()
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 error property.
For example, to add a new item, do as follows:
getError().add(newItem);
Objects of the following type(s) are allowed in the list
AnswerFileStatusError
Copyright © 2018. All rights reserved.