|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public FileType.DataSetType getDataSet()
FileType.DataSetTypepublic java.lang.String getExtension()
Stringpublic java.lang.String getFileFormat()
Stringpublic java.lang.String getName()
Stringpublic boolean isMandatory()
public void setDataSet(FileType.DataSetType value)
value - allowed object is
FileType.DataSetTypepublic void setExtension(java.lang.String value)
value - allowed object is
Stringpublic void setFileFormat(java.lang.String value)
value - allowed object is
Stringpublic void setMandatory(boolean value)
public void setName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||