

Public Member Functions | |
| ReductionLinkDefinitionListType () | |
| void | addReductionLink (com.cosylab.acs.laser.dao.xml.ReductionLink vReductionLink) throws java.lang.IndexOutOfBoundsException |
| void | addReductionLink (int index, com.cosylab.acs.laser.dao.xml.ReductionLink vReductionLink) throws java.lang.IndexOutOfBoundsException |
| void | clearReductionLink () |
| java.util.Enumeration | enumerateReductionLink () |
| com.cosylab.acs.laser.dao.xml.ReductionLink | getReductionLink (int index) throws java.lang.IndexOutOfBoundsException |
| com.cosylab.acs.laser.dao.xml.ReductionLink[] | getReductionLink () |
| int | getReductionLinkCount () |
| 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 |
| boolean | removeReductionLink (com.cosylab.acs.laser.dao.xml.ReductionLink vReductionLink) |
| void | setReductionLink (int index, com.cosylab.acs.laser.dao.xml.ReductionLink vReductionLink) throws java.lang.IndexOutOfBoundsException |
| void | setReductionLink (com.cosylab.acs.laser.dao.xml.ReductionLink[] reductionLinkArray) |
| 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 | |
| java.util.ArrayList | _reductionLinkList |
Class ReductionLinkDefinitionListType.
| com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::ReductionLinkDefinitionListType | ( | ) | [inline] |
References _reductionLinkList.
| void com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::addReductionLink | ( | int | index, | |
| com.cosylab.acs.laser.dao.xml.ReductionLink | vReductionLink | |||
| ) | throws java.lang.IndexOutOfBoundsException [inline] |
| void com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::addReductionLink | ( | com.cosylab.acs.laser.dao.xml.ReductionLink | vReductionLink | ) | throws java.lang.IndexOutOfBoundsException [inline] |
Method addReductionLink
| vReductionLink |
References _reductionLinkList.
Referenced by com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListTypeDescriptor::ReductionLinkDefinitionListTypeDescriptor().
| void com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::clearReductionLink | ( | ) | [inline] |
Method clearReductionLink
References _reductionLinkList.
| java.util.Enumeration com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::enumerateReductionLink | ( | ) | [inline] |
| com.cosylab.acs.laser.dao.xml.ReductionLink [] com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::getReductionLink | ( | ) | [inline] |
| com.cosylab.acs.laser.dao.xml.ReductionLink com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::getReductionLink | ( | int | index | ) | throws java.lang.IndexOutOfBoundsException [inline] |
Method getReductionLink
| index |
References _reductionLinkList.
Referenced by cl::utfsm::acs::acg::dao::ACSAlarmDAOImpl::loadReductionRules(), and com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListTypeDescriptor::ReductionLinkDefinitionListTypeDescriptor().
| int com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::getReductionLinkCount | ( | ) | [inline] |
| boolean com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::isValid | ( | ) | [inline] |
Method isValid
Reimplemented in com::cosylab::acs::laser::dao::xml::LinksToCreate, com::cosylab::acs::laser::dao::xml::LinksToRemove, and com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionList.
References validate().
| void com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::marshal | ( | org.xml.sax.ContentHandler | handler | ) | throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline] |
Method marshal
| handler |
Reimplemented in com::cosylab::acs::laser::dao::xml::LinksToCreate, com::cosylab::acs::laser::dao::xml::LinksToRemove, and com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionList.
| void com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::marshal | ( | java.io.Writer | out | ) | throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline] |
Method marshal
| out |
Reimplemented in com::cosylab::acs::laser::dao::xml::LinksToCreate, com::cosylab::acs::laser::dao::xml::LinksToRemove, and com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionList.
| boolean com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::removeReductionLink | ( | com.cosylab.acs.laser.dao.xml.ReductionLink | vReductionLink | ) | [inline] |
Method removeReductionLink
| vReductionLink |
References _reductionLinkList.
| void com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::setReductionLink | ( | com.cosylab.acs.laser.dao.xml.ReductionLink[] | reductionLinkArray | ) | [inline] |
| void com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::setReductionLink | ( | int | index, | |
| com.cosylab.acs.laser.dao.xml.ReductionLink | vReductionLink | |||
| ) | throws java.lang.IndexOutOfBoundsException [inline] |
| static java.lang.Object com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::unmarshal | ( | java.io.Reader | reader | ) | throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline, static] |
Method unmarshal
| reader |
Reimplemented in com::cosylab::acs::laser::dao::xml::LinksToCreate, com::cosylab::acs::laser::dao::xml::LinksToRemove, and com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionList.
| void com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::validate | ( | ) | throws org.exolab.castor.xml.ValidationException [inline] |
Method validate
Reimplemented in com::cosylab::acs::laser::dao::xml::LinksToCreate, com::cosylab::acs::laser::dao::xml::LinksToRemove, and com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionList.
Referenced by isValid().
java.util.ArrayList com::cosylab::acs::laser::dao::xml::ReductionLinkDefinitionListType::_reductionLinkList [private] |
LASER reduction relationship link
Referenced by addReductionLink(), clearReductionLink(), enumerateReductionLink(), getReductionLink(), getReductionLinkCount(), ReductionLinkDefinitionListType(), removeReductionLink(), and setReductionLink().
1.6.2