Class AlertConditionDescriptor

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    Direct Known Subclasses:
    LimitAlertConditionDescriptor

    public class AlertConditionDescriptor
    extends AbstractAlertDescriptor
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    An ALERT CONDITION contains the information about a potentially or actually HAZARDOUS SITUATION. Examples: a physiological alarm limit has been exceeded or a sensor has been unplugged.

    Java class for AlertConditionDescriptor complex type.

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

     <complexType name="AlertConditionDescriptor">
       <complexContent>
         <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractAlertDescriptor">
           <sequence>
             <element name="Source" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}HandleRef" maxOccurs="unbounded" minOccurs="0"/>
             <element name="CauseInfo" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CauseInfo" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="Kind" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertConditionKind" />
           <attribute name="Priority" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertConditionPriority" />
           <attribute name="DefaultConditionGenerationDelay" type="{http://www.w3.org/2001/XMLSchema}duration" />
           <attribute name="CanEscalate">
             <simpleType>
               <restriction base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertConditionPriority">
                 <enumeration value="Lo"/>
                 <enumeration value="Me"/>
                 <enumeration value="Hi"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="CanDeescalate">
             <simpleType>
               <restriction base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertConditionPriority">
                 <enumeration value="Me"/>
                 <enumeration value="Lo"/>
                 <enumeration value="None"/>
               </restriction>
             </simpleType>
           </attribute>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AlertConditionDescriptor

        public AlertConditionDescriptor()
    • Method Detail

      • getSource

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

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

            getSource().add(newItem);
         

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

      • getCauseInfo

        public List<CauseInfo> getCauseInfo()
        Gets the value of the causeInfo 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 causeInfo property.

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

            getCauseInfo().add(newItem);
         

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

      • getDefaultConditionGenerationDelay

        public Duration getDefaultConditionGenerationDelay()
        Gets the value of the defaultConditionGenerationDelay property.
        Returns:
        possible object is String
      • setDefaultConditionGenerationDelay

        public void setDefaultConditionGenerationDelay​(Duration value)
        Sets the value of the defaultConditionGenerationDelay property.
        Parameters:
        value - allowed object is String
      • setSource

        public void setSource​(List<String> value)
      • setCauseInfo

        public void setCauseInfo​(List<CauseInfo> 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 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