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