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()
Doublepublic void setHeavy2LightAdjRatioMean(Double value)
value - allowed object is
Doublepublic Double getHeavy2LightAdjRatioStandardDev()
Doublepublic void setHeavy2LightAdjRatioStandardDev(Double value)
value - allowed object is
Doublepublic Double getPvalue()
Doublepublic void setPvalue(Double value)
value - allowed object is
Doublepublic Double getDecimalPvalue()
DoubleCopyright © 2017. All rights reserved.