
Public Member Functions | |
| ReductionDefinitions () | |
| com.cosylab.acs.laser.dao.xml.LinksToCreate | getLinksToCreate () |
| com.cosylab.acs.laser.dao.xml.LinksToRemove | getLinksToRemove () |
| com.cosylab.acs.laser.dao.xml.Thresholds | getThresholds () |
| 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 | setLinksToCreate (com.cosylab.acs.laser.dao.xml.LinksToCreate linksToCreate) |
| void | setLinksToRemove (com.cosylab.acs.laser.dao.xml.LinksToRemove linksToRemove) |
| void | setThresholds (com.cosylab.acs.laser.dao.xml.Thresholds thresholds) |
| 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.LinksToCreate | _linksToCreate |
| com.cosylab.acs.laser.dao.xml.LinksToRemove | _linksToRemove |
| com.cosylab.acs.laser.dao.xml.Thresholds | _thresholds |
LASER reduction relationship definitions
| com::cosylab::acs::laser::dao::xml::ReductionDefinitions::ReductionDefinitions | ( | ) | [inline] |
| com.cosylab.acs.laser.dao.xml.LinksToCreate com::cosylab::acs::laser::dao::xml::ReductionDefinitions::getLinksToCreate | ( | ) | [inline] |
Returns the value of field 'linksToCreate'.
References _linksToCreate.
Referenced by com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::loadReductionRules(), cl::utfsm::acs::acg::dao::ACSAlarmDAOImpl::loadReductionRules(), and com::cosylab::acs::laser::dao::xml::ReductionDefinitionsDescriptor::ReductionDefinitionsDescriptor().
| com.cosylab.acs.laser.dao.xml.LinksToRemove com::cosylab::acs::laser::dao::xml::ReductionDefinitions::getLinksToRemove | ( | ) | [inline] |
Returns the value of field 'linksToRemove'.
References _linksToRemove.
Referenced by com::cosylab::acs::laser::dao::xml::ReductionDefinitionsDescriptor::ReductionDefinitionsDescriptor().
| com.cosylab.acs.laser.dao.xml.Thresholds com::cosylab::acs::laser::dao::xml::ReductionDefinitions::getThresholds | ( | ) | [inline] |
Returns the value of field 'thresholds'.
References _thresholds.
Referenced by com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::loadReductionRules(), cl::utfsm::acs::acg::dao::ACSAlarmDAOImpl::loadReductionRules(), and com::cosylab::acs::laser::dao::xml::ReductionDefinitionsDescriptor::ReductionDefinitionsDescriptor().
| boolean com::cosylab::acs::laser::dao::xml::ReductionDefinitions::isValid | ( | ) | [inline] |
| void com::cosylab::acs::laser::dao::xml::ReductionDefinitions::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::ReductionDefinitions::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::ReductionDefinitions::setLinksToCreate | ( | com.cosylab.acs.laser.dao.xml.LinksToCreate | linksToCreate | ) | [inline] |
Sets the value of field 'linksToCreate'.
| linksToCreate | the value of field 'linksToCreate'. |
References _linksToCreate.
Referenced by com::cosylab::acs::laser::dao::xml::ReductionDefinitionsDescriptor::ReductionDefinitionsDescriptor().
| void com::cosylab::acs::laser::dao::xml::ReductionDefinitions::setLinksToRemove | ( | com.cosylab.acs.laser.dao.xml.LinksToRemove | linksToRemove | ) | [inline] |
Sets the value of field 'linksToRemove'.
| linksToRemove | the value of field 'linksToRemove'. |
References _linksToRemove.
Referenced by com::cosylab::acs::laser::dao::xml::ReductionDefinitionsDescriptor::ReductionDefinitionsDescriptor().
| void com::cosylab::acs::laser::dao::xml::ReductionDefinitions::setThresholds | ( | com.cosylab.acs.laser.dao.xml.Thresholds | thresholds | ) | [inline] |
Sets the value of field 'thresholds'.
| thresholds | the value of field 'thresholds'. |
References _thresholds.
Referenced by com::cosylab::acs::laser::dao::xml::ReductionDefinitionsDescriptor::ReductionDefinitionsDescriptor().
| static java.lang.Object com::cosylab::acs::laser::dao::xml::ReductionDefinitions::unmarshal | ( | java.io.Reader | reader | ) | throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline, static] |
Method unmarshal
| reader |
Referenced by com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::getReductionDefinitions(), and cl::utfsm::acs::acg::dao::ACSAlarmDAOImpl::loadReductionRules().
| void com::cosylab::acs::laser::dao::xml::ReductionDefinitions::validate | ( | ) | throws org.exolab.castor.xml.ValidationException [inline] |
Method validate
Referenced by isValid().
com.cosylab.acs.laser.dao.xml.LinksToCreate com::cosylab::acs::laser::dao::xml::ReductionDefinitions::_linksToCreate [private] |
Field _linksToCreate
Referenced by getLinksToCreate(), and setLinksToCreate().
com.cosylab.acs.laser.dao.xml.LinksToRemove com::cosylab::acs::laser::dao::xml::ReductionDefinitions::_linksToRemove [private] |
Field _linksToRemove
Referenced by getLinksToRemove(), and setLinksToRemove().
com.cosylab.acs.laser.dao.xml.Thresholds com::cosylab::acs::laser::dao::xml::ReductionDefinitions::_thresholds [private] |
Field _thresholds
Referenced by getThresholds(), and setThresholds().
1.6.2