Class MogAngleOutlier


  • public class MogAngleOutlier
    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="Zscore" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
           <attribute name="atoms" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="mean" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
           <attribute name="mindiff" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
           <attribute name="numobs" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
           <attribute name="obsval" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
           <attribute name="stdev" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • MogAngleOutlier

        public MogAngleOutlier()
    • Method Detail

      • getZscore

        public BigDecimal getZscore()
        Gets the value of the zscore property.
        Returns:
        possible object is BigDecimal
      • setZscore

        public void setZscore​(BigDecimal value)
        Sets the value of the zscore property.
        Parameters:
        value - allowed object is BigDecimal
      • getAtoms

        public String getAtoms()
        Gets the value of the atoms property.
        Returns:
        possible object is String
      • setAtoms

        public void setAtoms​(String value)
        Sets the value of the atoms 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
      • getMindiff

        public BigDecimal getMindiff()
        Gets the value of the mindiff property.
        Returns:
        possible object is BigDecimal
      • setMindiff

        public void setMindiff​(BigDecimal value)
        Sets the value of the mindiff property.
        Parameters:
        value - allowed object is BigDecimal
      • getNumobs

        public BigInteger getNumobs()
        Gets the value of the numobs property.
        Returns:
        possible object is BigInteger
      • setNumobs

        public void setNumobs​(BigInteger value)
        Sets the value of the numobs property.
        Parameters:
        value - allowed object is BigInteger
      • getObsval

        public BigDecimal getObsval()
        Gets the value of the obsval property.
        Returns:
        possible object is BigDecimal
      • setObsval

        public void setObsval​(BigDecimal value)
        Sets the value of the obsval 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