public class ProfilePolicyOptionMetadata extends DynamicData
Java class for ProfilePolicyOptionMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfilePolicyOptionMetadata">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="id" type="{urn:vim25}ExtendedElementDescription"/>
<element name="parameter" type="{urn:vim25}ProfileParameterMetadata" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtendedElementDescription |
id |
protected List<ProfileParameterMetadata> |
parameter |
| Constructor and Description |
|---|
ProfilePolicyOptionMetadata() |
| Modifier and Type | Method and Description |
|---|---|
ExtendedElementDescription |
getId()
Gets the value of the id property.
|
List<ProfileParameterMetadata> |
getParameter()
Gets the value of the parameter property.
|
void |
setId(ExtendedElementDescription value)
Sets the value of the id property.
|
protected ExtendedElementDescription id
protected List<ProfileParameterMetadata> parameter
public ExtendedElementDescription getId()
ExtendedElementDescriptionpublic void setId(ExtendedElementDescription value)
value - allowed object is
ExtendedElementDescriptionpublic List<ProfileParameterMetadata> 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
ProfileParameterMetadata
Copyright © 2018. All rights reserved.