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