Class Summary


  • public class Summary
    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">
           <sequence>
             <element name="total" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="start" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="end" type="{http://www.w3.org/2001/XMLSchema}int"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • total

        protected int total
      • start

        protected int start
      • end

        protected int end
    • Constructor Detail

      • Summary

        public Summary()
    • Method Detail

      • getTotal

        public int getTotal()
        Gets the value of the total property.
      • setTotal

        public void setTotal​(int value)
        Sets the value of the total property.
      • getStart

        public int getStart()
        Gets the value of the start property.
      • setStart

        public void setStart​(int value)
        Sets the value of the start property.
      • getEnd

        public int getEnd()
        Gets the value of the end property.
      • setEnd

        public void setEnd​(int value)
        Sets the value of the end property.