Class AlertSystemState

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2

    public class AlertSystemState
    extends AbstractAlertState
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    AlertSystemState contains the dynamic/volatile information of an ALERT SYSTEM. See pm:AlertSystemDescriptor for static information.

    Java class for AlertSystemState complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AlertSystemState">
       <complexContent>
         <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractAlertState">
           <sequence>
             <element name="SystemSignalActivation" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}SystemSignalActivation" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="LastSelfCheck" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Timestamp" />
           <attribute name="SelfCheckCount" type="{http://www.w3.org/2001/XMLSchema}long" />
           <attribute name="PresentPhysiologicalAlarmConditions" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertConditionReference" />
           <attribute name="PresentTechnicalAlarmConditions" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertConditionReference" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • lastSelfCheck

        protected Instant lastSelfCheck
      • selfCheckCount

        protected Long selfCheckCount
      • presentPhysiologicalAlarmConditions

        protected List<String> presentPhysiologicalAlarmConditions
      • presentTechnicalAlarmConditions

        protected List<String> presentTechnicalAlarmConditions
    • Constructor Detail

      • AlertSystemState

        public AlertSystemState()
    • Method Detail

      • getSystemSignalActivation

        public List<SystemSignalActivation> getSystemSignalActivation()
        Gets the value of the systemSignalActivation 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 systemSignalActivation property.

        For example, to add a new item, do as follows:

            getSystemSignalActivation().add(newItem);
         

        Objects of the following type(s) are allowed in the list SystemSignalActivation

      • getLastSelfCheck

        public Instant getLastSelfCheck()
        Gets the value of the lastSelfCheck property.
        Returns:
        possible object is String
      • setLastSelfCheck

        public void setLastSelfCheck​(Instant value)
        Sets the value of the lastSelfCheck property.
        Parameters:
        value - allowed object is String
      • getSelfCheckCount

        public Long getSelfCheckCount()
        Gets the value of the selfCheckCount property.
        Returns:
        possible object is Long
      • setSelfCheckCount

        public void setSelfCheckCount​(Long value)
        Sets the value of the selfCheckCount property.
        Parameters:
        value - allowed object is Long
      • getPresentPhysiologicalAlarmConditions

        public List<String> getPresentPhysiologicalAlarmConditions()
        Gets the value of the presentPhysiologicalAlarmConditions 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 presentPhysiologicalAlarmConditions property.

        For example, to add a new item, do as follows:

            getPresentPhysiologicalAlarmConditions().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getPresentTechnicalAlarmConditions

        public List<String> getPresentTechnicalAlarmConditions()
        Gets the value of the presentTechnicalAlarmConditions 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 presentTechnicalAlarmConditions property.

        For example, to add a new item, do as follows:

            getPresentTechnicalAlarmConditions().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • setPresentPhysiologicalAlarmConditions

        public void setPresentPhysiologicalAlarmConditions​(List<String> value)
      • setPresentTechnicalAlarmConditions

        public void setPresentTechnicalAlarmConditions​(List<String> value)
      • 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 AbstractAlertState
      • 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 AbstractAlertState
      • 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 AbstractAlertState