Class AngleOutlier
- java.lang.Object
 - 
- org.biojava.nbio.structure.validation.AngleOutlier
 
 
- 
public class AngleOutlier 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="atom2" 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> 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected Stringatom0protected Stringatom1protected Stringatom2protected BigDecimalmeanprotected BigDecimalobsprotected BigDecimalstdevprotected BigDecimalz 
- 
Constructor Summary
Constructors Constructor Description AngleOutlier() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAtom0()Gets the value of the atom0 property.StringgetAtom1()Gets the value of the atom1 property.StringgetAtom2()Gets the value of the atom2 property.BigDecimalgetMean()Gets the value of the mean property.BigDecimalgetObs()Gets the value of the obs property.BigDecimalgetStdev()Gets the value of the stdev property.BigDecimalgetZ()Gets the value of the z property.voidsetAtom0(String value)Sets the value of the atom0 property.voidsetAtom1(String value)Sets the value of the atom1 property.voidsetAtom2(String value)Sets the value of the atom2 property.voidsetMean(BigDecimal value)Sets the value of the mean property.voidsetObs(BigDecimal value)Sets the value of the obs property.voidsetStdev(BigDecimal value)Sets the value of the stdev property.voidsetZ(BigDecimal value)Sets the value of the z property. 
 - 
 
- 
- 
Field Detail
- 
mean
protected BigDecimal mean
 
- 
obs
protected BigDecimal obs
 
- 
stdev
protected BigDecimal stdev
 
- 
z
protected BigDecimal z
 
 - 
 
- 
Constructor Detail
- 
AngleOutlier
public AngleOutlier()
 
 - 
 
- 
Method Detail
- 
getAtom0
public String getAtom0()
Gets the value of the atom0 property.- Returns:
 - possible object is
     
String 
 
- 
setAtom0
public void setAtom0(String value)
Sets the value of the atom0 property.- Parameters:
 value- allowed object isString
 
- 
getAtom1
public String getAtom1()
Gets the value of the atom1 property.- Returns:
 - possible object is
     
String 
 
- 
setAtom1
public void setAtom1(String value)
Sets the value of the atom1 property.- Parameters:
 value- allowed object isString
 
- 
getAtom2
public String getAtom2()
Gets the value of the atom2 property.- Returns:
 - possible object is
     
String 
 
- 
setAtom2
public void setAtom2(String value)
Sets the value of the atom2 property.- Parameters:
 value- allowed object isString
 
- 
getMean
public BigDecimal getMean()
Gets the value of the mean property.- Returns:
 - possible object is
     
BigDecimal 
 
- 
setMean
public void setMean(BigDecimal value)
Sets the value of the mean property.- Parameters:
 value- allowed object isBigDecimal
 
- 
getObs
public BigDecimal getObs()
Gets the value of the obs property.- Returns:
 - possible object is
     
BigDecimal 
 
- 
setObs
public void setObs(BigDecimal value)
Sets the value of the obs property.- Parameters:
 value- allowed object isBigDecimal
 
- 
getStdev
public BigDecimal getStdev()
Gets the value of the stdev property.- Returns:
 - possible object is
     
BigDecimal 
 
- 
setStdev
public void setStdev(BigDecimal value)
Sets the value of the stdev property.- Parameters:
 value- allowed object isBigDecimal
 
- 
getZ
public BigDecimal getZ()
Gets the value of the z property.- Returns:
 - possible object is
     
BigDecimal 
 
- 
setZ
public void setZ(BigDecimal value)
Sets the value of the z property.- Parameters:
 value- allowed object isBigDecimal
 
 - 
 
 -