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 String
atom0
protected String
atom1
protected String
atom2
protected BigDecimal
mean
protected BigDecimal
obs
protected BigDecimal
stdev
protected BigDecimal
z
-
Constructor Summary
Constructors Constructor Description AngleOutlier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAtom0()
Gets the value of the atom0 property.String
getAtom1()
Gets the value of the atom1 property.String
getAtom2()
Gets the value of the atom2 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
setAtom2(String value)
Sets the value of the atom2 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.
-
-
-
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
-
-