Class StatisticInfo


  • public class StatisticInfo
    extends Object

    Java class for StatisticInfo complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="StatisticInfo">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="Total" type="{}StatisticValue" minOccurs="0"/>
             <element name="Memory100" type="{}StatisticValue" minOccurs="0"/>
             <element name="Repetitions" type="{}StatisticValue" minOccurs="0"/>
             <element name="GrossTotal" type="{}StatisticValue" minOccurs="0"/>
             <element name="AditionalLines" type="{}StatisticValue" minOccurs="0"/>
             <element name="AditionalWords" type="{}StatisticValue" minOccurs="0"/>
           </all>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • total

        protected Float total
      • memory100

        protected Float memory100
      • repetitions

        protected Float repetitions
      • grossTotal

        protected Float grossTotal
      • aditionalLines

        protected Float aditionalLines
      • aditionalWords

        protected Float aditionalWords
    • Constructor Detail

      • StatisticInfo

        public StatisticInfo()
    • Method Detail

      • getTotal

        public Float getTotal()
        Gets the value of the total property.
        Returns:
        possible object is Float
      • setTotal

        public void setTotal​(Float value)
        Sets the value of the total property.
        Parameters:
        value - allowed object is Float
      • getMemory100

        public Float getMemory100()
        Gets the value of the memory100 property.
        Returns:
        possible object is Float
      • setMemory100

        public void setMemory100​(Float value)
        Sets the value of the memory100 property.
        Parameters:
        value - allowed object is Float
      • getRepetitions

        public Float getRepetitions()
        Gets the value of the repetitions property.
        Returns:
        possible object is Float
      • setRepetitions

        public void setRepetitions​(Float value)
        Sets the value of the repetitions property.
        Parameters:
        value - allowed object is Float
      • getGrossTotal

        public Float getGrossTotal()
        Gets the value of the grossTotal property.
        Returns:
        possible object is Float
      • setGrossTotal

        public void setGrossTotal​(Float value)
        Sets the value of the grossTotal property.
        Parameters:
        value - allowed object is Float
      • getAditionalLines

        public Float getAditionalLines()
        Gets the value of the aditionalLines property.
        Returns:
        possible object is Float
      • setAditionalLines

        public void setAditionalLines​(Float value)
        Sets the value of the aditionalLines property.
        Parameters:
        value - allowed object is Float
      • getAditionalWords

        public Float getAditionalWords()
        Gets the value of the aditionalWords property.
        Returns:
        possible object is Float
      • setAditionalWords

        public void setAditionalWords​(Float value)
        Sets the value of the aditionalWords property.
        Parameters:
        value - allowed object is Float