Class 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>
     
    • Constructor Detail

      • AlertSystemDescriptor

        public AlertSystemDescriptor()
    • 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 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

      • 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 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

      • 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 is Long
      • 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 is Long
      • 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 is String
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
        Overrides:
        copyTo in class AbstractAlertDescriptor
      • append

        public StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                    StringBuilder buffer,
                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        append in class AbstractAlertDescriptor
      • appendFields

        public StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                          StringBuilder buffer,
                                          org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        appendFields in class AbstractAlertDescriptor