public class BondOutlier 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="atom0" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="atom1" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="mean" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="obs" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="stdev" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="z" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
atom0 |
protected String |
atom1 |
protected BigDecimal |
mean |
protected BigDecimal |
obs |
protected BigDecimal |
stdev |
protected BigDecimal |
z |
| Constructor and Description |
|---|
BondOutlier() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAtom0()
Gets the value of the atom0 property.
|
String |
getAtom1()
Gets the value of the atom1 property.
|
BigDecimal |
getMean()
Gets the value of the mean property.
|
BigDecimal |
getObs()
Gets the value of the obs property.
|
BigDecimal |
getStdev()
Gets the value of the stdev property.
|
BigDecimal |
getZ()
Gets the value of the z property.
|
void |
setAtom0(String value)
Sets the value of the atom0 property.
|
void |
setAtom1(String value)
Sets the value of the atom1 property.
|
void |
setMean(BigDecimal value)
Sets the value of the mean property.
|
void |
setObs(BigDecimal value)
Sets the value of the obs property.
|
void |
setStdev(BigDecimal value)
Sets the value of the stdev property.
|
void |
setZ(BigDecimal value)
Sets the value of the z property.
|
protected BigDecimal mean
protected BigDecimal obs
protected BigDecimal stdev
protected BigDecimal z
public BondOutlier()
public String getAtom0()
Stringpublic void setAtom0(String value)
value - allowed object is
Stringpublic String getAtom1()
Stringpublic void setAtom1(String value)
value - allowed object is
Stringpublic BigDecimal getMean()
BigDecimalpublic void setMean(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getObs()
BigDecimalpublic void setObs(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getStdev()
BigDecimalpublic void setStdev(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getZ()
BigDecimalpublic void setZ(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2000–2017 BioJava. All rights reserved.