uk.ac.ebi.adfconverter.tools.checker.data
Interface CheckRuleType

All Known Implementing Classes:
CheckRuleTypeImpl

public interface CheckRuleType

Rule for checking: using pattern to identify items Java content class for CheckRuleType complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/development/Projects/conv-t/etc/fileStructure/DocumentStructure.xsd line 140)

 <complexType name="CheckRuleType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="regex">
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <pattern value="[^/].+[^/]"/>
             <pattern value="/.+/"/>
           </restriction>
         </element>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getDescription()
          description of the rule, will be displayed in the tool
 java.lang.String getRegex()
          regulax expression used for identification
 void setDescription(java.lang.String value)
          description of the rule, will be displayed in the tool
 void setRegex(java.lang.String value)
          regulax expression used for identification
 

Method Detail

getDescription

public java.lang.String getDescription()
description of the rule, will be displayed in the tool

Returns:
possible object is String

getRegex

public java.lang.String getRegex()
regulax expression used for identification

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
description of the rule, will be displayed in the tool

Parameters:
value - allowed object is String

setRegex

public void setRegex(java.lang.String value)
regulax expression used for identification

Parameters:
value - allowed object is String


European Bioinformatics InstituteMicroarray Informatics Team