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://p11073-10207/draft6/pm/2016/12/08}AbstractAlertDescriptor">
<sequence>
<element name="AlertCondition" type="{http://p11073-10207/draft6/pm/2016/12/08}AlertConditionDescriptor" maxOccurs="unbounded" minOccurs="0"/>
<element name="AlertSignal" type="{http://p11073-10207/draft6/pm/2016/12/08}AlertSignalDescriptor" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="MaxPhysiologicalParallelAlarms" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="MaxTechnicalParallelAlarms" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<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 Long |
maxPhysiologicalParallelAlarms |
protected Long |
maxTechnicalParallelAlarms |
protected Duration |
selfCheckPeriod |
descriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
AlertSystemDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<AlertConditionDescriptor> |
getAlertConditions()
Description of all ALERT CONDITIONs that can be detected by the surrounding ALERT SYSTEM.Gets the value of the alertConditions property.
|
List<AlertSignalDescriptor> |
getAlertSignals()
Description of all ALERT SIGNALs that MAY be generated by the surrounding ALERT SYSTEM as a consequence of a detected ALERT CONDITIONs.Gets the value of the alertSignals property.
|
Long |
getMaxPhysiologicalParallelAlarms()
Gets the value of the maxPhysiologicalParallelAlarms property.
|
Long |
getMaxTechnicalParallelAlarms()
Gets the value of the maxTechnicalParallelAlarms property.
|
Duration |
getSelfCheckPeriod()
Gets the value of the selfCheckPeriod property.
|
int |
hashCode() |
void |
setAlertConditions(List<AlertConditionDescriptor> value) |
void |
setAlertSignals(List<AlertSignalDescriptor> value) |
void |
setMaxPhysiologicalParallelAlarms(Long value)
Sets the value of the maxPhysiologicalParallelAlarms property.
|
void |
setMaxTechnicalParallelAlarms(Long value)
Sets the value of the maxTechnicalParallelAlarms property.
|
void |
setSelfCheckPeriod(Duration value)
Sets the value of the selfCheckPeriod property.
|
String |
toString() |
getDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected List<AlertConditionDescriptor> alertConditions
protected List<AlertSignalDescriptor> alertSignals
protected Long maxPhysiologicalParallelAlarms
protected Long maxTechnicalParallelAlarms
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 Long getMaxPhysiologicalParallelAlarms()
Longpublic void setMaxPhysiologicalParallelAlarms(Long value)
value - allowed object is
Longpublic Long getMaxTechnicalParallelAlarms()
Longpublic void setMaxTechnicalParallelAlarms(Long value)
value - allowed object is
Longpublic Duration getSelfCheckPeriod()
Durationpublic void setSelfCheckPeriod(Duration value)
value - allowed object is
Durationpublic void setAlertConditions(List<AlertConditionDescriptor> value)
public void setAlertSignals(List<AlertSignalDescriptor> value)
public String toString()
toString in class AbstractAlertDescriptorpublic boolean equals(Object that)
equals in class AbstractAlertDescriptorpublic int hashCode()
hashCode in class AbstractAlertDescriptorCopyright © 2018. All rights reserved.