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>
Modifier and Type | Field and Description |
---|---|
protected String |
atom0 |
protected String |
atom1 |
protected String |
atom2 |
protected BigDecimal |
mean |
protected BigDecimal |
obs |
protected BigDecimal |
stdev |
protected BigDecimal |
z |
Constructor and Description |
---|
AngleOutlier() |
Modifier and Type | Method and 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.
|
protected BigDecimal mean
protected BigDecimal obs
protected BigDecimal stdev
protected BigDecimal z
public AngleOutlier()
public String getAtom0()
String
public void setAtom0(String value)
value
- allowed object is
String
public String getAtom1()
String
public void setAtom1(String value)
value
- allowed object is
String
public String getAtom2()
String
public void setAtom2(String value)
value
- allowed object is
String
public BigDecimal getMean()
BigDecimal
public void setMean(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getObs()
BigDecimal
public void setObs(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getStdev()
BigDecimal
public void setStdev(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getZ()
BigDecimal
public void setZ(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2000–2019 BioJava. All rights reserved.