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>