public class ASAPRatioPvalue 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="adj_ratio_mean" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="adj_ratio_standard_dev" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="heavy2light_adj_ratio_mean" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="heavy2light_adj_ratio_standard_dev" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="pvalue" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="decimal_pvalue" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
adjRatioMean |
protected double |
adjRatioStandardDev |
protected double |
decimalPvalue |
protected double |
heavy2LightAdjRatioMean |
protected double |
heavy2LightAdjRatioStandardDev |
protected double |
pvalue |
| Constructor and Description |
|---|
ASAPRatioPvalue() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAdjRatioMean()
Gets the value of the adjRatioMean property.
|
double |
getAdjRatioStandardDev()
Gets the value of the adjRatioStandardDev property.
|
double |
getDecimalPvalue()
Gets the value of the decimalPvalue property.
|
double |
getHeavy2LightAdjRatioMean()
Gets the value of the heavy2LightAdjRatioMean property.
|
double |
getHeavy2LightAdjRatioStandardDev()
Gets the value of the heavy2LightAdjRatioStandardDev property.
|
double |
getPvalue()
Gets the value of the pvalue property.
|
void |
setAdjRatioMean(double value)
Sets the value of the adjRatioMean property.
|
void |
setAdjRatioStandardDev(double value)
Sets the value of the adjRatioStandardDev property.
|
void |
setDecimalPvalue(double value)
Sets the value of the decimalPvalue property.
|
void |
setHeavy2LightAdjRatioMean(double value)
Sets the value of the heavy2LightAdjRatioMean property.
|
void |
setHeavy2LightAdjRatioStandardDev(double value)
Sets the value of the heavy2LightAdjRatioStandardDev property.
|
void |
setPvalue(double value)
Sets the value of the pvalue property.
|
protected double adjRatioMean
protected double adjRatioStandardDev
protected double heavy2LightAdjRatioMean
protected double heavy2LightAdjRatioStandardDev
protected double pvalue
protected double decimalPvalue
public double getAdjRatioMean()
public void setAdjRatioMean(double value)
public double getAdjRatioStandardDev()
public void setAdjRatioStandardDev(double value)
public double getHeavy2LightAdjRatioMean()
public void setHeavy2LightAdjRatioMean(double value)
public double getHeavy2LightAdjRatioStandardDev()
public void setHeavy2LightAdjRatioStandardDev(double value)
public double getPvalue()
public void setPvalue(double value)
public double getDecimalPvalue()
public void setDecimalPvalue(double value)
Copyright © 2017. All rights reserved.