public class CurrentAlertSystem extends AbstractAlertState
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
presentPhysiologicalAlarmConditions |
protected List<String> |
presentTechnicalAlarmConditions |
protected Long |
selfCheckCnt |
protected PausableActivation |
state |
protected BigInteger |
timeOfSelfCheck |
descriptorVersion, extension, handle, referencedDescriptor, stateVersion| Constructor and Description |
|---|
CurrentAlertSystem() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getPresentPhysiologicalAlarmConditions()
Gets the value of the presentPhysiologicalAlarmConditions property.
|
List<String> |
getPresentTechnicalAlarmConditions()
Gets the value of the presentTechnicalAlarmConditions property.
|
Long |
getSelfCheckCnt()
Number of self checks performed.
|
PausableActivation |
getState()
Gets the value of the state property.
|
BigInteger |
getTimeOfSelfCheck()
Time when the alert system has performed a self check the last time.
|
void |
setPresentPhysiologicalAlarmConditions(List<String> value) |
void |
setPresentTechnicalAlarmConditions(List<String> value) |
void |
setSelfCheckCnt(Long value)
Sets the value of the selfCheckCnt property.
|
void |
setState(PausableActivation value)
Sets the value of the state property.
|
void |
setTimeOfSelfCheck(BigInteger value)
Sets the value of the timeOfSelfCheck property.
|
getDescriptorVersion, getExtension, getHandle, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setHandle, setReferencedDescriptor, setStateVersionprotected PausableActivation state
protected BigInteger timeOfSelfCheck
protected Long selfCheckCnt
public PausableActivation getState()
PausableActivationpublic void setState(PausableActivation value)
value - allowed object is
PausableActivationpublic BigInteger getTimeOfSelfCheck()
BigIntegerpublic void setTimeOfSelfCheck(BigInteger value)
value - allowed object is
BigIntegerpublic Long getSelfCheckCnt()
Longpublic void setSelfCheckCnt(Long value)
value - allowed object is
Longpublic List<String> getPresentPhysiologicalAlarmConditions()
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 presentPhysiologicalAlarmConditions property.
For example, to add a new item, do as follows:
getPresentPhysiologicalAlarmConditions().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getPresentTechnicalAlarmConditions()
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 presentTechnicalAlarmConditions property.
For example, to add a new item, do as follows:
getPresentTechnicalAlarmConditions().add(newItem);
Objects of the following type(s) are allowed in the list
String
public void setPresentPhysiologicalAlarmConditions(List<String> value)
Copyright © 2016. All rights reserved.