Class AlertConditionState

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

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

    Java class for AlertConditionState complex type.

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

     <complexType name="AlertConditionState">
       <complexContent>
         <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractAlertState">
           <attribute name="ActualConditionGenerationDelay" type="{http://www.w3.org/2001/XMLSchema}duration" />
           <attribute name="ActualPriority" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertConditionPriority" />
           <attribute name="Rank" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="Presence" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="DeterminationTime" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Timestamp" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AlertConditionState

        public AlertConditionState()
    • Method Detail

      • getActualConditionGenerationDelay

        public Duration getActualConditionGenerationDelay()
        Gets the value of the actualConditionGenerationDelay property.
        Returns:
        possible object is String
      • setActualConditionGenerationDelay

        public void setActualConditionGenerationDelay​(Duration value)
        Sets the value of the actualConditionGenerationDelay property.
        Parameters:
        value - allowed object is String
      • getRank

        public Integer getRank()
        Gets the value of the rank property.
        Returns:
        possible object is Integer
      • setRank

        public void setRank​(Integer value)
        Sets the value of the rank property.
        Parameters:
        value - allowed object is Integer
      • isPresence

        public Boolean isPresence()
        Gets the value of the presence property.
        Returns:
        possible object is Boolean
      • setPresence

        public void setPresence​(Boolean value)
        Sets the value of the presence property.
        Parameters:
        value - allowed object is Boolean
      • getDeterminationTime

        public Instant getDeterminationTime()
        Gets the value of the determinationTime property.
        Returns:
        possible object is String
      • setDeterminationTime

        public void setDeterminationTime​(Instant value)
        Sets the value of the determinationTime property.
        Parameters:
        value - allowed object is String
      • 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