public class CurrentAlertSystem extends AbstractAlertState
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
presentPhysiologicalAlarmConditions |
protected List<String> |
presentTechnicalAlarmConditions |
protected Long |
selfCheckCnt |
protected BigInteger |
timeOfSelfCheck |
statedescriptorVersion, extension, referencedDescriptor, stateVersion| Constructor and Description |
|---|
CurrentAlertSystem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
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.
|
BigInteger |
getTimeOfSelfCheck()
Timepoint when the ALERT SYSTEM has performed a self check the last time.
|
int |
hashCode() |
void |
setPresentPhysiologicalAlarmConditions(List<String> value) |
void |
setPresentTechnicalAlarmConditions(List<String> value) |
void |
setSelfCheckCnt(Long value)
Sets the value of the selfCheckCnt property.
|
void |
setTimeOfSelfCheck(BigInteger value)
Sets the value of the timeOfSelfCheck property.
|
String |
toString() |
getState, setStategetDescriptorVersion, getExtension, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setReferencedDescriptor, setStateVersionprotected BigInteger timeOfSelfCheck
protected Long selfCheckCnt
public 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)
public void setPresentTechnicalAlarmConditions(List<String> value)
public String toString()
toString in class AbstractAlertStatepublic boolean equals(Object that)
equals in class AbstractAlertStatepublic int hashCode()
hashCode in class AbstractAlertStateCopyright © 2017. All rights reserved.