
Public Member Functions | |
| MaskDefinitions () | |
| com.cosylab.acs.laser.dao.xml.MasksToCreate | getMasksToCreate () |
| com.cosylab.acs.laser.dao.xml.MasksToRemove | getMasksToRemove () |
| 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 | setMasksToCreate (com.cosylab.acs.laser.dao.xml.MasksToCreate masksToCreate) |
| void | setMasksToRemove (com.cosylab.acs.laser.dao.xml.MasksToRemove masksToRemove) |
| 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.MasksToCreate | _masksToCreate |
| com.cosylab.acs.laser.dao.xml.MasksToRemove | _masksToRemove |
LASER mask definitions
| com::cosylab::acs::laser::dao::xml::MaskDefinitions::MaskDefinitions | ( | ) | [inline] |
| com.cosylab.acs.laser.dao.xml.MasksToCreate com::cosylab::acs::laser::dao::xml::MaskDefinitions::getMasksToCreate | ( | ) | [inline] |
Returns the value of field 'masksToCreate'.
References _masksToCreate.
Referenced by com::cosylab::acs::laser::dao::xml::MaskDefinitionsDescriptor::MaskDefinitionsDescriptor().
| com.cosylab.acs.laser.dao.xml.MasksToRemove com::cosylab::acs::laser::dao::xml::MaskDefinitions::getMasksToRemove | ( | ) | [inline] |
Returns the value of field 'masksToRemove'.
References _masksToRemove.
Referenced by com::cosylab::acs::laser::dao::xml::MaskDefinitionsDescriptor::MaskDefinitionsDescriptor().
| boolean com::cosylab::acs::laser::dao::xml::MaskDefinitions::isValid | ( | ) | [inline] |
| void com::cosylab::acs::laser::dao::xml::MaskDefinitions::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::MaskDefinitions::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::MaskDefinitions::setMasksToCreate | ( | com.cosylab.acs.laser.dao.xml.MasksToCreate | masksToCreate | ) | [inline] |
Sets the value of field 'masksToCreate'.
| masksToCreate | the value of field 'masksToCreate'. |
References _masksToCreate.
Referenced by com::cosylab::acs::laser::dao::xml::MaskDefinitionsDescriptor::MaskDefinitionsDescriptor().
| void com::cosylab::acs::laser::dao::xml::MaskDefinitions::setMasksToRemove | ( | com.cosylab.acs.laser.dao.xml.MasksToRemove | masksToRemove | ) | [inline] |
Sets the value of field 'masksToRemove'.
| masksToRemove | the value of field 'masksToRemove'. |
References _masksToRemove.
Referenced by com::cosylab::acs::laser::dao::xml::MaskDefinitionsDescriptor::MaskDefinitionsDescriptor().
| static java.lang.Object com::cosylab::acs::laser::dao::xml::MaskDefinitions::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::MaskDefinitions::validate | ( | ) | throws org.exolab.castor.xml.ValidationException [inline] |
Method validate
Referenced by isValid().
com.cosylab.acs.laser.dao.xml.MasksToCreate com::cosylab::acs::laser::dao::xml::MaskDefinitions::_masksToCreate [private] |
Field _masksToCreate
Referenced by getMasksToCreate(), and setMasksToCreate().
com.cosylab.acs.laser.dao.xml.MasksToRemove com::cosylab::acs::laser::dao::xml::MaskDefinitions::_masksToRemove [private] |
Field _masksToRemove
Referenced by getMasksToRemove(), and setMasksToRemove().
1.6.2