public class CurrentAlertSystem extends AbstractAlertState
Java-Klasse für AlertSystemState complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="AlertSystemState">
<complexContent>
<extension base="{http://domain-model-uri/15/04}AbstractAlertState">
<attribute name="ActivationState" use="required" type="{http://domain-model-uri/15/04}PausableActivation" />
<attribute name="LastSelfCheck" type="{http://domain-model-uri/15/04}Timestamp" />
<attribute name="SelfCheckCount" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="PresentPhysiologicalAlarmConditions" type="{http://domain-model-uri/15/04}AlertConditionReference" />
<attribute name="PresentTechnicalAlarmConditions" type="{http://domain-model-uri/15/04}AlertConditionReference" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
presentPhysiologicalAlarmConditions |
protected java.util.List<java.lang.String> |
presentTechnicalAlarmConditions |
protected java.lang.Long |
selfCheckCnt |
protected PausableActivation |
state |
protected java.math.BigInteger |
timeOfSelfCheck |
descriptorVersion, extension, handle, referencedDescriptor, stateVersion| Constructor and Description |
|---|
CurrentAlertSystem() |
| Modifier and Type | Method and Description |
|---|---|
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 |
getSelfCheckCnt()
Ruft den Wert der selfCheckCnt-Eigenschaft ab.
|
PausableActivation |
getState()
Ruft den Wert der state-Eigenschaft ab.
|
java.math.BigInteger |
getTimeOfSelfCheck()
Ruft den Wert der timeOfSelfCheck-Eigenschaft ab.
|
void |
setSelfCheckCnt(java.lang.Long value)
Legt den Wert der selfCheckCnt-Eigenschaft fest.
|
void |
setState(PausableActivation value)
Legt den Wert der state-Eigenschaft fest.
|
void |
setTimeOfSelfCheck(java.math.BigInteger value)
Legt den Wert der timeOfSelfCheck-Eigenschaft fest.
|
getDescriptorVersion, getExtension, getHandle, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setHandle, setReferencedDescriptor, setStateVersionprotected PausableActivation state
protected java.math.BigInteger timeOfSelfCheck
protected java.lang.Long selfCheckCnt
protected java.util.List<java.lang.String> presentPhysiologicalAlarmConditions
protected java.util.List<java.lang.String> presentTechnicalAlarmConditions
public PausableActivation getState()
PausableActivationpublic void setState(PausableActivation value)
value - allowed object is
PausableActivationpublic java.math.BigInteger getTimeOfSelfCheck()
BigIntegerpublic void setTimeOfSelfCheck(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.Long getSelfCheckCnt()
Longpublic void setSelfCheckCnt(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