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

All Known Implementing Classes:
DataTypeImpl

public interface DataType

structure of data: can be composed of several table Java content class for DataType 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 66)

 <complexType name="DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tables">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="table" type="{http://www.ebi.ac.uk/ADFConverter}tableType" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="dataFormat" use="required" type="{http://www.ebi.ac.uk/ADFConverter}dataFormatType" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="tableDelimiter" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface DataType.TablesType
          Java content class for anonymous complex type.
 
Method Summary
 java.lang.String getDataFormat()
          Gets the value of the dataFormat property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getTableDelimiter()
          Gets the value of the tableDelimiter property.
 DataType.TablesType getTables()
          set of data tables (at least one)
 void setDataFormat(java.lang.String value)
          Sets the value of the dataFormat property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setTableDelimiter(java.lang.String value)
          Sets the value of the tableDelimiter property.
 void setTables(DataType.TablesType value)
          set of data tables (at least one)
 

Method Detail

getDataFormat

public java.lang.String getDataFormat()
Gets the value of the dataFormat property.

Returns:
possible object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

getTableDelimiter

public java.lang.String getTableDelimiter()
Gets the value of the tableDelimiter property.

Returns:
possible object is String

getTables

public DataType.TablesType getTables()
set of data tables (at least one)

Returns:
possible object is DataType.TablesType

setDataFormat

public void setDataFormat(java.lang.String value)
Sets the value of the dataFormat property.

Parameters:
value - allowed object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

setTableDelimiter

public void setTableDelimiter(java.lang.String value)
Sets the value of the tableDelimiter property.

Parameters:
value - allowed object is String

setTables

public void setTables(DataType.TablesType value)
set of data tables (at least one)

Parameters:
value - allowed object is DataType.TablesType


European Bioinformatics InstituteMicroarray Informatics Team