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