public class AsapratioResult 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://regis-web.systemsbiology.net/pepXML}asapratio_peptide_data"/>
</sequence>
<attribute name="mean" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="error" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="heavy2light_mean" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="heavy2light_error" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AsapratioPeptideData |
asapratioPeptideData |
protected float |
error |
protected float |
heavy2LightError |
protected float |
heavy2LightMean |
protected float |
mean |
| Constructor and Description |
|---|
AsapratioResult() |
| Modifier and Type | Method and Description |
|---|---|
AsapratioPeptideData |
getAsapratioPeptideData()
Gets the value of the asapratioPeptideData property.
|
float |
getError()
Gets the value of the error property.
|
float |
getHeavy2LightError()
Gets the value of the heavy2LightError property.
|
float |
getHeavy2LightMean()
Gets the value of the heavy2LightMean property.
|
float |
getMean()
Gets the value of the mean property.
|
void |
setAsapratioPeptideData(AsapratioPeptideData value)
Sets the value of the asapratioPeptideData property.
|
void |
setError(float value)
Sets the value of the error property.
|
void |
setHeavy2LightError(float value)
Sets the value of the heavy2LightError property.
|
void |
setHeavy2LightMean(float value)
Sets the value of the heavy2LightMean property.
|
void |
setMean(float value)
Sets the value of the mean property.
|
protected AsapratioPeptideData asapratioPeptideData
protected float mean
protected float error
protected float heavy2LightMean
protected float heavy2LightError
public AsapratioPeptideData getAsapratioPeptideData()
AsapratioPeptideDatapublic void setAsapratioPeptideData(AsapratioPeptideData value)
value - allowed object is
AsapratioPeptideDatapublic float getMean()
public void setMean(float value)
public float getError()
public void setError(float value)
public float getHeavy2LightMean()
public void setHeavy2LightMean(float value)
public float getHeavy2LightError()
public void setHeavy2LightError(float value)
Copyright © 2017. All rights reserved.