|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.io.mzdata.MzDataExpCommon
org.proteios.io.mzdata.MzDataExpCommonDc
org.proteios.io.mzdata.MzDataExpCommonAnnotation
org.proteios.io.mzdata.MzDataExpCommonPeakListSet
org.proteios.io.mzdata.MzDataExpSourceFileBlock
public class MzDataExpSourceFileBlock
This class processes a "sourceFile" XML block in an mzData file. This class supports export of mzData files from Proteios. An mzData file contains information on a mass spectrometry experiment. Given a Proteios peakListSet, MzDataExporter fetches stored data related to this peakListSet and stores it in an mzData file.
| Field Summary |
|---|
| Fields inherited from class org.proteios.io.mzdata.MzDataExpCommonDc |
|---|
anna, dc, factory |
| Fields inherited from class org.proteios.io.mzdata.MzDataExpCommon |
|---|
log |
| Constructor Summary | |
|---|---|
MzDataExpSourceFileBlock(SessionControl sc)
Default constructor. |
|
| Method Summary | |
|---|---|
void |
fetchPeakListSetAnnotations(PeakListSet peakListSet)
Fetches variable values stored as annotations for peakListSet. |
String |
getFileType()
Get the source file fileType. |
String |
getNameOfFile()
Get the source file nameOfFile. |
String |
getPathToFile()
Get the source file pathToFile. |
void |
setFileType(String fileType)
Set the source file fileType. |
void |
setNameOfFile(String nameOfFile)
Set the source file nameOfFile. |
void |
setPathToFile(String pathToFile)
Set the source file pathToFile. |
void |
write(XMLCrudeWriter xmlCrudeWriter,
PeakListSet peakListSet)
Creates a sourceFile block. |
| Methods inherited from class org.proteios.io.mzdata.MzDataExpCommonPeakListSet |
|---|
getPeakListSet, setPeakListSet |
| Methods inherited from class org.proteios.io.mzdata.MzDataExpCommonDc |
|---|
enableAnnotator, enableDbControl, enableDbControl, getDbControl, getSessionControl, setDbControl |
| Methods inherited from class org.proteios.io.mzdata.MzDataExpCommon |
|---|
getBlockTagName, setBlockTagName, write, writeAttribute, writeEndTag, writeNamespace, writeSimpleElementPair, writeSimpleElementPair, writeSingleElementEnd, writeStartElement, writeStartElementEnd, writeStartListTag, writeStartTag, zeroPad, zeroPad, zeroPad |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MzDataExpSourceFileBlock(SessionControl sc)
sc - | Method Detail |
|---|
public String getNameOfFile()
public void setNameOfFile(String nameOfFile)
nameOfFile - String the nameOfFile to set.public String getPathToFile()
public void setPathToFile(String pathToFile)
pathToFile - String the pathToFile to set.public String getFileType()
public void setFileType(String fileType)
fileType - String the fileType to set.
public void write(XMLCrudeWriter xmlCrudeWriter,
PeakListSet peakListSet)
throws javax.xml.stream.XMLStreamException
xmlCrudeWriter - the XMLCrudeWriter instance to use.peakListSet - PeakListSet peakListSet used
javax.xml.stream.XMLStreamException - If there is an XML Stream related errorpublic void fetchPeakListSetAnnotations(PeakListSet peakListSet)
peakListSet - PeakListSet peakListSet used
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||