Class BugCollection.FindBugsSummary.PackageStats

  • Enclosing class:
    BugCollection.FindBugsSummary

    public static class BugCollection.FindBugsSummary.PackageStats
    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">
           <sequence>
             <element name="ClassStats" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="sourceFile" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="interface" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                     <attribute name="size" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
                     <attribute name="bugs" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                     <attribute name="priority_1" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                     <attribute name="priority_2" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                     <attribute name="priority_3" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="package" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="total_bugs" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
           <attribute name="total_types" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
           <attribute name="total_size" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
           <attribute name="priority_1" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
           <attribute name="priority_2" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
           <attribute name="priority_3" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • _package

        protected java.lang.String _package
      • totalBugs

        protected long totalBugs
      • totalTypes

        protected long totalTypes
      • totalSize

        protected java.math.BigInteger totalSize
      • priority1

        protected java.lang.Long priority1
      • priority2

        protected java.lang.Long priority2
      • priority3

        protected java.lang.Long priority3
    • Constructor Detail

      • PackageStats

        public PackageStats()
    • Method Detail

      • getClassStats

        public java.util.List<BugCollection.FindBugsSummary.PackageStats.ClassStats> getClassStats()
        Gets the value of the classStats property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the classStats property.

        For example, to add a new item, do as follows:

         getClassStats().add(newItem);
         

        Objects of the following type(s) are allowed in the list BugCollection.FindBugsSummary.PackageStats.ClassStats

        Returns:
        The value of the classStats property.
      • getPackage

        public java.lang.String getPackage()
        Gets the value of the package property.
        Returns:
        possible object is String
      • setPackage

        public void setPackage​(java.lang.String value)
        Sets the value of the package property.
        Parameters:
        value - allowed object is String
      • getTotalBugs

        public long getTotalBugs()
        Gets the value of the totalBugs property.
      • setTotalBugs

        public void setTotalBugs​(long value)
        Sets the value of the totalBugs property.
      • getTotalTypes

        public long getTotalTypes()
        Gets the value of the totalTypes property.
      • setTotalTypes

        public void setTotalTypes​(long value)
        Sets the value of the totalTypes property.
      • getTotalSize

        public java.math.BigInteger getTotalSize()
        Gets the value of the totalSize property.
        Returns:
        possible object is BigInteger
      • setTotalSize

        public void setTotalSize​(java.math.BigInteger value)
        Sets the value of the totalSize property.
        Parameters:
        value - allowed object is BigInteger
      • getPriority1

        public java.lang.Long getPriority1()
        Gets the value of the priority1 property.
        Returns:
        possible object is Long
      • setPriority1

        public void setPriority1​(java.lang.Long value)
        Sets the value of the priority1 property.
        Parameters:
        value - allowed object is Long
      • getPriority2

        public java.lang.Long getPriority2()
        Gets the value of the priority2 property.
        Returns:
        possible object is Long
      • setPriority2

        public void setPriority2​(java.lang.Long value)
        Sets the value of the priority2 property.
        Parameters:
        value - allowed object is Long
      • getPriority3

        public java.lang.Long getPriority3()
        Gets the value of the priority3 property.
        Returns:
        possible object is Long
      • setPriority3

        public void setPriority3​(java.lang.Long value)
        Sets the value of the priority3 property.
        Parameters:
        value - allowed object is Long