public static class MsRun.DataProcessing extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://sashimi.sourceforge.net/schema_revision/mzXML_3.2}software"/>
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="processingOperation" type="{http://sashimi.sourceforge.net/schema_revision/mzXML_3.2}namevalueType"/>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</sequence>
<attribute name="intensityCutoff" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="centroided" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="deisotoped" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="chargeDeconvoluted" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="spotIntegration" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
centroided |
protected Boolean |
chargeDeconvoluted |
protected Boolean |
deisotoped |
protected Float |
intensityCutoff |
protected List<Object> |
processingOperationAndComment |
protected Software |
software |
protected Boolean |
spotIntegration |
| Constructor and Description |
|---|
MsRun.DataProcessing() |
| Modifier and Type | Method and Description |
|---|---|
Float |
getIntensityCutoff()
Gets the value of the intensityCutoff property.
|
List<Object> |
getProcessingOperationAndComment()
Gets the value of the processingOperationAndComment property.
|
Software |
getSoftware()
Software used to convert the data.
|
Boolean |
isCentroided()
Gets the value of the centroided property.
|
Boolean |
isChargeDeconvoluted()
Gets the value of the chargeDeconvoluted property.
|
Boolean |
isDeisotoped()
Gets the value of the deisotoped property.
|
Boolean |
isSpotIntegration()
Gets the value of the spotIntegration property.
|
void |
setCentroided(Boolean value)
Sets the value of the centroided property.
|
void |
setChargeDeconvoluted(Boolean value)
Sets the value of the chargeDeconvoluted property.
|
void |
setDeisotoped(Boolean value)
Sets the value of the deisotoped property.
|
void |
setIntensityCutoff(Float value)
Sets the value of the intensityCutoff property.
|
void |
setSoftware(Software value)
Sets the value of the software property.
|
void |
setSpotIntegration(Boolean value)
Sets the value of the spotIntegration property.
|
protected Software software
protected Float intensityCutoff
protected Boolean centroided
protected Boolean deisotoped
protected Boolean chargeDeconvoluted
protected Boolean spotIntegration
public Software getSoftware()
Softwarepublic void setSoftware(Software value)
value - allowed object is
Softwarepublic List<Object> getProcessingOperationAndComment()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the processingOperationAndComment property.
For example, to add a new item, do as follows:
getProcessingOperationAndComment().add(newItem);
Objects of the following type(s) are allowed in the list
NamevalueType
String
public Float getIntensityCutoff()
Floatpublic void setIntensityCutoff(Float value)
value - allowed object is
Floatpublic Boolean isCentroided()
Booleanpublic void setCentroided(Boolean value)
value - allowed object is
Booleanpublic Boolean isDeisotoped()
Booleanpublic void setDeisotoped(Boolean value)
value - allowed object is
Booleanpublic Boolean isChargeDeconvoluted()
Booleanpublic void setChargeDeconvoluted(Boolean value)
value - allowed object is
Booleanpublic Boolean isSpotIntegration()
BooleanCopyright © 2017. All rights reserved.