public class AlarmTriggeringAction extends AlarmAction
Java class for AlarmTriggeringAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlarmTriggeringAction">
<complexContent>
<extension base="{urn:vim25}AlarmAction">
<sequence>
<element name="action" type="{urn:vim25}Action"/>
<element name="transitionSpecs" type="{urn:vim25}AlarmTriggeringActionTransitionSpec" maxOccurs="unbounded" minOccurs="0"/>
<element name="green2yellow" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="yellow2red" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="red2yellow" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="yellow2green" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Action |
action |
protected boolean |
green2Yellow |
protected boolean |
red2Yellow |
protected List<AlarmTriggeringActionTransitionSpec> |
transitionSpecs |
protected boolean |
yellow2Green |
protected boolean |
yellow2Red |
| Constructor and Description |
|---|
AlarmTriggeringAction() |
| Modifier and Type | Method and Description |
|---|---|
Action |
getAction()
Gets the value of the action property.
|
List<AlarmTriggeringActionTransitionSpec> |
getTransitionSpecs()
Gets the value of the transitionSpecs property.
|
boolean |
isGreen2Yellow()
Gets the value of the green2Yellow property.
|
boolean |
isRed2Yellow()
Gets the value of the red2Yellow property.
|
boolean |
isYellow2Green()
Gets the value of the yellow2Green property.
|
boolean |
isYellow2Red()
Gets the value of the yellow2Red property.
|
void |
setAction(Action value)
Sets the value of the action property.
|
void |
setGreen2Yellow(boolean value)
Sets the value of the green2Yellow property.
|
void |
setRed2Yellow(boolean value)
Sets the value of the red2Yellow property.
|
void |
setYellow2Green(boolean value)
Sets the value of the yellow2Green property.
|
void |
setYellow2Red(boolean value)
Sets the value of the yellow2Red property.
|
protected Action action
protected List<AlarmTriggeringActionTransitionSpec> transitionSpecs
protected boolean green2Yellow
protected boolean yellow2Red
protected boolean red2Yellow
protected boolean yellow2Green
public Action getAction()
Actionpublic void setAction(Action value)
value - allowed object is
Actionpublic List<AlarmTriggeringActionTransitionSpec> getTransitionSpecs()
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 transitionSpecs property.
For example, to add a new item, do as follows:
getTransitionSpecs().add(newItem);
Objects of the following type(s) are allowed in the list
AlarmTriggeringActionTransitionSpec
public boolean isGreen2Yellow()
public void setGreen2Yellow(boolean value)
public boolean isYellow2Red()
public void setYellow2Red(boolean value)
public boolean isRed2Yellow()
public void setRed2Yellow(boolean value)
public boolean isYellow2Green()
public void setYellow2Green(boolean value)
Copyright © 2018. All rights reserved.