public class MogAngleOutlier 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="Zscore" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="atoms" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="mean" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="mindiff" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="numobs" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="obsval" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="stdev" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
atoms |
protected BigDecimal |
mean |
protected BigDecimal |
mindiff |
protected BigInteger |
numobs |
protected BigDecimal |
obsval |
protected BigDecimal |
stdev |
protected BigDecimal |
zscore |
| Constructor and Description |
|---|
MogAngleOutlier() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAtoms()
Gets the value of the atoms property.
|
BigDecimal |
getMean()
Gets the value of the mean property.
|
BigDecimal |
getMindiff()
Gets the value of the mindiff property.
|
BigInteger |
getNumobs()
Gets the value of the numobs property.
|
BigDecimal |
getObsval()
Gets the value of the obsval property.
|
BigDecimal |
getStdev()
Gets the value of the stdev property.
|
BigDecimal |
getZscore()
Gets the value of the zscore property.
|
void |
setAtoms(String value)
Sets the value of the atoms property.
|
void |
setMean(BigDecimal value)
Sets the value of the mean property.
|
void |
setMindiff(BigDecimal value)
Sets the value of the mindiff property.
|
void |
setNumobs(BigInteger value)
Sets the value of the numobs property.
|
void |
setObsval(BigDecimal value)
Sets the value of the obsval property.
|
void |
setStdev(BigDecimal value)
Sets the value of the stdev property.
|
void |
setZscore(BigDecimal value)
Sets the value of the zscore property.
|
protected BigDecimal zscore
protected BigDecimal mean
protected BigDecimal mindiff
protected BigInteger numobs
protected BigDecimal obsval
protected BigDecimal stdev
public MogAngleOutlier()
public BigDecimal getZscore()
BigDecimalpublic void setZscore(BigDecimal value)
value - allowed object is
BigDecimalpublic String getAtoms()
Stringpublic void setAtoms(String value)
value - allowed object is
Stringpublic BigDecimal getMean()
BigDecimalpublic void setMean(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getMindiff()
BigDecimalpublic void setMindiff(BigDecimal value)
value - allowed object is
BigDecimalpublic BigInteger getNumobs()
BigIntegerpublic void setNumobs(BigInteger value)
value - allowed object is
BigIntegerpublic BigDecimal getObsval()
BigDecimalpublic void setObsval(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getStdev()
BigDecimalpublic void setStdev(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2000–2019 BioJava. All rights reserved.