Class LimitAlertConditionDescriptor

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

    public class LimitAlertConditionDescriptor
    extends AlertConditionDescriptor
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    LimitAlertConditionDescriptor is a specialization of an ALERT CONDITION that is active if at least one limit for a referenced METRIC has been violated.

    Java class for LimitAlertConditionDescriptor complex type.

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

     <complexType name="LimitAlertConditionDescriptor">
       <complexContent>
         <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertConditionDescriptor">
           <sequence>
             <element name="MaxLimits" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Range"/>
           </sequence>
           <attribute name="AutoLimitSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • maxLimits

        protected Range maxLimits
      • autoLimitSupported

        protected Boolean autoLimitSupported
    • Constructor Detail

      • LimitAlertConditionDescriptor

        public LimitAlertConditionDescriptor()
    • Method Detail

      • getMaxLimits

        public Range getMaxLimits()
        Gets the value of the maxLimits property.
        Returns:
        possible object is Range
      • setMaxLimits

        public void setMaxLimits​(Range value)
        Sets the value of the maxLimits property.
        Parameters:
        value - allowed object is Range
      • isAutoLimitSupported

        public Boolean isAutoLimitSupported()
        Gets the value of the autoLimitSupported property.
        Returns:
        possible object is Boolean
      • setAutoLimitSupported

        public void setAutoLimitSupported​(Boolean value)
        Sets the value of the autoLimitSupported property.
        Parameters:
        value - allowed object is Boolean
      • 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 AlertConditionDescriptor
      • 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 AlertConditionDescriptor
      • 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 AlertConditionDescriptor