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

All Known Subinterfaces:
Header
All Known Implementing Classes:
HeaderImpl, HeaderTypeImpl

public interface HeaderType

Header list Structure: contains item Java content class for headerType 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 114)

 <complexType name="headerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="items">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="item" type="{http://www.ebi.ac.uk/ADFConverter}ItemType" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface HeaderType.ItemsType
          Java content class for anonymous complex type.
 
Method Summary
 HeaderType.ItemsType getItems()
          set of header items, describing the table structure
 void setItems(HeaderType.ItemsType value)
          set of header items, describing the table structure
 

Method Detail

getItems

public HeaderType.ItemsType getItems()
set of header items, describing the table structure

Returns:
possible object is HeaderType.ItemsType

setItems

public void setItems(HeaderType.ItemsType value)
set of header items, describing the table structure

Parameters:
value - allowed object is HeaderType.ItemsType


European Bioinformatics InstituteMicroarray Informatics Team