public class ASAPPvalueAnalysisSummary 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="asapratio_id" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" default="1" />
<attribute name="background_ratio_mean" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="background_ratio_stdev" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="background_fitting_error" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="analysis_distribution_file" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="full_analysis_distribution_file" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="asap_prot_id" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" default="1" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
analysisDistributionFile |
protected Integer |
asapProtId |
protected Integer |
asapratioId |
protected double |
backgroundFittingError |
protected double |
backgroundRatioMean |
protected double |
backgroundRatioStdev |
protected String |
fullAnalysisDistributionFile |
| Constructor and Description |
|---|
ASAPPvalueAnalysisSummary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnalysisDistributionFile()
Gets the value of the analysisDistributionFile property.
|
int |
getAsapProtId()
Gets the value of the asapProtId property.
|
int |
getAsapratioId()
Gets the value of the asapratioId property.
|
double |
getBackgroundFittingError()
Gets the value of the backgroundFittingError property.
|
double |
getBackgroundRatioMean()
Gets the value of the backgroundRatioMean property.
|
double |
getBackgroundRatioStdev()
Gets the value of the backgroundRatioStdev property.
|
String |
getFullAnalysisDistributionFile()
Gets the value of the fullAnalysisDistributionFile property.
|
void |
setAnalysisDistributionFile(String value)
Sets the value of the analysisDistributionFile property.
|
void |
setAsapProtId(Integer value)
Sets the value of the asapProtId property.
|
void |
setAsapratioId(Integer value)
Sets the value of the asapratioId property.
|
void |
setBackgroundFittingError(double value)
Sets the value of the backgroundFittingError property.
|
void |
setBackgroundRatioMean(double value)
Sets the value of the backgroundRatioMean property.
|
void |
setBackgroundRatioStdev(double value)
Sets the value of the backgroundRatioStdev property.
|
void |
setFullAnalysisDistributionFile(String value)
Sets the value of the fullAnalysisDistributionFile property.
|
protected Integer asapratioId
protected double backgroundRatioMean
protected double backgroundRatioStdev
protected double backgroundFittingError
protected String analysisDistributionFile
protected String fullAnalysisDistributionFile
protected Integer asapProtId
public int getAsapratioId()
Stringpublic void setAsapratioId(Integer value)
value - allowed object is
Stringpublic double getBackgroundRatioMean()
public void setBackgroundRatioMean(double value)
public double getBackgroundRatioStdev()
public void setBackgroundRatioStdev(double value)
public double getBackgroundFittingError()
public void setBackgroundFittingError(double value)
public String getAnalysisDistributionFile()
Stringpublic void setAnalysisDistributionFile(String value)
value - allowed object is
Stringpublic String getFullAnalysisDistributionFile()
Stringpublic void setFullAnalysisDistributionFile(String value)
value - allowed object is
Stringpublic int getAsapProtId()
StringCopyright © 2017. All rights reserved.