public class AckdConfiguration extends Object implements Serializable
Constructor and Description |
---|
AckdConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
deleteAlarmSync() |
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method.
|
String |
getAckExpression()
Returns the value of field 'ackExpression'.
|
String |
getAlarmidMatchExpression()
Returns the value of field 'alarmidMatchExpression'.
|
boolean |
getAlarmSync()
Returns the value of field 'alarmSync'.
|
String |
getClearExpression()
Returns the value of field 'clearExpression'.
|
String |
getEscalateExpression()
Returns the value of field 'escalateExpression'.
|
String |
getNotifyidMatchExpression()
Returns the value of field 'notifyidMatchExpression'.
|
Readers |
getReaders()
Returns the value of field 'readers'.
|
String |
getUnackExpression()
Returns the value of field 'unackExpression'.
|
boolean |
hasAlarmSync()
Method hasAlarmSync.
|
int |
hashCode()
Overrides the java.lang.Object.hashCode method.
|
boolean |
isAlarmSync()
Returns the value of field 'alarmSync'.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
setAckExpression(String ackExpression)
Sets the value of field 'ackExpression'.
|
void |
setAlarmidMatchExpression(String alarmidMatchExpression)
Sets the value of field 'alarmidMatchExpression'.
|
void |
setAlarmSync(boolean alarmSync)
Sets the value of field 'alarmSync'.
|
void |
setClearExpression(String clearExpression)
Sets the value of field 'clearExpression'.
|
void |
setEscalateExpression(String escalateExpression)
Sets the value of field 'escalateExpression'.
|
void |
setNotifyidMatchExpression(String notifyidMatchExpression)
Sets the value of field 'notifyidMatchExpression'.
|
void |
setReaders(Readers readers)
Sets the value of field 'readers'.
|
void |
setUnackExpression(String unackExpression)
Sets the value of field 'unackExpression'.
|
static AckdConfiguration |
unmarshal(Reader reader)
Method unmarshal.
|
void |
validate() |
public void deleteAlarmSync()
public boolean equals(Object obj)
public String getAckExpression()
public boolean getAlarmSync()
public String getAlarmidMatchExpression()
public String getClearExpression()
public String getEscalateExpression()
public String getNotifyidMatchExpression()
public Readers getReaders()
public String getUnackExpression()
public boolean hasAlarmSync()
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
public boolean isAlarmSync()
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 marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- IOException
- if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException
- if object is
null or if any SAXException is thrown during marshalingpublic void setAckExpression(String ackExpression)
ackExpression
- the value of field 'ackExpression'.public void setAlarmSync(boolean alarmSync)
alarmSync
- the value of field 'alarmSync'.public void setAlarmidMatchExpression(String alarmidMatchExpression)
alarmidMatchExpression
- the value of field
'alarmidMatchExpression'.public void setClearExpression(String clearExpression)
clearExpression
- the value of field 'clearExpression'.public void setEscalateExpression(String escalateExpression)
escalateExpression
- the value of field
'escalateExpression'.public void setNotifyidMatchExpression(String notifyidMatchExpression)
notifyidMatchExpression
- the value of field
'notifyidMatchExpression'.public void setReaders(Readers readers)
readers
- the value of field 'readers'.public void setUnackExpression(String unackExpression)
unackExpression
- the value of field 'unackExpression'.public static AckdConfiguration 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 marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaCopyright © 2015. All Rights Reserved.