public class BondOutlier
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="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 | Description |
---|---|---|
protected java.lang.String |
atom0 |
|
protected java.lang.String |
atom1 |
|
protected java.math.BigDecimal |
mean |
|
protected java.math.BigDecimal |
obs |
|
protected java.math.BigDecimal |
stdev |
|
protected java.math.BigDecimal |
z |
Constructor | Description |
---|---|
BondOutlier() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getAtom0() |
Gets the value of the atom0 property.
|
java.lang.String |
getAtom1() |
Gets the value of the atom1 property.
|
java.math.BigDecimal |
getMean() |
Gets the value of the mean property.
|
java.math.BigDecimal |
getObs() |
Gets the value of the obs property.
|
java.math.BigDecimal |
getStdev() |
Gets the value of the stdev property.
|
java.math.BigDecimal |
getZ() |
Gets the value of the z property.
|
void |
setAtom0(java.lang.String value) |
Sets the value of the atom0 property.
|
void |
setAtom1(java.lang.String value) |
Sets the value of the atom1 property.
|
void |
setMean(java.math.BigDecimal value) |
Sets the value of the mean property.
|
void |
setObs(java.math.BigDecimal value) |
Sets the value of the obs property.
|
void |
setStdev(java.math.BigDecimal value) |
Sets the value of the stdev property.
|
void |
setZ(java.math.BigDecimal value) |
Sets the value of the z property.
|
protected java.lang.String atom0
protected java.lang.String atom1
protected java.math.BigDecimal mean
protected java.math.BigDecimal obs
protected java.math.BigDecimal stdev
protected java.math.BigDecimal z
public java.lang.String getAtom0()
String
public void setAtom0(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAtom1()
String
public void setAtom1(java.lang.String value)
value
- allowed object is
String
public java.math.BigDecimal getMean()
BigDecimal
public void setMean(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getObs()
BigDecimal
public void setObs(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getStdev()
BigDecimal
public void setStdev(java.math.BigDecimal value)
value
- allowed object is
BigDecimal
public java.math.BigDecimal getZ()
BigDecimal
public void setZ(java.math.BigDecimal value)
value
- allowed object is
BigDecimal