Class AlertSignalState

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

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

    Java class for AlertSignalState complex type.

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

     <complexType name="AlertSignalState">
       <complexContent>
         <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractAlertState">
           <attribute name="ActualSignalGenerationDelay" type="{http://www.w3.org/2001/XMLSchema}duration" />
           <attribute name="Presence" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertSignalPresence" />
           <attribute name="Location" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertSignalPrimaryLocation" />
           <attribute name="Slot" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AlertSignalState

        public AlertSignalState()
    • Method Detail

      • getActualSignalGenerationDelay

        public Duration getActualSignalGenerationDelay()
        Gets the value of the actualSignalGenerationDelay property.
        Returns:
        possible object is String
      • setActualSignalGenerationDelay

        public void setActualSignalGenerationDelay​(Duration value)
        Sets the value of the actualSignalGenerationDelay property.
        Parameters:
        value - allowed object is String
      • getSlot

        public Long getSlot()
        Gets the value of the slot property.
        Returns:
        possible object is Long
      • setSlot

        public void setSlot​(Long value)
        Sets the value of the slot property.
        Parameters:
        value - allowed object is Long
      • 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