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