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>