public class ProfileSimpleExpression extends ProfileExpression
Java class for ProfileSimpleExpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileSimpleExpression">
<complexContent>
<extension base="{urn:vim25}ProfileExpression">
<sequence>
<element name="expressionType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="parameter" type="{urn:vim25}KeyAnyValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
expressionType |
protected List<KeyAnyValue> |
parameter |
displayName, id, negated| Constructor and Description |
|---|
ProfileSimpleExpression() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpressionType()
Gets the value of the expressionType property.
|
List<KeyAnyValue> |
getParameter()
Gets the value of the parameter property.
|
void |
setExpressionType(String value)
Sets the value of the expressionType property.
|
getDisplayName, getId, isNegated, setDisplayName, setId, setNegatedprotected String expressionType
protected List<KeyAnyValue> parameter
public String getExpressionType()
Stringpublic void setExpressionType(String value)
value - allowed object is
Stringpublic 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.