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