Class MogBondOutlier
java.lang.Object
org.biojava.nbio.structure.validation.MogBondOutlier
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>
 - 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected BigDecimalprotected BigDecimalprotected BigIntegerprotected BigDecimalprotected BigDecimalprotected BigDecimal - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetAtoms()Gets the value of the atoms property.getMean()Gets the value of the mean property.Gets the value of the mindiff property.Gets the value of the numobs property.Gets the value of the obsval property.getStdev()Gets the value of the stdev property.Gets the value of the zscore property.voidSets the value of the atoms property.voidsetMean(BigDecimal value) Sets the value of the mean property.voidsetMindiff(BigDecimal value) Sets the value of the mindiff property.voidsetNumobs(BigInteger value) Sets the value of the numobs property.voidsetObsval(BigDecimal value) Sets the value of the obsval property.voidsetStdev(BigDecimal value) Sets the value of the stdev property.voidsetZscore(BigDecimal value) Sets the value of the zscore property. 
- 
Field Details
- 
zscore
 - 
atoms
 - 
mean
 - 
mindiff
 - 
numobs
 - 
obsval
 - 
stdev
 
 - 
 - 
Constructor Details
- 
MogBondOutlier
public MogBondOutlier() 
 - 
 - 
Method Details
- 
getZscore
Gets the value of the zscore property.- Returns:
 - possible object is
     
BigDecimal 
 - 
setZscore
Sets the value of the zscore property.- Parameters:
 value- allowed object isBigDecimal
 - 
getAtoms
Gets the value of the atoms property.- Returns:
 - possible object is
     
String 
 - 
setAtoms
Sets the value of the atoms property.- Parameters:
 value- allowed object isString
 - 
getMean
Gets the value of the mean property.- Returns:
 - possible object is
     
BigDecimal 
 - 
setMean
Sets the value of the mean property.- Parameters:
 value- allowed object isBigDecimal
 - 
getMindiff
Gets the value of the mindiff property.- Returns:
 - possible object is
     
BigDecimal 
 - 
setMindiff
Sets the value of the mindiff property.- Parameters:
 value- allowed object isBigDecimal
 - 
getNumobs
Gets the value of the numobs property.- Returns:
 - possible object is
     
BigInteger 
 - 
setNumobs
Sets the value of the numobs property.- Parameters:
 value- allowed object isBigInteger
 - 
getObsval
Gets the value of the obsval property.- Returns:
 - possible object is
     
BigDecimal 
 - 
setObsval
Sets the value of the obsval property.- Parameters:
 value- allowed object isBigDecimal
 - 
getStdev
Gets the value of the stdev property.- Returns:
 - possible object is
     
BigDecimal 
 - 
setStdev
Sets the value of the stdev property.- Parameters:
 value- allowed object isBigDecimal
 
 -