
Public Member Functions | |
| Category () | |
| com.cosylab.acs.laser.dao.xml.CategoryDefinition | getCategoryDefinition () |
| 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 | setCategoryDefinition (com.cosylab.acs.laser.dao.xml.CategoryDefinition categoryDefinition) |
| 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.CategoryDefinition | _categoryDefinition |
the category
| com::cosylab::acs::laser::dao::xml::Category::Category | ( | ) | [inline] |
| com.cosylab.acs.laser.dao.xml.CategoryDefinition com::cosylab::acs::laser::dao::xml::Category::getCategoryDefinition | ( | ) | [inline] |
Returns the value of field 'categoryDefinition'. The field 'categoryDefinition' has the following description: LASER alarm category definition
References _categoryDefinition.
Referenced by com::cosylab::acs::laser::dao::xml::CategoryDescriptor::CategoryDescriptor().
| boolean com::cosylab::acs::laser::dao::xml::Category::isValid | ( | ) | [inline] |
| void com::cosylab::acs::laser::dao::xml::Category::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::Category::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::Category::setCategoryDefinition | ( | com.cosylab.acs.laser.dao.xml.CategoryDefinition | categoryDefinition | ) | [inline] |
Sets the value of field 'categoryDefinition'. The field 'categoryDefinition' has the following description: LASER alarm category definition
| categoryDefinition | the value of field 'categoryDefinition'. |
References _categoryDefinition.
Referenced by com::cosylab::acs::laser::dao::xml::CategoryDescriptor::CategoryDescriptor().
| static java.lang.Object com::cosylab::acs::laser::dao::xml::Category::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::Category::validate | ( | ) | throws org.exolab.castor.xml.ValidationException [inline] |
Method validate
Referenced by isValid().
com.cosylab.acs.laser.dao.xml.CategoryDefinition com::cosylab::acs::laser::dao::xml::Category::_categoryDefinition [private] |
LASER alarm category definition
Referenced by getCategoryDefinition(), and setCategoryDefinition().
1.6.2