public class AlertSystemDescriptor extends AbstractAlertDescriptor
Java-Klasse für AlertSystemDescriptor complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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 java.util.List<AlertConditionDescriptor> |
alertConditions |
protected java.util.List<AlertSignalDescriptor> |
alertSignals |
protected java.lang.Integer |
maxPhysiologicalAlarmListEntries |
protected java.lang.Integer |
maxTechnicalAlarmListEntries |
protected javax.xml.datatype.Duration |
selfCheckPeriod |
descriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
AlertSystemDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AlertConditionDescriptor> |
getAlertConditions()
Gets the value of the alertConditions property.
|
java.util.List<AlertSignalDescriptor> |
getAlertSignals()
Gets the value of the alertSignals property.
|
java.lang.Integer |
getMaxPhysiologicalAlarmListEntries()
Ruft den Wert der maxPhysiologicalAlarmListEntries-Eigenschaft ab.
|
java.lang.Integer |
getMaxTechnicalAlarmListEntries()
Ruft den Wert der maxTechnicalAlarmListEntries-Eigenschaft ab.
|
javax.xml.datatype.Duration |
getSelfCheckPeriod()
Ruft den Wert der selfCheckPeriod-Eigenschaft ab.
|
void |
setMaxPhysiologicalAlarmListEntries(java.lang.Integer value)
Legt den Wert der maxPhysiologicalAlarmListEntries-Eigenschaft fest.
|
void |
setMaxTechnicalAlarmListEntries(java.lang.Integer value)
Legt den Wert der maxTechnicalAlarmListEntries-Eigenschaft fest.
|
void |
setSelfCheckPeriod(javax.xml.datatype.Duration value)
Legt den Wert der selfCheckPeriod-Eigenschaft fest.
|
getDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected java.util.List<AlertConditionDescriptor> alertConditions
protected java.util.List<AlertSignalDescriptor> alertSignals
protected java.lang.Integer maxPhysiologicalAlarmListEntries
protected java.lang.Integer maxTechnicalAlarmListEntries
protected javax.xml.datatype.Duration selfCheckPeriod
public java.util.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 java.util.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 java.lang.Integer getMaxPhysiologicalAlarmListEntries()
Integerpublic void setMaxPhysiologicalAlarmListEntries(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getMaxTechnicalAlarmListEntries()
Integerpublic void setMaxTechnicalAlarmListEntries(java.lang.Integer value)
value - allowed object is
Integerpublic javax.xml.datatype.Duration getSelfCheckPeriod()
Durationpublic void setSelfCheckPeriod(javax.xml.datatype.Duration value)
value - allowed object is
Duration