Class BugCollection.FindBugsSummary.PackageStats

  • Enclosing class:
    BugCollection.FindBugsSummary

    public static class BugCollection.FindBugsSummary.PackageStats
    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="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>
     
    • Constructor Detail

      • PackageStats

        public PackageStats()
    • Method Detail

      • getClassStats

        public 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 Jakarta XML Binding 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

      • getPackage

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

        public void setPackage​(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 BigInteger getTotalSize()
        Gets the value of the totalSize property.
        Returns:
        possible object is BigInteger
      • setTotalSize

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

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

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

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

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

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

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