Class BondOutlier
java.lang.Object
org.biojava.nbio.structure.validation.BondOutlier
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="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
Modifier and TypeFieldDescriptionprotected String
protected String
protected BigDecimal
protected BigDecimal
protected BigDecimal
protected BigDecimal
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAtom0()
Gets the value of the atom0 property.getAtom1()
Gets the value of the atom1 property.getMean()
Gets the value of the mean property.getObs()
Gets the value of the obs property.getStdev()
Gets the value of the stdev property.getZ()
Gets the value of the z property.void
Sets the value of the atom0 property.void
Sets the value of the atom1 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 Details
-
atom0
-
atom1
-
mean
-
obs
-
stdev
-
z
-
-
Constructor Details
-
BondOutlier
public BondOutlier()
-
-
Method Details
-
getAtom0
Gets the value of the atom0 property.- Returns:
- possible object is
String
-
setAtom0
Sets the value of the atom0 property.- Parameters:
value
- allowed object isString
-
getAtom1
Gets the value of the atom1 property.- Returns:
- possible object is
String
-
setAtom1
Sets the value of the atom1 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
-
getObs
Gets the value of the obs property.- Returns:
- possible object is
BigDecimal
-
setObs
Sets the value of the obs 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
-
getZ
Gets the value of the z property.- Returns:
- possible object is
BigDecimal
-
setZ
Sets the value of the z property.- Parameters:
value
- allowed object isBigDecimal
-