Class LimitAlertConditionState

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

    public class LimitAlertConditionState
    extends AlertConditionState
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    A state of a limit ALERT CONDITION.

    Java class for LimitAlertConditionState complex type.

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

     <complexType name="LimitAlertConditionState">
       <complexContent>
         <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertConditionState">
           <sequence>
             <element name="Limits" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Range"/>
           </sequence>
           <attribute name="MonitoredAlertLimits" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertConditionMonitoredLimits" />
           <attribute name="AutoLimitActivationState" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertActivation" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • LimitAlertConditionState

        public LimitAlertConditionState()
    • Method Detail

      • getLimits

        public Range getLimits()
        Gets the value of the limits property.
        Returns:
        possible object is Range
      • setLimits

        public void setLimits​(Range value)
        Sets the value of the limits property.
        Parameters:
        value - allowed object is Range
      • getAutoLimitActivationState

        public AlertActivation getAutoLimitActivationState()
        Gets the value of the autoLimitActivationState property.
        Returns:
        possible object is AlertActivation
      • setAutoLimitActivationState

        public void setAutoLimitActivationState​(AlertActivation value)
        Sets the value of the autoLimitActivationState property.
        Parameters:
        value - allowed object is AlertActivation
      • 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 AlertConditionState
      • 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 AlertConditionState
      • 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 AlertConditionState