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

All Known Implementing Classes:
FieldTypeImpl

public interface FieldType

Specifies the field value type and constraints Java content class for FieldType 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 288)

 <complexType name="FieldType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="typeName" type="{http://www.ebi.ac.uk/ADFConverter}fieldTypeName"/>
         <element name="constraints" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="constraint" type="{http://www.ebi.ac.uk/ADFConverter}ConstraintType" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface FieldType.ConstraintsType
          Java content class for anonymous complex type.
 
Method Summary
 FieldType.ConstraintsType getConstraints()
          Gets the value of the constraints property.
 java.lang.String getTypeName()
          Gets the value of the typeName property.
 void setConstraints(FieldType.ConstraintsType value)
          Sets the value of the constraints property.
 void setTypeName(java.lang.String value)
          Sets the value of the typeName property.
 

Method Detail

getConstraints

public FieldType.ConstraintsType getConstraints()
Gets the value of the constraints property.

Returns:
possible object is FieldType.ConstraintsType

getTypeName

public java.lang.String getTypeName()
Gets the value of the typeName property.

Returns:
possible object is String

setConstraints

public void setConstraints(FieldType.ConstraintsType value)
Sets the value of the constraints property.

Parameters:
value - allowed object is FieldType.ConstraintsType

setTypeName

public void setTypeName(java.lang.String value)
Sets the value of the typeName property.

Parameters:
value - allowed object is String


European Bioinformatics InstituteMicroarray Informatics Team