

Public Member Functions | |
| AlarmCategoryLinkType () | |
| com.cosylab.acs.laser.dao.xml.Alarm | getAlarm () |
| com.cosylab.acs.laser.dao.xml.Category | getCategory () |
| 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 | setAlarm (com.cosylab.acs.laser.dao.xml.Alarm alarm) |
| void | setCategory (com.cosylab.acs.laser.dao.xml.Category category) |
| 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.Category | _category |
| com.cosylab.acs.laser.dao.xml.Alarm | _alarm |
Class AlarmCategoryLinkType.
| com::cosylab::acs::laser::dao::xml::AlarmCategoryLinkType::AlarmCategoryLinkType | ( | ) | [inline] |
| com.cosylab.acs.laser.dao.xml.Alarm com::cosylab::acs::laser::dao::xml::AlarmCategoryLinkType::getAlarm | ( | ) | [inline] |
Returns the value of field 'alarm'. The field 'alarm' has the following description: the fault state
References _alarm.
Referenced by com::cosylab::acs::laser::dao::xml::AlarmCategoryLinkTypeDescriptor::AlarmCategoryLinkTypeDescriptor(), and com::cosylab::acs::laser::dao::ACSCategoryDAOImpl::linkWithAlarms().
| com.cosylab.acs.laser.dao.xml.Category com::cosylab::acs::laser::dao::xml::AlarmCategoryLinkType::getCategory | ( | ) | [inline] |
Returns the value of field 'category'. The field 'category' has the following description: the category
References _category.
Referenced by com::cosylab::acs::laser::dao::xml::AlarmCategoryLinkTypeDescriptor::AlarmCategoryLinkTypeDescriptor(), and com::cosylab::acs::laser::dao::ACSCategoryDAOImpl::linkWithAlarms().
| boolean com::cosylab::acs::laser::dao::xml::AlarmCategoryLinkType::isValid | ( | ) | [inline] |
Method isValid
Reimplemented in com::cosylab::acs::laser::dao::xml::AlarmCategoryLink.
References validate().
| void com::cosylab::acs::laser::dao::xml::AlarmCategoryLinkType::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::AlarmCategoryLink.
| void com::cosylab::acs::laser::dao::xml::AlarmCategoryLinkType::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::AlarmCategoryLink.
| void com::cosylab::acs::laser::dao::xml::AlarmCategoryLinkType::setAlarm | ( | com.cosylab.acs.laser.dao.xml.Alarm | alarm | ) | [inline] |
Sets the value of field 'alarm'. The field 'alarm' has the following description: the fault state
| alarm | the value of field 'alarm'. |
References _alarm.
Referenced by com::cosylab::acs::laser::dao::xml::AlarmCategoryLinkTypeDescriptor::AlarmCategoryLinkTypeDescriptor(), and com::cosylab::acs::laser::dao::ACSCategoryDAOImpl::flushCategory().
| void com::cosylab::acs::laser::dao::xml::AlarmCategoryLinkType::setCategory | ( | com.cosylab.acs.laser.dao.xml.Category | category | ) | [inline] |
Sets the value of field 'category'. The field 'category' has the following description: the category
| category | the value of field 'category'. |
References _category.
Referenced by com::cosylab::acs::laser::dao::xml::AlarmCategoryLinkTypeDescriptor::AlarmCategoryLinkTypeDescriptor(), and com::cosylab::acs::laser::dao::ACSCategoryDAOImpl::flushCategory().
| static java.lang.Object com::cosylab::acs::laser::dao::xml::AlarmCategoryLinkType::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::AlarmCategoryLink.
| void com::cosylab::acs::laser::dao::xml::AlarmCategoryLinkType::validate | ( | ) | throws org.exolab.castor.xml.ValidationException [inline] |
Method validate
Reimplemented in com::cosylab::acs::laser::dao::xml::AlarmCategoryLink.
Referenced by isValid().
com.cosylab.acs.laser.dao.xml.Alarm com::cosylab::acs::laser::dao::xml::AlarmCategoryLinkType::_alarm [private] |
the fault state
Referenced by getAlarm(), and setAlarm().
com.cosylab.acs.laser.dao.xml.Category com::cosylab::acs::laser::dao::xml::AlarmCategoryLinkType::_category [private] |
the category
Referenced by getCategory(), and setCategory().
1.6.2