Class AngleOutlier
- java.lang.Object
-
- org.biojava.nbio.structure.validation.AngleOutlier
-
public class AngleOutlier 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="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>
-
-
Constructor Summary
Constructors Constructor Description AngleOutlier()
-
Method Summary
All Methods Instance Methods Concrete Methods 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.lang.String
getAtom2()
Gets the value of the atom2 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
setAtom2(java.lang.String value)
Sets the value of the atom2 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.
-
-
-
Method Detail
-
getAtom0
public java.lang.String getAtom0()
Gets the value of the atom0 property.- Returns:
- possible object is
String
-
setAtom0
public void setAtom0(java.lang.String value)
Sets the value of the atom0 property.- Parameters:
value
- allowed object isString
-
getAtom1
public java.lang.String getAtom1()
Gets the value of the atom1 property.- Returns:
- possible object is
String
-
setAtom1
public void setAtom1(java.lang.String value)
Sets the value of the atom1 property.- Parameters:
value
- allowed object isString
-
getAtom2
public java.lang.String getAtom2()
Gets the value of the atom2 property.- Returns:
- possible object is
String
-
setAtom2
public void setAtom2(java.lang.String value)
Sets the value of the atom2 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
-
getObs
public java.math.BigDecimal getObs()
Gets the value of the obs property.- Returns:
- possible object is
BigDecimal
-
setObs
public void setObs(java.math.BigDecimal value)
Sets the value of the obs 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
-
getZ
public java.math.BigDecimal getZ()
Gets the value of the z property.- Returns:
- possible object is
BigDecimal
-
setZ
public void setZ(java.math.BigDecimal value)
Sets the value of the z property.- Parameters:
value
- allowed object isBigDecimal
-
-