public class AlarmData extends Object implements Serializable
Constructor and Description |
---|
AlarmData() |
Modifier and Type | Method and Description |
---|---|
void |
deleteAlarmType() |
void |
deleteAutoClean() |
void |
deleteX733ProbableCause() |
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method.
|
Integer |
getAlarmType()
Returns the value of field 'alarmType'.
|
Boolean |
getAutoClean()
Returns the value of field 'autoClean'.
|
String |
getClearKey()
Returns the value of field 'clearKey'.
|
String |
getReductionKey()
Returns the value of field 'reductionKey'.
|
String |
getX733AlarmType()
Returns the value of field 'x733AlarmType'.
|
Integer |
getX733ProbableCause()
Returns the value of field 'x733ProbableCause'.
|
boolean |
hasAlarmType()
Method hasAlarmType.
|
boolean |
hasAutoClean() |
int |
hashCode()
Overrides the java.lang.Object.hashCode method.
|
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(Integer 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 |
setReductionKey(String reductionKey)
Sets the value of field 'reductionKey'.
|
void |
setX733AlarmType(String x733AlarmType)
Sets the value of field 'x733AlarmType'.
|
void |
setX733ProbableCause(Integer x733ProbableCause)
Sets the value of field 'x733ProbableCause'.
|
static AlarmData |
unmarshal(Reader reader)
Method unmarshal.
|
void |
validate() |
public void deleteAlarmType()
public void deleteX733ProbableCause()
public boolean equals(Object obj)
public Integer getAlarmType()
public Boolean getAutoClean()
public String getClearKey()
public String getReductionKey()
public String getX733AlarmType()
public Integer getX733ProbableCause()
public boolean hasAlarmType()
public boolean hasX733ProbableCause()
public boolean hasAutoClean()
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
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 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 setAlarmType(Integer 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 setReductionKey(String reductionKey)
reductionKey
- the value of field 'reductionKey'.public void setX733AlarmType(String x733AlarmType)
x733AlarmType
- the value of field 'x733AlarmType'.public void setX733ProbableCause(Integer 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 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 schemapublic void deleteAutoClean()
Copyright © 2015. All Rights Reserved.