public class ProfileCompositeExpression extends ProfileExpression
Java class for ProfileCompositeExpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfileCompositeExpression">
<complexContent>
<extension base="{urn:vim25}ProfileExpression">
<sequence>
<element name="operator" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="expressionName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
expressionName |
protected String |
operator |
displayName, id, negated| Constructor and Description |
|---|
ProfileCompositeExpression() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getExpressionName()
Gets the value of the expressionName property.
|
String |
getOperator()
Gets the value of the operator property.
|
void |
setOperator(String value)
Sets the value of the operator property.
|
getDisplayName, getId, isNegated, setDisplayName, setId, setNegatedprotected String operator
public String getOperator()
Stringpublic void setOperator(String value)
value - allowed object is
Stringpublic List<String> getExpressionName()
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 expressionName property.
For example, to add a new item, do as follows:
getExpressionName().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.