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

All Known Subinterfaces:
Filer
All Known Implementing Classes:
FilerImpl, FileTypeImpl

public interface FileType

definition of a file Java content class for FileType 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 27)

 <complexType name="FileType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dataSet">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="data" type="{http://www.ebi.ac.uk/ADFConverter}DataType" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="extension" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="fileFormat" use="required" type="{http://www.ebi.ac.uk/ADFConverter}fileFormatType" />
       <attribute name="mandatory" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default=" " />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface FileType.DataSetType
          Java content class for anonymous complex type.
 
Method Summary
 FileType.DataSetType getDataSet()
          set of data contained in a file or spreadsheet
 java.lang.String getExtension()
          Gets the value of the extension property.
 java.lang.String getFileFormat()
          Gets the value of the fileFormat property.
 java.lang.String getName()
          Gets the value of the name property.
 boolean isMandatory()
          Gets the value of the mandatory property.
 void setDataSet(FileType.DataSetType value)
          set of data contained in a file or spreadsheet
 void setExtension(java.lang.String value)
          Sets the value of the extension property.
 void setFileFormat(java.lang.String value)
          Sets the value of the fileFormat property.
 void setMandatory(boolean value)
          Sets the value of the mandatory property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 

Method Detail

getDataSet

public FileType.DataSetType getDataSet()
set of data contained in a file or spreadsheet

Returns:
possible object is FileType.DataSetType

getExtension

public java.lang.String getExtension()
Gets the value of the extension property.

Returns:
possible object is String

getFileFormat

public java.lang.String getFileFormat()
Gets the value of the fileFormat property.

Returns:
possible object is String

getName

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

Returns:
possible object is String

isMandatory

public boolean isMandatory()
Gets the value of the mandatory property.


setDataSet

public void setDataSet(FileType.DataSetType value)
set of data contained in a file or spreadsheet

Parameters:
value - allowed object is FileType.DataSetType

setExtension

public void setExtension(java.lang.String value)
Sets the value of the extension property.

Parameters:
value - allowed object is String

setFileFormat

public void setFileFormat(java.lang.String value)
Sets the value of the fileFormat property.

Parameters:
value - allowed object is String

setMandatory

public void setMandatory(boolean value)
Sets the value of the mandatory property.


setName

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

Parameters:
value - allowed object is String


European Bioinformatics InstituteMicroarray Informatics Team