public class MogBondOutlier
extends java.lang.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 java.lang.String |
atoms |
protected java.math.BigDecimal |
mean |
protected java.math.BigDecimal |
mindiff |
protected java.math.BigInteger |
numobs |
protected java.math.BigDecimal |
obsval |
protected java.math.BigDecimal |
stdev |
protected java.math.BigDecimal |
zscore |
| Constructor and Description |
|---|
MogBondOutlier() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAtoms()
Gets the value of the atoms property.
|
java.math.BigDecimal |
getMean()
Gets the value of the mean property.
|
java.math.BigDecimal |
getMindiff()
Gets the value of the mindiff property.
|
java.math.BigInteger |
getNumobs()
Gets the value of the numobs property.
|
java.math.BigDecimal |
getObsval()
Gets the value of the obsval property.
|
java.math.BigDecimal |
getStdev()
Gets the value of the stdev property.
|
java.math.BigDecimal |
getZscore()
Gets the value of the zscore property.
|
void |
setAtoms(java.lang.String value)
Sets the value of the atoms property.
|
void |
setMean(java.math.BigDecimal value)
Sets the value of the mean property.
|
void |
setMindiff(java.math.BigDecimal value)
Sets the value of the mindiff property.
|
void |
setNumobs(java.math.BigInteger value)
Sets the value of the numobs property.
|
void |
setObsval(java.math.BigDecimal value)
Sets the value of the obsval property.
|
void |
setStdev(java.math.BigDecimal value)
Sets the value of the stdev property.
|
void |
setZscore(java.math.BigDecimal value)
Sets the value of the zscore property.
|
protected java.math.BigDecimal zscore
protected java.lang.String atoms
protected java.math.BigDecimal mean
protected java.math.BigDecimal mindiff
protected java.math.BigInteger numobs
protected java.math.BigDecimal obsval
protected java.math.BigDecimal stdev
public java.math.BigDecimal getZscore()
BigDecimalpublic void setZscore(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.String getAtoms()
Stringpublic void setAtoms(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigDecimal getMean()
BigDecimalpublic void setMean(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getMindiff()
BigDecimalpublic void setMindiff(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigInteger getNumobs()
BigIntegerpublic void setNumobs(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigDecimal getObsval()
BigDecimalpublic void setObsval(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.math.BigDecimal getStdev()
BigDecimalpublic void setStdev(java.math.BigDecimal value)
value - allowed object is
BigDecimal