public class AlertSystemState extends AbstractAlertState
Java class for AlertSystemState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertSystemState">
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractAlertState">
<sequence>
<element name="SystemSignalActivation" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}SystemSignalActivation" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="LastSelfCheck" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Timestamp" />
<attribute name="SelfCheckCount" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="PresentPhysiologicalAlarmConditions" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertConditionReference" />
<attribute name="PresentTechnicalAlarmConditions" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertConditionReference" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
lastSelfCheck |
protected java.util.List<java.lang.String> |
presentPhysiologicalAlarmConditions |
protected java.util.List<java.lang.String> |
presentTechnicalAlarmConditions |
protected java.lang.Long |
selfCheckCount |
protected java.util.List<SystemSignalActivation> |
systemSignalActivation |
activationStatedescriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
AlertSystemState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.math.BigInteger |
getLastSelfCheck()
Gets the value of the lastSelfCheck property.
|
java.util.List<java.lang.String> |
getPresentPhysiologicalAlarmConditions()
Gets the value of the presentPhysiologicalAlarmConditions property.
|
java.util.List<java.lang.String> |
getPresentTechnicalAlarmConditions()
Gets the value of the presentTechnicalAlarmConditions property.
|
java.lang.Long |
getSelfCheckCount()
Gets the value of the selfCheckCount property.
|
java.util.List<SystemSignalActivation> |
getSystemSignalActivation()
Gets the value of the systemSignalActivation property.
|
int |
hashCode() |
void |
setLastSelfCheck(java.math.BigInteger value)
Sets the value of the lastSelfCheck property.
|
void |
setPresentPhysiologicalAlarmConditions(java.util.List<java.lang.String> value) |
void |
setPresentTechnicalAlarmConditions(java.util.List<java.lang.String> value) |
void |
setSelfCheckCount(java.lang.Long value)
Sets the value of the selfCheckCount property.
|
void |
setSystemSignalActivation(java.util.List<SystemSignalActivation> value) |
java.lang.String |
toString() |
getActivationState, setActivationStategetDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected java.util.List<SystemSignalActivation> systemSignalActivation
protected java.math.BigInteger lastSelfCheck
protected java.lang.Long selfCheckCount
protected java.util.List<java.lang.String> presentPhysiologicalAlarmConditions
protected java.util.List<java.lang.String> presentTechnicalAlarmConditions
public java.util.List<SystemSignalActivation> getSystemSignalActivation()
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 systemSignalActivation property.
For example, to add a new item, do as follows:
getSystemSignalActivation().add(newItem);
Objects of the following type(s) are allowed in the list
SystemSignalActivation
public java.math.BigInteger getLastSelfCheck()
BigIntegerpublic void setLastSelfCheck(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.Long getSelfCheckCount()
Longpublic void setSelfCheckCount(java.lang.Long value)
value - allowed object is
Longpublic java.util.List<java.lang.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 java.util.List<java.lang.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 java.lang.String toString()
toString in class AbstractAlertStatepublic boolean equals(java.lang.Object that)
equals in class AbstractAlertStatepublic int hashCode()
hashCode in class AbstractAlertStatepublic void setSystemSignalActivation(java.util.List<SystemSignalActivation> value)
public void setPresentPhysiologicalAlarmConditions(java.util.List<java.lang.String> value)
public void setPresentTechnicalAlarmConditions(java.util.List<java.lang.String> value)