Public Member Functions | Static Public Member Functions

com.cosylab.acs.laser.dao.xml.Parent Class Reference

List of all members.

Public Member Functions

 Parent ()
com.cosylab.acs.laser.dao.xml.AlarmDefinition getAlarmDefinition ()
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 setAlarmDefinition (com.cosylab.acs.laser.dao.xml.AlarmDefinition alarmDefinition)
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

Detailed Description

parent FS

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

Constructor & Destructor Documentation

com.cosylab.acs.laser.dao.xml.Parent.Parent (  ) 

Member Function Documentation

com.cosylab.acs.laser.dao.xml.AlarmDefinition com.cosylab.acs.laser.dao.xml.Parent.getAlarmDefinition (  ) 

Returns the value of field 'alarmDefinition'. The field 'alarmDefinition' has the following description: LASER alarm definition

Returns:
AlarmDefinition
the value of field 'alarmDefinition'.

Referenced by com.cosylab.acs.laser.dao.xml.ParentDescriptor.ParentDescriptor().

boolean com.cosylab.acs.laser.dao.xml.Parent.isValid (  ) 

Method isValid

Returns:
boolean

References com.cosylab.acs.laser.dao.xml.Parent.validate().

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

Method marshal

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

Method marshal

Parameters:
out 
void com.cosylab.acs.laser.dao.xml.Parent.setAlarmDefinition ( com.cosylab.acs.laser.dao.xml.AlarmDefinition  alarmDefinition  ) 

Sets the value of field 'alarmDefinition'. The field 'alarmDefinition' has the following description: LASER alarm definition

Parameters:
alarmDefinition the value of field 'alarmDefinition'.

Referenced by com.cosylab.acs.laser.dao.xml.ParentDescriptor.ParentDescriptor().

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

Method unmarshal

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

Method validate

Referenced by com.cosylab.acs.laser.dao.xml.Parent.isValid().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties