Class MogBondOutlier
- java.lang.Object
-
- org.biojava.nbio.structure.validation.MogBondOutlier
-
public class MogBondOutlier extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringatomsprotected java.math.BigDecimalmeanprotected java.math.BigDecimalmindiffprotected java.math.BigIntegernumobsprotected java.math.BigDecimalobsvalprotected java.math.BigDecimalstdevprotected java.math.BigDecimalzscore
-
Constructor Summary
Constructors Constructor Description MogBondOutlier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAtoms()Gets the value of the atoms property.java.math.BigDecimalgetMean()Gets the value of the mean property.java.math.BigDecimalgetMindiff()Gets the value of the mindiff property.java.math.BigIntegergetNumobs()Gets the value of the numobs property.java.math.BigDecimalgetObsval()Gets the value of the obsval property.java.math.BigDecimalgetStdev()Gets the value of the stdev property.java.math.BigDecimalgetZscore()Gets the value of the zscore property.voidsetAtoms(java.lang.String value)Sets the value of the atoms property.voidsetMean(java.math.BigDecimal value)Sets the value of the mean property.voidsetMindiff(java.math.BigDecimal value)Sets the value of the mindiff property.voidsetNumobs(java.math.BigInteger value)Sets the value of the numobs property.voidsetObsval(java.math.BigDecimal value)Sets the value of the obsval property.voidsetStdev(java.math.BigDecimal value)Sets the value of the stdev property.voidsetZscore(java.math.BigDecimal value)Sets the value of the zscore property.
-
-
-
Field Detail
-
zscore
protected java.math.BigDecimal zscore
-
atoms
protected java.lang.String atoms
-
mean
protected java.math.BigDecimal mean
-
mindiff
protected java.math.BigDecimal mindiff
-
numobs
protected java.math.BigInteger numobs
-
obsval
protected java.math.BigDecimal obsval
-
stdev
protected java.math.BigDecimal stdev
-
-
Method Detail
-
getZscore
public java.math.BigDecimal getZscore()
Gets the value of the zscore property.- Returns:
- possible object is
BigDecimal
-
setZscore
public void setZscore(java.math.BigDecimal value)
Sets the value of the zscore property.- Parameters:
value- allowed object isBigDecimal
-
getAtoms
public java.lang.String getAtoms()
Gets the value of the atoms property.- Returns:
- possible object is
String
-
setAtoms
public void setAtoms(java.lang.String value)
Sets the value of the atoms property.- Parameters:
value- allowed object isString
-
getMean
public java.math.BigDecimal getMean()
Gets the value of the mean property.- Returns:
- possible object is
BigDecimal
-
setMean
public void setMean(java.math.BigDecimal value)
Sets the value of the mean property.- Parameters:
value- allowed object isBigDecimal
-
getMindiff
public java.math.BigDecimal getMindiff()
Gets the value of the mindiff property.- Returns:
- possible object is
BigDecimal
-
setMindiff
public void setMindiff(java.math.BigDecimal value)
Sets the value of the mindiff property.- Parameters:
value- allowed object isBigDecimal
-
getNumobs
public java.math.BigInteger getNumobs()
Gets the value of the numobs property.- Returns:
- possible object is
BigInteger
-
setNumobs
public void setNumobs(java.math.BigInteger value)
Sets the value of the numobs property.- Parameters:
value- allowed object isBigInteger
-
getObsval
public java.math.BigDecimal getObsval()
Gets the value of the obsval property.- Returns:
- possible object is
BigDecimal
-
setObsval
public void setObsval(java.math.BigDecimal value)
Sets the value of the obsval property.- Parameters:
value- allowed object isBigDecimal
-
getStdev
public java.math.BigDecimal getStdev()
Gets the value of the stdev property.- Returns:
- possible object is
BigDecimal
-
setStdev
public void setStdev(java.math.BigDecimal value)
Sets the value of the stdev property.- Parameters:
value- allowed object isBigDecimal
-
-