Class BugCollection.FindBugsSummary.PackageStats.ClassStats

  • Enclosing class:
    BugCollection.FindBugsSummary.PackageStats

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

      • clazz

        protected String clazz
      • sourceFile

        protected String sourceFile
      • _interface

        protected boolean _interface
      • bugs

        protected long bugs
      • priority1

        protected Long priority1
      • priority2

        protected Long priority2
      • priority3

        protected Long priority3
    • Constructor Detail

      • ClassStats

        public ClassStats()
    • Method Detail

      • getClazz

        public String getClazz()
        Gets the value of the clazz property.
        Returns:
        possible object is String
      • setClazz

        public void setClazz​(String value)
        Sets the value of the clazz property.
        Parameters:
        value - allowed object is String
      • getSourceFile

        public String getSourceFile()
        Gets the value of the sourceFile property.
        Returns:
        possible object is String
      • setSourceFile

        public void setSourceFile​(String value)
        Sets the value of the sourceFile property.
        Parameters:
        value - allowed object is String
      • isInterface

        public boolean isInterface()
        Gets the value of the interface property.
      • setInterface

        public void setInterface​(boolean value)
        Sets the value of the interface property.
      • getSize

        public BigInteger getSize()
        Gets the value of the size property.
        Returns:
        possible object is BigInteger
      • setSize

        public void setSize​(BigInteger value)
        Sets the value of the size property.
        Parameters:
        value - allowed object is BigInteger
      • getBugs

        public long getBugs()
        Gets the value of the bugs property.
      • setBugs

        public void setBugs​(long value)
        Sets the value of the bugs property.
      • 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