public class PatchMissingDependencies extends PatchNotApplicable
Java class for PatchMissingDependencies complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PatchMissingDependencies">
<complexContent>
<extension base="{urn:vim25}PatchNotApplicable">
<sequence>
<element name="prerequisitePatch" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="prerequisiteLib" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
prerequisiteLib |
protected List<String> |
prerequisitePatch |
patchIDfaultCause, faultMessage| Constructor and Description |
|---|
PatchMissingDependencies() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getPrerequisiteLib()
Gets the value of the prerequisiteLib property.
|
List<String> |
getPrerequisitePatch()
Gets the value of the prerequisitePatch property.
|
getPatchID, setPatchIDgetFaultCause, getFaultMessage, setFaultCausepublic List<String> getPrerequisitePatch()
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 prerequisitePatch property.
For example, to add a new item, do as follows:
getPrerequisitePatch().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getPrerequisiteLib()
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 prerequisiteLib property.
For example, to add a new item, do as follows:
getPrerequisiteLib().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.