public class Intensity 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">
<attribute name="mz" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="ratio" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="error" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected float |
error |
protected float |
mz |
protected float |
ratio |
| Constructor and Description |
|---|
Intensity() |
| Modifier and Type | Method and Description |
|---|---|
float |
getError()
Gets the value of the error property.
|
float |
getMz()
Gets the value of the mz property.
|
float |
getRatio()
Gets the value of the ratio property.
|
void |
setError(float value)
Sets the value of the error property.
|
void |
setMz(float value)
Sets the value of the mz property.
|
void |
setRatio(float value)
Sets the value of the ratio property.
|
public float getMz()
public void setMz(float value)
public float getRatio()
public void setRatio(float value)
public float getError()
public void setError(float value)
Copyright © 2017. All rights reserved.