Public Member Functions | |
AlarmDefinition () | |
void | deleteFaultCode () |
int | getFaultCode () |
java.lang.String | getFaultFamily () |
java.lang.String | getFaultMember () |
boolean | hasFaultCode () |
boolean | isValid () |
void | marshal (java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
void | marshal (org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
void | setFaultCode (int faultCode) |
void | setFaultFamily (java.lang.String faultFamily) |
void | setFaultMember (java.lang.String faultMember) |
void | validate () throws org.exolab.castor.xml.ValidationException |
Static Public Member Functions | |
java.lang.Object | unmarshal (java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
Private Attributes | |
java.lang.String | _faultFamily |
java.lang.String | _faultMember |
int | _faultCode |
boolean | _has_faultCode |
|
|
|
Method deleteFaultCode |
|
Returns the value of field 'faultCode'.
|
|
Returns the value of field 'faultFamily'.
|
|
Returns the value of field 'faultMember'.
|
|
Method hasFaultCode
|
|
Method isValid
Reimplemented from com::cosylab::acs::laser::dao::xml::AlarmDefinitionType.
|
|
Method marshal
Reimplemented from com::cosylab::acs::laser::dao::xml::AlarmDefinitionType.
|
|
Method marshal
Reimplemented from com::cosylab::acs::laser::dao::xml::AlarmDefinitionType.
|
|
Sets the value of field 'faultCode'.
|
|
Sets the value of field 'faultFamily'.
|
|
Sets the value of field 'faultMember'.
|
|
Method unmarshal
Reimplemented from com::cosylab::acs::laser::dao::xml::AlarmDefinitionType.
|
|
Method validate Reimplemented from com::cosylab::acs::laser::dao::xml::AlarmDefinitionType.
|
|
Field _faultCode |
|
Field _faultFamily |
|
Field _faultMember |
|
keeps track of state for field: _faultCode |