Class AlertSystemDescriptor
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.AbstractDescriptor
-
- org.somda.sdc.biceps.model.participant.AbstractAlertDescriptor
-
- org.somda.sdc.biceps.model.participant.AlertSystemDescriptor
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
public class AlertSystemDescriptor extends AbstractAlertDescriptor implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
AlertSystemDescriptor describes an ALERT SYSTEM to detect ALERT CONDITIONs and generate ALERT SIGNALs, which belong to specific ALERT CONDITIONs. ALERT CONDITIONs are represented by a list of pm:AlertConditionDescriptor ELEMENTs and ALERT SIGNALs are represented by a list of pm:AlertSignalDescriptor ELEMENTs.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AlertConditionDescriptor>alertConditionprotected List<AlertSignalDescriptor>alertSignalprotected LongmaxPhysiologicalParallelAlarmsprotected LongmaxTechnicalParallelAlarmsprotected DurationselfCheckPeriod-
Fields inherited from class org.somda.sdc.biceps.model.participant.AbstractDescriptor
descriptorVersion, extension, handle, safetyClassification, type
-
-
Constructor Summary
Constructors Constructor Description AlertSystemDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)ObjectcreateNewInstance()booleanequals(Object object)List<AlertConditionDescriptor>getAlertCondition()Gets the value of the alertCondition property.List<AlertSignalDescriptor>getAlertSignal()Gets the value of the alertSignal property.LonggetMaxPhysiologicalParallelAlarms()Gets the value of the maxPhysiologicalParallelAlarms property.LonggetMaxTechnicalParallelAlarms()Gets the value of the maxTechnicalParallelAlarms property.DurationgetSelfCheckPeriod()Gets the value of the selfCheckPeriod property.inthashCode()voidsetAlertCondition(List<AlertConditionDescriptor> value)voidsetAlertSignal(List<AlertSignalDescriptor> value)voidsetMaxPhysiologicalParallelAlarms(Long value)Sets the value of the maxPhysiologicalParallelAlarms property.voidsetMaxTechnicalParallelAlarms(Long value)Sets the value of the maxTechnicalParallelAlarms property.voidsetSelfCheckPeriod(Duration value)Sets the value of the selfCheckPeriod property.StringtoString()-
Methods inherited from class org.somda.sdc.biceps.model.participant.AbstractDescriptor
getDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setType
-
-
-
-
Field Detail
-
alertCondition
protected List<AlertConditionDescriptor> alertCondition
-
alertSignal
protected List<AlertSignalDescriptor> alertSignal
-
maxPhysiologicalParallelAlarms
protected Long maxPhysiologicalParallelAlarms
-
maxTechnicalParallelAlarms
protected Long maxTechnicalParallelAlarms
-
selfCheckPeriod
protected Duration selfCheckPeriod
-
-
Method Detail
-
getAlertCondition
public List<AlertConditionDescriptor> getAlertCondition()
Gets the value of the alertCondition property.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
setmethod 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
-
getAlertSignal
public List<AlertSignalDescriptor> getAlertSignal()
Gets the value of the alertSignal property.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
setmethod 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
-
getMaxPhysiologicalParallelAlarms
public Long getMaxPhysiologicalParallelAlarms()
Gets the value of the maxPhysiologicalParallelAlarms property.- Returns:
- possible object is
Long
-
setMaxPhysiologicalParallelAlarms
public void setMaxPhysiologicalParallelAlarms(Long value)
Sets the value of the maxPhysiologicalParallelAlarms property.- Parameters:
value- allowed object isLong
-
getMaxTechnicalParallelAlarms
public Long getMaxTechnicalParallelAlarms()
Gets the value of the maxTechnicalParallelAlarms property.- Returns:
- possible object is
Long
-
setMaxTechnicalParallelAlarms
public void setMaxTechnicalParallelAlarms(Long value)
Sets the value of the maxTechnicalParallelAlarms property.- Parameters:
value- allowed object isLong
-
getSelfCheckPeriod
public Duration getSelfCheckPeriod()
Gets the value of the selfCheckPeriod property.- Returns:
- possible object is
String
-
setSelfCheckPeriod
public void setSelfCheckPeriod(Duration value)
Sets the value of the selfCheckPeriod property.- Parameters:
value- allowed object isString
-
setAlertCondition
public void setAlertCondition(List<AlertConditionDescriptor> value)
-
setAlertSignal
public void setAlertSignal(List<AlertSignalDescriptor> value)
-
clone
public Object clone()
- Overrides:
clonein classAbstractAlertDescriptor
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractAlertDescriptor
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractAlertDescriptor
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
createNewInstancein classAbstractAlertDescriptor
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractAlertDescriptor
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractAlertDescriptor
-
toString
public String toString()
- Overrides:
toStringin classAbstractAlertDescriptor
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classAbstractAlertDescriptor
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classAbstractAlertDescriptor
-
-