|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
definition of a data document: can contain several data table (in several files) Java content class for documentStructureType 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 9)
<complexType name="documentStructureType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="files">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="file" type="{http://www.ebi.ac.uk/ADFConverter}FileType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
static interface |
DocumentStructureType.FilesType
Java content class for anonymous complex type. |
| Method Summary | |
DocumentStructureType.FilesType |
getFiles()
set of one or sereral data files |
void |
setFiles(DocumentStructureType.FilesType value)
set of one or sereral data files |
| Method Detail |
public DocumentStructureType.FilesType getFiles()
DocumentStructureType.FilesTypepublic void setFiles(DocumentStructureType.FilesType value)
value - allowed object is
DocumentStructureType.FilesType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||