Class BondOutlier


  • public class BondOutlier
    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="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 java.lang.String atom0  
      protected java.lang.String atom1  
      protected java.math.BigDecimal mean  
      protected java.math.BigDecimal obs  
      protected java.math.BigDecimal stdev  
      protected java.math.BigDecimal z  
    • Constructor Summary

      Constructors 
      Constructor Description
      BondOutlier()  
    • 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.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 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • atom0

        protected java.lang.String atom0
      • atom1

        protected java.lang.String atom1
      • mean

        protected java.math.BigDecimal mean
      • obs

        protected java.math.BigDecimal obs
      • stdev

        protected java.math.BigDecimal stdev
      • z

        protected java.math.BigDecimal z
    • Constructor Detail

      • BondOutlier

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