public class HostPatchManagerResult extends DynamicData
Java class for HostPatchManagerResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostPatchManagerResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="status" type="{urn:vim25}HostPatchManagerStatus" maxOccurs="unbounded" minOccurs="0"/>
<element name="xmlResult" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<HostPatchManagerStatus> |
status |
protected String |
version |
protected String |
xmlResult |
| Constructor and Description |
|---|
HostPatchManagerResult() |
| Modifier and Type | Method and Description |
|---|---|
List<HostPatchManagerStatus> |
getStatus()
Gets the value of the status property.
|
String |
getVersion()
Gets the value of the version property.
|
String |
getXmlResult()
Gets the value of the xmlResult property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
void |
setXmlResult(String value)
Sets the value of the xmlResult property.
|
protected String version
protected List<HostPatchManagerStatus> status
protected String xmlResult
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic List<HostPatchManagerStatus> getStatus()
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 status property.
For example, to add a new item, do as follows:
getStatus().add(newItem);
Objects of the following type(s) are allowed in the list
HostPatchManagerStatus
public String getXmlResult()
StringCopyright © 2018. All rights reserved.