complexType AlarmEventPropertyDescriptor

complexType {http://java.sun.com/products/oss/xml/CBE/Alarm}AlarmEventPropertyDescriptor

Derived Types
{http://java.sun.com/products/oss/xml/CBE/Alarm}AlarmEventPropertyDescriptor
 {http://java.sun.com/products/oss/xml/CBE/Alarm}NotifyNewAlarmEventPropertyDescriptor (by extension)
 {http://java.sun.com/products/oss/xml/CBE/Alarm}NotifyAlarmCommentsEventPropertyDescriptor (by extension)
 {http://java.sun.com/products/oss/xml/CBE/Alarm}NotifyAckStateChangedEventPropertyDescriptor (by extension)
 {http://java.sun.com/products/oss/xml/CBE/Alarm}NotifyClearedAlarmEventPropertyDescriptor (by extension)
 {http://java.sun.com/products/oss/xml/CBE/Alarm}NotifyPotentialFaultyAlarmListEventPropertyDescriptor (by extension)
 {http://java.sun.com/products/oss/xml/CBE/Alarm}NotifyNewSecurityAlarmEventPropertyDescriptor (by extension)
 {http://java.sun.com/products/oss/xml/CBE/Alarm}NotifyChangedAlarmEventPropertyDescriptor (by extension)
 {http://java.sun.com/products/oss/xml/CBE/Alarm}NotifyAlarmListRebuiltEventPropertyDescriptor (by extension)
Abstractfalse (This can be used in an instance)
Target Namespacehttp://java.sun.com/products/oss/xml/CBE/Alarm
Declared Namespacesxmlns:cbecore=http://java.sun.com/products/oss/xml/CBE/Core
xmlns:cbealarm=http://java.sun.com/products/oss/xml/CBE/Alarm
xmlns:co=http://java.sun.com/products/oss/xml/Common
xmlns:cbemeasurement=http://java.sun.com/products/oss/xml/CBE/Measurement
xmlns=http://www.w3.org/2001/XMLSchema


Source

<complexType name="AlarmEventPropertyDescriptor">
    <
annotation>
        <
documentation>
<p>
The <code>AlarmEventPropertyDescriptor</code> is a super interface that
contains string based static fields that define filterable event
attributes/types that are common to all events that are associated with
a single alarm.
</p>
<p>
The interface also contains the definition of methods that can be used
at run-time to dynamically discover the properties of the event and
their types.
</p>
<p>
For each AlarmEvent the following properties shall set, in addtion to
what IRPEvent has. The properties shall be set according to the
following:
</p>
<ul>
<li>
<b>ALARM_TYPE</b> is set to the same value <code>event.getAlarmType()</code>
returns
</li>
<li>
<b>PERCEIVED_SEVERITY</b> is set to the same value <code>
event.getPerceivedSeverity()</code> returns
</li>
<li>
<b>PROBABLE_CAUSE</b> is set to the same value <code>
event.getProbableCause()</code> returns.
</li>
</ul>
        
</documentation>
    </
annotation>
    <
complexContent>
        <
extension base="co:IRPEventPropertyDescriptor">
            <
sequence/>
        </
extension>
    </
complexContent>
</
complexType>


Documentation

The AlarmEventPropertyDescriptor is a super interface that contains string based static fields that define filterable event attributes/types that are common to all events that are associated with a single alarm.

The interface also contains the definition of methods that can be used at run-time to dynamically discover the properties of the event and their types.

For each AlarmEvent the following properties shall set, in addtion to what IRPEvent has. The properties shall be set according to the following:



complexType AlarmEventPropertyDescriptor


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.