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://p11073-10207/draft10/pm/2017/10/05}AbstractAlertState">
<sequence>
<element name="SystemSignalActivation" type="{http://p11073-10207/draft10/pm/2017/10/05}SystemSignalActivation" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="LastSelfCheck" type="{http://p11073-10207/draft10/pm/2017/10/05}Timestamp" />
<attribute name="SelfCheckCount" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="PresentPhysiologicalAlarmConditions" type="{http://p11073-10207/draft10/pm/2017/10/05}AlertConditionReference" />
<attribute name="PresentTechnicalAlarmConditions" type="{http://p11073-10207/draft10/pm/2017/10/05}AlertConditionReference" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
lastSelfCheck |
protected List<String> |
presentPhysiologicalAlarmConditions |
protected List<String> |
presentTechnicalAlarmConditions |
protected Long |
selfCheckCount |
protected List<SystemSignalActivation> |
systemSignalActivation |
activationStatedescriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
AlertSystemState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
BigInteger |
getLastSelfCheck()
Gets the value of the lastSelfCheck property.
|
List<String> |
getPresentPhysiologicalAlarmConditions()
Gets the value of the presentPhysiologicalAlarmConditions property.
|
List<String> |
getPresentTechnicalAlarmConditions()
Gets the value of the presentTechnicalAlarmConditions property.
|
Long |
getSelfCheckCount()
Gets the value of the selfCheckCount property.
|
List<SystemSignalActivation> |
getSystemSignalActivation()
Gets the value of the systemSignalActivation property.
|
int |
hashCode() |
void |
setLastSelfCheck(BigInteger value)
Sets the value of the lastSelfCheck property.
|
void |
setPresentPhysiologicalAlarmConditions(List<String> value) |
void |
setPresentTechnicalAlarmConditions(List<String> value) |
void |
setSelfCheckCount(Long value)
Sets the value of the selfCheckCount property.
|
void |
setSystemSignalActivation(List<SystemSignalActivation> value) |
String |
toString() |
getActivationState, setActivationStategetDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected List<SystemSignalActivation> systemSignalActivation
protected BigInteger lastSelfCheck
protected Long selfCheckCount
public 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 BigInteger getLastSelfCheck()
BigIntegerpublic void setLastSelfCheck(BigInteger value)
value - allowed object is
BigIntegerpublic Long getSelfCheckCount()
Longpublic void setSelfCheckCount(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 setSystemSignalActivation(List<SystemSignalActivation> value)
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.