com::cosylab::acs::laser::dao::xml::AlarmDefinitions Class Reference

Collaboration diagram for com::cosylab::acs::laser::dao::xml::AlarmDefinitions:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 AlarmDefinitions ()
com.cosylab.acs.laser.dao.xml.AlarmsToCreate getAlarmsToCreate ()
com.cosylab.acs.laser.dao.xml.AlarmsToRemove getAlarmsToRemove ()
com.cosylab.acs.laser.dao.xml.AlarmsToUpdate getAlarmsToUpdate ()
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 setAlarmsToCreate (com.cosylab.acs.laser.dao.xml.AlarmsToCreate alarmsToCreate)
void setAlarmsToRemove (com.cosylab.acs.laser.dao.xml.AlarmsToRemove alarmsToRemove)
void setAlarmsToUpdate (com.cosylab.acs.laser.dao.xml.AlarmsToUpdate alarmsToUpdate)
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.AlarmsToCreate _alarmsToCreate
com.cosylab.acs.laser.dao.xml.AlarmsToUpdate _alarmsToUpdate
com.cosylab.acs.laser.dao.xml.AlarmsToRemove _alarmsToRemove

Detailed Description

LASER alarm definitions

Version:
Revision
1.3
Date
2006/09/25 08:52:36

Constructor & Destructor Documentation

com::cosylab::acs::laser::dao::xml::AlarmDefinitions::AlarmDefinitions (  )  [inline]

Member Function Documentation

com.cosylab.acs.laser.dao.xml.AlarmsToCreate com::cosylab::acs::laser::dao::xml::AlarmDefinitions::getAlarmsToCreate (  )  [inline]

Returns the value of field 'alarmsToCreate'. The field 'alarmsToCreate' has the following description: definitions to create

Returns:
AlarmsToCreate
the value of field 'alarmsToCreate'.

References _alarmsToCreate.

Referenced by com::cosylab::acs::laser::dao::xml::AlarmDefinitionsDescriptor::AlarmDefinitionsDescriptor().

com.cosylab.acs.laser.dao.xml.AlarmsToRemove com::cosylab::acs::laser::dao::xml::AlarmDefinitions::getAlarmsToRemove (  )  [inline]

Returns the value of field 'alarmsToRemove'. The field 'alarmsToRemove' has the following description: definitions to remove

Returns:
AlarmsToRemove
the value of field 'alarmsToRemove'.

References _alarmsToRemove.

Referenced by com::cosylab::acs::laser::dao::xml::AlarmDefinitionsDescriptor::AlarmDefinitionsDescriptor().

com.cosylab.acs.laser.dao.xml.AlarmsToUpdate com::cosylab::acs::laser::dao::xml::AlarmDefinitions::getAlarmsToUpdate (  )  [inline]

Returns the value of field 'alarmsToUpdate'. The field 'alarmsToUpdate' has the following description: definitions to update

Returns:
AlarmsToUpdate
the value of field 'alarmsToUpdate'.

References _alarmsToUpdate.

Referenced by com::cosylab::acs::laser::dao::xml::AlarmDefinitionsDescriptor::AlarmDefinitionsDescriptor().

boolean com::cosylab::acs::laser::dao::xml::AlarmDefinitions::isValid (  )  [inline]

Method isValid

Returns:
boolean

References validate().

void com::cosylab::acs::laser::dao::xml::AlarmDefinitions::marshal ( org.xml.sax.ContentHandler  handler  )  throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline]

Method marshal

Parameters:
handler 
void com::cosylab::acs::laser::dao::xml::AlarmDefinitions::marshal ( java.io.Writer  out  )  throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline]

Method marshal

Parameters:
out 
void com::cosylab::acs::laser::dao::xml::AlarmDefinitions::setAlarmsToCreate ( com.cosylab.acs.laser.dao.xml.AlarmsToCreate  alarmsToCreate  )  [inline]

Sets the value of field 'alarmsToCreate'. The field 'alarmsToCreate' has the following description: definitions to create

Parameters:
alarmsToCreate the value of field 'alarmsToCreate'.

References _alarmsToCreate.

Referenced by com::cosylab::acs::laser::dao::xml::AlarmDefinitionsDescriptor::AlarmDefinitionsDescriptor().

void com::cosylab::acs::laser::dao::xml::AlarmDefinitions::setAlarmsToRemove ( com.cosylab.acs.laser.dao.xml.AlarmsToRemove  alarmsToRemove  )  [inline]

Sets the value of field 'alarmsToRemove'. The field 'alarmsToRemove' has the following description: definitions to remove

Parameters:
alarmsToRemove the value of field 'alarmsToRemove'.

References _alarmsToRemove.

Referenced by com::cosylab::acs::laser::dao::xml::AlarmDefinitionsDescriptor::AlarmDefinitionsDescriptor().

void com::cosylab::acs::laser::dao::xml::AlarmDefinitions::setAlarmsToUpdate ( com.cosylab.acs.laser.dao.xml.AlarmsToUpdate  alarmsToUpdate  )  [inline]

Sets the value of field 'alarmsToUpdate'. The field 'alarmsToUpdate' has the following description: definitions to update

Parameters:
alarmsToUpdate the value of field 'alarmsToUpdate'.

References _alarmsToUpdate.

Referenced by com::cosylab::acs::laser::dao::xml::AlarmDefinitionsDescriptor::AlarmDefinitionsDescriptor().

static java.lang.Object com::cosylab::acs::laser::dao::xml::AlarmDefinitions::unmarshal ( java.io.Reader  reader  )  throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline, static]

Method unmarshal

Parameters:
reader 
Returns:
Object
void com::cosylab::acs::laser::dao::xml::AlarmDefinitions::validate (  )  throws org.exolab.castor.xml.ValidationException [inline]

Method validate

Referenced by isValid().


Member Data Documentation

definitions to create

Referenced by getAlarmsToCreate(), and setAlarmsToCreate().

definitions to remove

Referenced by getAlarmsToRemove(), and setAlarmsToRemove().

definitions to update

Referenced by getAlarmsToUpdate(), and setAlarmsToUpdate().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2