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://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractAlertDescriptor">
<sequence>
<element name="AlertCondition" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertConditionDescriptor" maxOccurs="unbounded" minOccurs="0"/>
<element name="AlertSignal" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}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 java.util.List<AlertConditionDescriptor> |
alertCondition |
protected java.util.List<AlertSignalDescriptor> |
alertSignal |
protected java.lang.Long |
maxPhysiologicalParallelAlarms |
protected java.lang.Long |
maxTechnicalParallelAlarms |
protected javax.xml.datatype.Duration |
selfCheckPeriod |
descriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
AlertSystemDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<AlertConditionDescriptor> |
getAlertCondition()
Gets the value of the alertCondition property.
|
java.util.List<AlertSignalDescriptor> |
getAlertSignal()
Gets the value of the alertSignal property.
|
java.lang.Long |
getMaxPhysiologicalParallelAlarms()
Gets the value of the maxPhysiologicalParallelAlarms property.
|
java.lang.Long |
getMaxTechnicalParallelAlarms()
Gets the value of the maxTechnicalParallelAlarms property.
|
javax.xml.datatype.Duration |
getSelfCheckPeriod()
Gets the value of the selfCheckPeriod property.
|
int |
hashCode() |
void |
setAlertCondition(java.util.List<AlertConditionDescriptor> value) |
void |
setAlertSignal(java.util.List<AlertSignalDescriptor> value) |
void |
setMaxPhysiologicalParallelAlarms(java.lang.Long value)
Sets the value of the maxPhysiologicalParallelAlarms property.
|
void |
setMaxTechnicalParallelAlarms(java.lang.Long value)
Sets the value of the maxTechnicalParallelAlarms property.
|
void |
setSelfCheckPeriod(javax.xml.datatype.Duration value)
Sets the value of the selfCheckPeriod property.
|
java.lang.String |
toString() |
getDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected java.util.List<AlertConditionDescriptor> alertCondition
protected java.util.List<AlertSignalDescriptor> alertSignal
protected java.lang.Long maxPhysiologicalParallelAlarms
protected java.lang.Long maxTechnicalParallelAlarms
protected javax.xml.datatype.Duration selfCheckPeriod
public java.util.List<AlertConditionDescriptor> getAlertCondition()
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 alertCondition property.
For example, to add a new item, do as follows:
getAlertCondition().add(newItem);
Objects of the following type(s) are allowed in the list
AlertConditionDescriptor
public java.util.List<AlertSignalDescriptor> getAlertSignal()
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 alertSignal property.
For example, to add a new item, do as follows:
getAlertSignal().add(newItem);
Objects of the following type(s) are allowed in the list
AlertSignalDescriptor
public java.lang.Long getMaxPhysiologicalParallelAlarms()
Longpublic void setMaxPhysiologicalParallelAlarms(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getMaxTechnicalParallelAlarms()
Longpublic void setMaxTechnicalParallelAlarms(java.lang.Long value)
value - allowed object is
Longpublic javax.xml.datatype.Duration getSelfCheckPeriod()
Durationpublic void setSelfCheckPeriod(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic java.lang.String toString()
toString in class AbstractAlertDescriptorpublic boolean equals(java.lang.Object that)
equals in class AbstractAlertDescriptorpublic int hashCode()
hashCode in class AbstractAlertDescriptorpublic void setAlertCondition(java.util.List<AlertConditionDescriptor> value)
public void setAlertSignal(java.util.List<AlertSignalDescriptor> value)