
Public Member Functions | |
| AlarmDefinitions () | |
| com.cosylab.acs.laser.dao.xml.AlarmsToCreate | getAlarmsToCreate () |
| com.cosylab.acs.laser.dao.xml.AlarmsToRemove | getAlarmsToRemove () |
| com.cosylab.acs.laser.dao.xml.AlarmsToUpdate | getAlarmsToUpdate () |
| 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 | setAlarmsToCreate (com.cosylab.acs.laser.dao.xml.AlarmsToCreate alarmsToCreate) |
| void | setAlarmsToRemove (com.cosylab.acs.laser.dao.xml.AlarmsToRemove alarmsToRemove) |
| void | setAlarmsToUpdate (com.cosylab.acs.laser.dao.xml.AlarmsToUpdate alarmsToUpdate) |
| void | validate () throws org.exolab.castor.xml.ValidationException |
Static Public Member Functions | |
| static java.lang.Object | unmarshal (java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException |
Private Attributes | |
| com.cosylab.acs.laser.dao.xml.AlarmsToCreate | _alarmsToCreate |
| com.cosylab.acs.laser.dao.xml.AlarmsToUpdate | _alarmsToUpdate |
| com.cosylab.acs.laser.dao.xml.AlarmsToRemove | _alarmsToRemove |
LASER alarm definitions
| com::cosylab::acs::laser::dao::xml::AlarmDefinitions::AlarmDefinitions | ( | ) | [inline] |
| com.cosylab.acs.laser.dao.xml.AlarmsToCreate com::cosylab::acs::laser::dao::xml::AlarmDefinitions::getAlarmsToCreate | ( | ) | [inline] |
Returns the value of field 'alarmsToCreate'. The field 'alarmsToCreate' has the following description: definitions to create
References _alarmsToCreate.
Referenced by com::cosylab::acs::laser::dao::xml::AlarmDefinitionsDescriptor::AlarmDefinitionsDescriptor().
| com.cosylab.acs.laser.dao.xml.AlarmsToRemove com::cosylab::acs::laser::dao::xml::AlarmDefinitions::getAlarmsToRemove | ( | ) | [inline] |
Returns the value of field 'alarmsToRemove'. The field 'alarmsToRemove' has the following description: definitions to remove
References _alarmsToRemove.
Referenced by com::cosylab::acs::laser::dao::xml::AlarmDefinitionsDescriptor::AlarmDefinitionsDescriptor().
| com.cosylab.acs.laser.dao.xml.AlarmsToUpdate com::cosylab::acs::laser::dao::xml::AlarmDefinitions::getAlarmsToUpdate | ( | ) | [inline] |
Returns the value of field 'alarmsToUpdate'. The field 'alarmsToUpdate' has the following description: definitions to update
References _alarmsToUpdate.
Referenced by com::cosylab::acs::laser::dao::xml::AlarmDefinitionsDescriptor::AlarmDefinitionsDescriptor().
| boolean com::cosylab::acs::laser::dao::xml::AlarmDefinitions::isValid | ( | ) | [inline] |
| void com::cosylab::acs::laser::dao::xml::AlarmDefinitions::marshal | ( | org.xml.sax.ContentHandler | handler | ) | throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline] |
Method marshal
| handler |
| void com::cosylab::acs::laser::dao::xml::AlarmDefinitions::marshal | ( | java.io.Writer | out | ) | throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline] |
Method marshal
| out |
| void com::cosylab::acs::laser::dao::xml::AlarmDefinitions::setAlarmsToCreate | ( | com.cosylab.acs.laser.dao.xml.AlarmsToCreate | alarmsToCreate | ) | [inline] |
Sets the value of field 'alarmsToCreate'. The field 'alarmsToCreate' has the following description: definitions to create
| alarmsToCreate | the value of field 'alarmsToCreate'. |
References _alarmsToCreate.
Referenced by com::cosylab::acs::laser::dao::xml::AlarmDefinitionsDescriptor::AlarmDefinitionsDescriptor().
| void com::cosylab::acs::laser::dao::xml::AlarmDefinitions::setAlarmsToRemove | ( | com.cosylab.acs.laser.dao.xml.AlarmsToRemove | alarmsToRemove | ) | [inline] |
Sets the value of field 'alarmsToRemove'. The field 'alarmsToRemove' has the following description: definitions to remove
| alarmsToRemove | the value of field 'alarmsToRemove'. |
References _alarmsToRemove.
Referenced by com::cosylab::acs::laser::dao::xml::AlarmDefinitionsDescriptor::AlarmDefinitionsDescriptor().
| void com::cosylab::acs::laser::dao::xml::AlarmDefinitions::setAlarmsToUpdate | ( | com.cosylab.acs.laser.dao.xml.AlarmsToUpdate | alarmsToUpdate | ) | [inline] |
Sets the value of field 'alarmsToUpdate'. The field 'alarmsToUpdate' has the following description: definitions to update
| alarmsToUpdate | the value of field 'alarmsToUpdate'. |
References _alarmsToUpdate.
Referenced by com::cosylab::acs::laser::dao::xml::AlarmDefinitionsDescriptor::AlarmDefinitionsDescriptor().
| static java.lang.Object com::cosylab::acs::laser::dao::xml::AlarmDefinitions::unmarshal | ( | java.io.Reader | reader | ) | throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline, static] |
Method unmarshal
| reader |
| void com::cosylab::acs::laser::dao::xml::AlarmDefinitions::validate | ( | ) | throws org.exolab.castor.xml.ValidationException [inline] |
Method validate
Referenced by isValid().
com.cosylab.acs.laser.dao.xml.AlarmsToCreate com::cosylab::acs::laser::dao::xml::AlarmDefinitions::_alarmsToCreate [private] |
definitions to create
Referenced by getAlarmsToCreate(), and setAlarmsToCreate().
com.cosylab.acs.laser.dao.xml.AlarmsToRemove com::cosylab::acs::laser::dao::xml::AlarmDefinitions::_alarmsToRemove [private] |
definitions to remove
Referenced by getAlarmsToRemove(), and setAlarmsToRemove().
com.cosylab.acs.laser.dao.xml.AlarmsToUpdate com::cosylab::acs::laser::dao::xml::AlarmDefinitions::_alarmsToUpdate [private] |
definitions to update
Referenced by getAlarmsToUpdate(), and setAlarmsToUpdate().
1.6.2