public class AlertSystemDescriptor extends AbstractAlertDescriptor
Java class for AlertSystemDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertSystemDescriptor">
<complexContent>
<extension base="{http://domain-model-uri/15/04}AbstractAlertDescriptor">
<sequence>
<element name="AlertCondition" type="{http://domain-model-uri/15/04}AlertConditionDescriptor" maxOccurs="unbounded" minOccurs="0"/>
<element name="AlertSignal" type="{http://domain-model-uri/15/04}AlertSignalDescriptor" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="MaxPhysiologicalAlarmListEntries" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="MaxTechnicalAlarmListEntries" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="SelfCheckPeriod" type="{http://www.w3.org/2001/XMLSchema}duration" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AlertConditionDescriptor> |
alertConditions |
protected List<AlertSignalDescriptor> |
alertSignals |
protected Integer |
maxPhysiologicalAlarmListEntries |
protected Integer |
maxTechnicalAlarmListEntries |
protected Duration |
selfCheckPeriod |
descriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
AlertSystemDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
List<AlertConditionDescriptor> |
getAlertConditions()
Contains the descriptions of all alert conditions that can be detected by this alert system.Gets the value of the alertConditions property.
|
List<AlertSignalDescriptor> |
getAlertSignals()
Contains the descriptions of all alert signals that MAY be generated by this alert system as a consequence of a detected alert condition.Gets the value of the alertSignals property.
|
Integer |
getMaxPhysiologicalAlarmListEntries()
Gets the value of the maxPhysiologicalAlarmListEntries property.
|
Integer |
getMaxTechnicalAlarmListEntries()
Gets the value of the maxTechnicalAlarmListEntries property.
|
Duration |
getSelfCheckPeriod()
Gets the value of the selfCheckPeriod property.
|
void |
setAlertConditions(List<AlertConditionDescriptor> value) |
void |
setAlertSignals(List<AlertSignalDescriptor> value) |
void |
setMaxPhysiologicalAlarmListEntries(Integer value)
Sets the value of the maxPhysiologicalAlarmListEntries property.
|
void |
setMaxTechnicalAlarmListEntries(Integer value)
Sets the value of the maxTechnicalAlarmListEntries property.
|
void |
setSelfCheckPeriod(Duration value)
Sets the value of the selfCheckPeriod property.
|
getDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected List<AlertConditionDescriptor> alertConditions
protected List<AlertSignalDescriptor> alertSignals
protected Integer maxPhysiologicalAlarmListEntries
protected Integer maxTechnicalAlarmListEntries
protected Duration selfCheckPeriod
public List<AlertConditionDescriptor> getAlertConditions()
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 alertConditions property.
For example, to add a new item, do as follows:
getAlertConditions().add(newItem);
Objects of the following type(s) are allowed in the list
AlertConditionDescriptor
public List<AlertSignalDescriptor> getAlertSignals()
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 alertSignals property.
For example, to add a new item, do as follows:
getAlertSignals().add(newItem);
Objects of the following type(s) are allowed in the list
AlertSignalDescriptor
public Integer getMaxPhysiologicalAlarmListEntries()
Integerpublic void setMaxPhysiologicalAlarmListEntries(Integer value)
value - allowed object is
Integerpublic Integer getMaxTechnicalAlarmListEntries()
Integerpublic void setMaxTechnicalAlarmListEntries(Integer value)
value - allowed object is
Integerpublic Duration getSelfCheckPeriod()
Durationpublic void setSelfCheckPeriod(Duration value)
value - allowed object is
Durationpublic void setAlertConditions(List<AlertConditionDescriptor> value)
public void setAlertSignals(List<AlertSignalDescriptor> value)
Copyright © 2016. All rights reserved.