|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public java.lang.String getDataFormat()
Stringpublic java.lang.String getName()
Stringpublic java.lang.String getTableDelimiter()
Stringpublic DataType.TablesType getTables()
DataType.TablesTypepublic void setDataFormat(java.lang.String value)
value - allowed object is
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic void setTableDelimiter(java.lang.String value)
value - allowed object is
Stringpublic void setTables(DataType.TablesType value)
value - allowed object is
DataType.TablesType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||