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

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

List of all members.

Public Member Functions

 SourceDefinitions ()
com.cosylab.acs.laser.dao.xml.SourcesToCreate getSourcesToCreate ()
com.cosylab.acs.laser.dao.xml.SourcesToRemove getSourcesToRemove ()
com.cosylab.acs.laser.dao.xml.SourcesToUpdate getSourcesToUpdate ()
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 setSourcesToCreate (com.cosylab.acs.laser.dao.xml.SourcesToCreate sourcesToCreate)
void setSourcesToRemove (com.cosylab.acs.laser.dao.xml.SourcesToRemove sourcesToRemove)
void setSourcesToUpdate (com.cosylab.acs.laser.dao.xml.SourcesToUpdate sourcesToUpdate)
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.SourcesToCreate _sourcesToCreate
com.cosylab.acs.laser.dao.xml.SourcesToUpdate _sourcesToUpdate
com.cosylab.acs.laser.dao.xml.SourcesToRemove _sourcesToRemove

Detailed Description

LASER source definitions

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

Constructor & Destructor Documentation

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

Member Function Documentation

com.cosylab.acs.laser.dao.xml.SourcesToCreate com::cosylab::acs::laser::dao::xml::SourceDefinitions::getSourcesToCreate (  )  [inline]

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

Returns:
SourcesToCreate
the value of field 'sourcesToCreate'.

References _sourcesToCreate.

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

com.cosylab.acs.laser.dao.xml.SourcesToRemove com::cosylab::acs::laser::dao::xml::SourceDefinitions::getSourcesToRemove (  )  [inline]

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

Returns:
SourcesToRemove
the value of field 'sourcesToRemove'.

References _sourcesToRemove.

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

com.cosylab.acs.laser.dao.xml.SourcesToUpdate com::cosylab::acs::laser::dao::xml::SourceDefinitions::getSourcesToUpdate (  )  [inline]

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

Returns:
SourcesToUpdate
the value of field 'sourcesToUpdate'.

References _sourcesToUpdate.

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

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

Method isValid

Returns:
boolean

References validate().

void com::cosylab::acs::laser::dao::xml::SourceDefinitions::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::SourceDefinitions::marshal ( java.io.Writer  out  )  throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException [inline]

Method marshal

Parameters:
out 

Referenced by com::cosylab::acs::laser::dao::ACSSourceDAOImpl::saveSources().

void com::cosylab::acs::laser::dao::xml::SourceDefinitions::setSourcesToCreate ( com.cosylab.acs.laser.dao.xml.SourcesToCreate  sourcesToCreate  )  [inline]

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

Parameters:
sourcesToCreate the value of field 'sourcesToCreate'.

References _sourcesToCreate.

Referenced by com::cosylab::acs::laser::dao::ACSSourceDAOImpl::saveSources(), and com::cosylab::acs::laser::dao::xml::SourceDefinitionsDescriptor::SourceDefinitionsDescriptor().

void com::cosylab::acs::laser::dao::xml::SourceDefinitions::setSourcesToRemove ( com.cosylab.acs.laser.dao.xml.SourcesToRemove  sourcesToRemove  )  [inline]

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

Parameters:
sourcesToRemove the value of field 'sourcesToRemove'.

References _sourcesToRemove.

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

void com::cosylab::acs::laser::dao::xml::SourceDefinitions::setSourcesToUpdate ( com.cosylab.acs.laser.dao.xml.SourcesToUpdate  sourcesToUpdate  )  [inline]

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

Parameters:
sourcesToUpdate the value of field 'sourcesToUpdate'.

References _sourcesToUpdate.

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

static java.lang.Object com::cosylab::acs::laser::dao::xml::SourceDefinitions::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::SourceDefinitions::validate (  )  throws org.exolab.castor.xml.ValidationException [inline]

Method validate

Referenced by isValid().


Member Data Documentation

definitions to create

Referenced by getSourcesToCreate(), and setSourcesToCreate().

definitions to remove

Referenced by getSourcesToRemove(), and setSourcesToRemove().

definitions to update

Referenced by getSourcesToUpdate(), and setSourcesToUpdate().


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

Generated by  doxygen 1.6.2