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

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

List of all members.

Public Member Functions

 AlarmDefinitionType ()
void deleteInstant ()
void deletePriority ()
void deleteResponsibleId ()
java.lang.String getAction ()
java.lang.String getCause ()
java.lang.String getConsequence ()
java.lang.String getHelpUrl ()
boolean getInstant ()
com.cosylab.acs.laser.dao.xml.Location getLocation ()
java.lang.String getPiquetEmail ()
java.lang.String getPiquetGSM ()
int getPriority ()
int getResponsibleId ()
java.lang.String getSourceName ()
com.cosylab.acs.laser.dao.xml.VisualFields getVisualFields ()
boolean hasInstant ()
boolean hasPriority ()
boolean hasResponsibleId ()
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 setAction (java.lang.String action)
void setCause (java.lang.String cause)
void setConsequence (java.lang.String consequence)
void setHelpUrl (java.lang.String helpUrl)
void setInstant (boolean instant)
void setLocation (com.cosylab.acs.laser.dao.xml.Location location)
void setPiquetEmail (java.lang.String piquetEmail)
void setPiquetGSM (java.lang.String piquetGSM)
void setPriority (int priority)
void setResponsibleId (int responsibleId)
void setSourceName (java.lang.String sourceName)
void setVisualFields (com.cosylab.acs.laser.dao.xml.VisualFields visualFields)
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.VisualFields _visualFields
boolean _instant = false
boolean _has_instant
java.lang.String _cause
java.lang.String _action
java.lang.String _consequence
int _priority = 0
boolean _has_priority
int _responsibleId
boolean _has_responsibleId
java.lang.String _piquetGSM
java.lang.String _helpUrl
java.lang.String _sourceName
com.cosylab.acs.laser.dao.xml.Location _location
java.lang.String _piquetEmail

Detailed Description

Class AlarmDefinitionType.

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

Constructor & Destructor Documentation

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

Member Function Documentation

void com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::deleteInstant (  )  [inline]
void com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::deletePriority (  )  [inline]
void com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::deleteResponsibleId (  )  [inline]
java.lang.String com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::getAction (  )  [inline]

Returns the value of field 'action'. The field 'action' has the following description: FS action to be taken

Returns:
String
the value of field 'action'.

References _action.

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

java.lang.String com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::getCause (  )  [inline]

Returns the value of field 'cause'. The field 'cause' has the following description: FS cause description

Returns:
String
the value of field 'cause'.

References _cause.

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

java.lang.String com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::getConsequence (  )  [inline]

Returns the value of field 'consequence'. The field 'consequence' has the following description: FS consequence description

Returns:
String
the value of field 'consequence'.

References _consequence.

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

java.lang.String com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::getHelpUrl (  )  [inline]

Returns the value of field 'helpUrl'. The field 'helpUrl' has the following description: FS help information URL

Returns:
String
the value of field 'helpUrl'.

References _helpUrl.

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

boolean com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::getInstant (  )  [inline]

Returns the value of field 'instant'. The field 'instant' has the following description: binary/instant FS

Returns:
boolean
the value of field 'instant'.

References _instant.

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

com.cosylab.acs.laser.dao.xml.Location com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::getLocation (  )  [inline]

Returns the value of field 'location'. The field 'location' has the following description: FS location

Returns:
Location
the value of field 'location'.

References _location.

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

java.lang.String com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::getPiquetEmail (  )  [inline]

Returns the value of field 'piquetEmail'. The field 'piquetEmail' has the following description: FS piquet Email address

Returns:
String
the value of field 'piquetEmail'.

References _piquetEmail.

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

java.lang.String com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::getPiquetGSM (  )  [inline]

Returns the value of field 'piquetGSM'. The field 'piquetGSM' has the following description: FS piquet GSM number

Returns:
String
the value of field 'piquetGSM'.

References _piquetGSM.

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

int com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::getPriority (  )  [inline]

Returns the value of field 'priority'. The field 'priority' has the following description: FS priority

Returns:
int
the value of field 'priority'.

References _priority.

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

int com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::getResponsibleId (  )  [inline]

Returns the value of field 'responsibleId'. The field 'responsibleId' has the following description: FS responsible person CERN identifier

Returns:
int
the value of field 'responsibleId'.

References _responsibleId.

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

java.lang.String com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::getSourceName (  )  [inline]

Returns the value of field 'sourceName'. The field 'sourceName' has the following description: FS source name

Returns:
String
the value of field 'sourceName'.

References _sourceName.

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

com.cosylab.acs.laser.dao.xml.VisualFields com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::getVisualFields (  )  [inline]

Returns the value of field 'visualFields'. The field 'visualFields' has the following description: FS visual fields

Returns:
VisualFields
the value of field 'visualFields'.

References _visualFields.

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

boolean com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::hasInstant (  )  [inline]
boolean com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::hasPriority (  )  [inline]
boolean com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::hasResponsibleId (  )  [inline]
boolean com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::isValid (  )  [inline]

Method isValid

Returns:
boolean

Reimplemented in com::cosylab::acs::laser::dao::xml::AlarmDefinition.

References validate().

void com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::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 

Reimplemented in com::cosylab::acs::laser::dao::xml::AlarmDefinition.

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

Method marshal

Parameters:
out 

Reimplemented in com::cosylab::acs::laser::dao::xml::AlarmDefinition.

void com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::setAction ( java.lang.String  action  )  [inline]

Sets the value of field 'action'. The field 'action' has the following description: FS action to be taken

Parameters:
action the value of field 'action'.

References _action.

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

void com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::setCause ( java.lang.String  cause  )  [inline]

Sets the value of field 'cause'. The field 'cause' has the following description: FS cause description

Parameters:
cause the value of field 'cause'.

References _cause.

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

void com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::setConsequence ( java.lang.String  consequence  )  [inline]

Sets the value of field 'consequence'. The field 'consequence' has the following description: FS consequence description

Parameters:
consequence the value of field 'consequence'.

References _consequence.

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

void com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::setHelpUrl ( java.lang.String  helpUrl  )  [inline]

Sets the value of field 'helpUrl'. The field 'helpUrl' has the following description: FS help information URL

Parameters:
helpUrl the value of field 'helpUrl'.

References _helpUrl.

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

void com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::setInstant ( boolean  instant  )  [inline]

Sets the value of field 'instant'. The field 'instant' has the following description: binary/instant FS

Parameters:
instant the value of field 'instant'.

References _has_instant, and _instant.

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

void com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::setLocation ( com.cosylab.acs.laser.dao.xml.Location  location  )  [inline]

Sets the value of field 'location'. The field 'location' has the following description: FS location

Parameters:
location the value of field 'location'.

References _location.

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

void com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::setPiquetEmail ( java.lang.String  piquetEmail  )  [inline]

Sets the value of field 'piquetEmail'. The field 'piquetEmail' has the following description: FS piquet Email address

Parameters:
piquetEmail the value of field 'piquetEmail'.

References _piquetEmail.

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

void com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::setPiquetGSM ( java.lang.String  piquetGSM  )  [inline]

Sets the value of field 'piquetGSM'. The field 'piquetGSM' has the following description: FS piquet GSM number

Parameters:
piquetGSM the value of field 'piquetGSM'.

References _piquetGSM.

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

void com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::setPriority ( int  priority  )  [inline]

Sets the value of field 'priority'. The field 'priority' has the following description: FS priority

Parameters:
priority the value of field 'priority'.

References _has_priority, and _priority.

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

void com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::setResponsibleId ( int  responsibleId  )  [inline]

Sets the value of field 'responsibleId'. The field 'responsibleId' has the following description: FS responsible person CERN identifier

Parameters:
responsibleId the value of field 'responsibleId'.

References _has_responsibleId, and _responsibleId.

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

void com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::setSourceName ( java.lang.String  sourceName  )  [inline]

Sets the value of field 'sourceName'. The field 'sourceName' has the following description: FS source name

Parameters:
sourceName the value of field 'sourceName'.

References _sourceName.

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

void com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::setVisualFields ( com.cosylab.acs.laser.dao.xml.VisualFields  visualFields  )  [inline]

Sets the value of field 'visualFields'. The field 'visualFields' has the following description: FS visual fields

Parameters:
visualFields the value of field 'visualFields'.

References _visualFields.

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

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

Method unmarshal

Parameters:
reader 
Returns:
Object

Reimplemented in com::cosylab::acs::laser::dao::xml::AlarmDefinition.

void com::cosylab::acs::laser::dao::xml::AlarmDefinitionType::validate (  )  throws org.exolab.castor.xml.ValidationException [inline]

Method validate

Reimplemented in com::cosylab::acs::laser::dao::xml::AlarmDefinition.

Referenced by isValid().


Member Data Documentation

FS action to be taken

Referenced by getAction(), and setAction().

FS cause description

Referenced by getCause(), and setCause().

FS consequence description

Referenced by getConsequence(), and setConsequence().

keeps track of state for field: _instant

Referenced by deleteInstant(), hasInstant(), and setInstant().

keeps track of state for field: _priority

Referenced by deletePriority(), hasPriority(), and setPriority().

keeps track of state for field: _responsibleId

Referenced by deleteResponsibleId(), hasResponsibleId(), and setResponsibleId().

FS help information URL

Referenced by getHelpUrl(), and setHelpUrl().

binary/instant FS

Referenced by getInstant(), and setInstant().

FS location

Referenced by getLocation(), and setLocation().

FS piquet Email address

Referenced by getPiquetEmail(), and setPiquetEmail().

FS piquet GSM number

Referenced by getPiquetGSM(), and setPiquetGSM().

FS priority

Referenced by getPriority(), and setPriority().

FS responsible person CERN identifier

Referenced by getResponsibleId(), and setResponsibleId().

FS source name

Referenced by getSourceName(), and setSourceName().

FS visual fields

Referenced by getVisualFields(), and setVisualFields().


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

Generated by  doxygen 1.6.2