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

All Known Implementing Classes:
ConstraintTypeImpl

public interface ConstraintType

Java content class for ConstraintType 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 352)

 <complexType name="ConstraintType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rule" type="{http://www.ebi.ac.uk/ADFConverter}CheckRuleType"/>
         <element name="curatedValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getCuratedValue()
          Gets the value of the curatedValue property.
 CheckRuleType getRule()
          Gets the value of the rule property.
 void setCuratedValue(java.lang.String value)
          Sets the value of the curatedValue property.
 void setRule(CheckRuleType value)
          Sets the value of the rule property.
 

Method Detail

getCuratedValue

public java.lang.String getCuratedValue()
Gets the value of the curatedValue property.

Returns:
possible object is String

getRule

public CheckRuleType getRule()
Gets the value of the rule property.

Returns:
possible object is CheckRuleType

setCuratedValue

public void setCuratedValue(java.lang.String value)
Sets the value of the curatedValue property.

Parameters:
value - allowed object is String

setRule

public void setRule(CheckRuleType value)
Sets the value of the rule property.

Parameters:
value - allowed object is CheckRuleType


European Bioinformatics InstituteMicroarray Informatics Team