|
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.MzDataImpCommon
org.proteios.io.mzdata.MzDataImpCommonDc
org.proteios.io.mzdata.MzDataImpCommonAnnotation
org.proteios.io.mzdata.MzDataImpCommonPeakListSet
org.proteios.io.mzdata.MzDataImpProcessingMethodBlock
public class MzDataImpProcessingMethodBlock
This class processes a "processingMethod" XML block in an mzData file. It collects data from name-value pairs in cvParam tags and makes it available through accessor methods to its instance variables.
| Field Summary |
|---|
| Fields inherited from class org.proteios.io.mzdata.MzDataImpCommonPeakListSet |
|---|
aPeakListSet |
| Fields inherited from class org.proteios.io.mzdata.MzDataImpCommonDc |
|---|
anna, dc, factory |
| Fields inherited from class org.proteios.io.mzdata.MzDataImpCommon |
|---|
log |
| Constructor Summary | |
|---|---|
MzDataImpProcessingMethodBlock(SessionControl sc)
Default constructor. |
|
| Method Summary | |
|---|---|
void |
cvParamElementStart(javax.xml.stream.XMLStreamReader parser)
Processes start of cvParam XML element. |
String |
getChargeDeconvolution()
Get the chargeDeconvolution. |
List<CvParam> |
getCvParamList()
Get the cvParamList. |
String |
getDeisotoping()
Get the deisotoping. |
String |
getPeakProcessing()
Get the peakProcessing. |
List<UserParam> |
getUserParamList()
Get the userParamList. |
void |
processInternalStartElement(javax.xml.stream.XMLStreamReader parser)
Processes an internal StartElement event. |
void |
setChargeDeconvolution(String chargeDeconvolution)
Set the chargeDeconvolution. |
void |
setCvParamList(List<CvParam> cvParamList)
Set the cvParamList. |
void |
setDeisotoping(String deisotoping)
Set the deisotoping. |
void |
setPeakProcessing(String peakProcessing)
Set the peakProcessing. |
void |
setUserParamList(List<UserParam> userParamList)
Set the userParamList. |
void |
userParamElementStart(javax.xml.stream.XMLStreamReader parser)
Processes start of userParam XML element. |
| Methods inherited from class org.proteios.io.mzdata.MzDataImpCommonPeakListSet |
|---|
getPeakListSet, getXMLFilePath, parse, setPeakListSet, setXMLFilePath |
| Methods inherited from class org.proteios.io.mzdata.MzDataImpCommonAnnotation |
|---|
fetchCvLookupAnnotation, fetchCvLookupAnnotationList, fetchCvParamAnnotation, fetchCvParamAnnotationList, fetchUserParamAnnotation, fetchUserParamAnnotationList, storeAnnotation, storeCvLookupAnnotation, storeCvParamAnnotation, storeUserParamAnnotation |
| Methods inherited from class org.proteios.io.mzdata.MzDataImpCommonDc |
|---|
enableDbControl, enableDbControl, getDbControl, getSessionControl, setDbControl |
| Methods inherited from class org.proteios.io.mzdata.MzDataImpCommon |
|---|
blockEnd, blockStart, getBlockTagName, getTempStrBuf, parse, processCData, processCharacters, processInternalEndElement, setBlockTagName, setTempStrBuf |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MzDataImpProcessingMethodBlock(SessionControl sc)
sc - | Method Detail |
|---|
public String getDeisotoping()
public void setDeisotoping(String deisotoping)
deisotoping - String the deisotoping to set.public String getChargeDeconvolution()
public void setChargeDeconvolution(String chargeDeconvolution)
chargeDeconvolution - String the chargeDeconvolution to set.public String getPeakProcessing()
public void setPeakProcessing(String peakProcessing)
peakProcessing - String the peakProcessing to set.public List<CvParam> getCvParamList()
public void setCvParamList(List<CvParam> cvParamList)
cvParamList - Listpublic List<UserParam> getUserParamList()
public void setUserParamList(List<UserParam> userParamList)
userParamList - List
public void processInternalStartElement(javax.xml.stream.XMLStreamReader parser)
throws javax.xml.stream.XMLStreamException
processInternalStartElement in class MzDataImpCommonparser - XMLStreamReader instance.
javax.xml.stream.XMLStreamException - If there is an XML Stream related error
public void cvParamElementStart(javax.xml.stream.XMLStreamReader parser)
throws javax.xml.stream.XMLStreamException
parser - XMLStreamReader instance.
javax.xml.stream.XMLStreamException - If there is an XML Stream related error
public void userParamElementStart(javax.xml.stream.XMLStreamReader parser)
throws javax.xml.stream.XMLStreamException
parser - XMLStreamReader instance.
javax.xml.stream.XMLStreamException - If there is an XML Stream related error
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||