|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.xml.eventconf.AlarmData
public class AlarmData
This element is used for converting events into alarms.
| Constructor Summary | |
|---|---|
AlarmData()
|
|
| Method Summary | |
|---|---|
void |
deleteAlarmType()
|
void |
deleteAutoClean()
|
void |
deleteX733ProbableCause()
|
int |
getAlarmType()
Returns the value of field 'alarmType'. |
boolean |
getAutoClean()
Returns the value of field 'autoClean'. |
String |
getClearKey()
Returns the value of field 'clearKey'. |
String |
getClearUei()
Returns the value of field 'clearUei'. |
String |
getReductionKey()
Returns the value of field 'reductionKey'. |
String |
getX733AlarmType()
Returns the value of field 'x733AlarmType'. |
int |
getX733ProbableCause()
Returns the value of field 'x733ProbableCause'. |
boolean |
hasAlarmType()
Method hasAlarmType. |
boolean |
hasAutoClean()
Method hasAutoClean. |
boolean |
hasX733ProbableCause()
Method hasX733ProbableCause. |
boolean |
isAutoClean()
Returns the value of field 'autoClean'. |
boolean |
isValid()
Method isValid. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
setAlarmType(int alarmType)
Sets the value of field 'alarmType'. |
void |
setAutoClean(boolean autoClean)
Sets the value of field 'autoClean'. |
void |
setClearKey(String clearKey)
Sets the value of field 'clearKey'. |
void |
setClearUei(String clearUei)
Sets the value of field 'clearUei'. |
void |
setReductionKey(String reductionKey)
Sets the value of field 'reductionKey'. |
void |
setX733AlarmType(String x733AlarmType)
Sets the value of field 'x733AlarmType'. |
void |
setX733ProbableCause(int x733ProbableCause)
Sets the value of field 'x733ProbableCause'. |
static AlarmData |
unmarshal(Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AlarmData()
| Method Detail |
|---|
public void deleteAlarmType()
public void deleteAutoClean()
public void deleteX733ProbableCause()
public int getAlarmType()
public boolean getAutoClean()
public String getClearKey()
public String getClearUei()
public String getReductionKey()
public String getX733AlarmType()
public int getX733ProbableCause()
public boolean hasAlarmType()
public boolean hasAutoClean()
public boolean hasX733ProbableCause()
public boolean isAutoClean()
public boolean isValid()
public void marshal(Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void marshal(ContentHandler handler)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
IOException - if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void setAlarmType(int alarmType)
alarmType - the value of field 'alarmType'.public void setAutoClean(boolean autoClean)
autoClean - the value of field 'autoClean'.public void setClearKey(String clearKey)
clearKey - the value of field 'clearKey'.public void setClearUei(String clearUei)
clearUei - the value of field 'clearUei'.public void setReductionKey(String reductionKey)
reductionKey - the value of field 'reductionKey'.public void setX733AlarmType(String x733AlarmType)
x733AlarmType - the value of field 'x733AlarmType'.public void setX733ProbableCause(int x733ProbableCause)
x733ProbableCause - the value of field
'x733ProbableCause'.
public static AlarmData unmarshal(Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||