
Public Member Functions | |
| VisualFields () | |
| java.lang.String | getIdentifier () |
| java.lang.String | getProblemDescription () |
| java.lang.String | getSystemName () |
| 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 | setIdentifier (java.lang.String identifier) |
| void | setProblemDescription (java.lang.String problemDescription) |
| void | setSystemName (java.lang.String systemName) |
| 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 | |
| java.lang.String | _systemName |
| java.lang.String | _identifier |
| java.lang.String | _problemDescription |
FS visual fields
| com::cosylab::acs::laser::dao::xml::VisualFields::VisualFields | ( | ) | [inline] |
| java.lang.String com::cosylab::acs::laser::dao::xml::VisualFields::getIdentifier | ( | ) | [inline] |
Returns the value of field 'identifier'. The field 'identifier' has the following description: The system identification
References _identifier.
Referenced by com::cosylab::acs::laser::dao::xml::VisualFieldsDescriptor::VisualFieldsDescriptor().
| java.lang.String com::cosylab::acs::laser::dao::xml::VisualFields::getProblemDescription | ( | ) | [inline] |
Returns the value of field 'problemDescription'. The field 'problemDescription' has the following description: The system fault description
References _problemDescription.
Referenced by com::cosylab::acs::laser::dao::xml::VisualFieldsDescriptor::VisualFieldsDescriptor().
| java.lang.String com::cosylab::acs::laser::dao::xml::VisualFields::getSystemName | ( | ) | [inline] |
Returns the value of field 'systemName'. The field 'systemName' has the following description: The system type name
References _systemName.
Referenced by com::cosylab::acs::laser::dao::xml::VisualFieldsDescriptor::VisualFieldsDescriptor().
| boolean com::cosylab::acs::laser::dao::xml::VisualFields::isValid | ( | ) | [inline] |
| void com::cosylab::acs::laser::dao::xml::VisualFields::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::VisualFields::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::VisualFields::setIdentifier | ( | java.lang.String | identifier | ) | [inline] |
Sets the value of field 'identifier'. The field 'identifier' has the following description: The system identification
| identifier | the value of field 'identifier'. |
References _identifier.
Referenced by com::cosylab::acs::laser::dao::xml::VisualFieldsDescriptor::VisualFieldsDescriptor().
| void com::cosylab::acs::laser::dao::xml::VisualFields::setProblemDescription | ( | java.lang.String | problemDescription | ) | [inline] |
Sets the value of field 'problemDescription'. The field 'problemDescription' has the following description: The system fault description
| problemDescription | the value of field 'problemDescription'. |
References _problemDescription.
Referenced by com::cosylab::acs::laser::dao::xml::VisualFieldsDescriptor::VisualFieldsDescriptor().
| void com::cosylab::acs::laser::dao::xml::VisualFields::setSystemName | ( | java.lang.String | systemName | ) | [inline] |
Sets the value of field 'systemName'. The field 'systemName' has the following description: The system type name
| systemName | the value of field 'systemName'. |
References _systemName.
Referenced by com::cosylab::acs::laser::dao::xml::VisualFieldsDescriptor::VisualFieldsDescriptor().
| static java.lang.Object com::cosylab::acs::laser::dao::xml::VisualFields::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::VisualFields::validate | ( | ) | throws org.exolab.castor.xml.ValidationException [inline] |
Method validate
Referenced by isValid().
java.lang.String com::cosylab::acs::laser::dao::xml::VisualFields::_identifier [private] |
The system identification
Referenced by getIdentifier(), and setIdentifier().
java.lang.String com::cosylab::acs::laser::dao::xml::VisualFields::_problemDescription [private] |
The system fault description
Referenced by getProblemDescription(), and setProblemDescription().
java.lang.String com::cosylab::acs::laser::dao::xml::VisualFields::_systemName [private] |
The system type name
Referenced by getSystemName(), and setSystemName().
1.6.2