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/draft10/pm/2017/10/05}AbstractAlertDescriptor">
<sequence>
<element name="AlertCondition" type="{http://p11073-10207/draft10/pm/2017/10/05}AlertConditionDescriptor" maxOccurs="unbounded" minOccurs="0"/>
<element name="AlertSignal" type="{http://p11073-10207/draft10/pm/2017/10/05}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> |
alertCondition |
protected List<AlertSignalDescriptor> |
alertSignal |
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> |
getAlertCondition()
Gets the value of the alertCondition property.
|
List<AlertSignalDescriptor> |
getAlertSignal()
Gets the value of the alertSignal 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 |
setAlertCondition(List<AlertConditionDescriptor> value) |
void |
setAlertSignal(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> alertCondition
protected List<AlertSignalDescriptor> alertSignal
protected Long maxPhysiologicalParallelAlarms
protected Long maxTechnicalParallelAlarms
protected Duration selfCheckPeriod
public 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 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 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 setAlertCondition(List<AlertConditionDescriptor> value)
public void setAlertSignal(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.