public class ProfileExpressionMetadata extends DynamicData
Java class for ProfileExpressionMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileExpressionMetadata">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="expressionId" 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 |
expressionId |
protected List<ProfileParameterMetadata> |
parameter |
| Constructor and Description |
|---|
ProfileExpressionMetadata() |
| Modifier and Type | Method and Description |
|---|---|
ExtendedElementDescription |
getExpressionId()
Gets the value of the expressionId property.
|
List<ProfileParameterMetadata> |
getParameter()
Gets the value of the parameter property.
|
void |
setExpressionId(ExtendedElementDescription value)
Sets the value of the expressionId property.
|
protected ExtendedElementDescription expressionId
protected List<ProfileParameterMetadata> parameter
public ExtendedElementDescription getExpressionId()
ExtendedElementDescriptionpublic void setExpressionId(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.