Class BondOutlier


  • public class BondOutlier
    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="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 Detail

      • BondOutlier

        public BondOutlier()
    • 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 is String
      • 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 is String
      • 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 is BigDecimal
      • 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 is BigDecimal
      • 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 is BigDecimal
      • 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 is BigDecimal