public class AnswerFileOptionsCreateSpec extends AnswerFileCreateSpec
Java class for AnswerFileOptionsCreateSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnswerFileOptionsCreateSpec">
<complexContent>
<extension base="{urn:vim25}AnswerFileCreateSpec">
<sequence>
<element name="userInput" type="{urn:vim25}ProfileDeferredPolicyOptionParameter" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ProfileDeferredPolicyOptionParameter> |
userInput |
validating| Constructor and Description |
|---|
AnswerFileOptionsCreateSpec() |
| Modifier and Type | Method and Description |
|---|---|
List<ProfileDeferredPolicyOptionParameter> |
getUserInput()
Gets the value of the userInput property.
|
isValidating, setValidatingprotected List<ProfileDeferredPolicyOptionParameter> userInput
public List<ProfileDeferredPolicyOptionParameter> getUserInput()
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 userInput property.
For example, to add a new item, do as follows:
getUserInput().add(newItem);
Objects of the following type(s) are allowed in the list
ProfileDeferredPolicyOptionParameter
Copyright © 2018. All rights reserved.