Class BugCollection.FindBugsSummary.PackageStats.ClassStats

  • Enclosing class:
    BugCollection.FindBugsSummary.PackageStats

    public static class BugCollection.FindBugsSummary.PackageStats.ClassStats
    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">
           <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 Summary

      Fields 
      Modifier and Type Field Description
      protected boolean _interface  
      protected long bugs  
      protected java.lang.String clazz  
      protected java.lang.Long priority1  
      protected java.lang.Long priority2  
      protected java.lang.Long priority3  
      protected java.math.BigInteger size  
      protected java.lang.String sourceFile  
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassStats()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getBugs()
      Gets the value of the bugs property.
      java.lang.String getClazz()
      Gets the value of the clazz property.
      java.lang.Long getPriority1()
      Gets the value of the priority1 property.
      java.lang.Long getPriority2()
      Gets the value of the priority2 property.
      java.lang.Long getPriority3()
      Gets the value of the priority3 property.
      java.math.BigInteger getSize()
      Gets the value of the size property.
      java.lang.String getSourceFile()
      Gets the value of the sourceFile property.
      boolean isInterface()
      Gets the value of the interface property.
      void setBugs​(long value)
      Sets the value of the bugs property.
      void setClazz​(java.lang.String value)
      Sets the value of the clazz property.
      void setInterface​(boolean value)
      Sets the value of the interface property.
      void setPriority1​(java.lang.Long value)
      Sets the value of the priority1 property.
      void setPriority2​(java.lang.Long value)
      Sets the value of the priority2 property.
      void setPriority3​(java.lang.Long value)
      Sets the value of the priority3 property.
      void setSize​(java.math.BigInteger value)
      Sets the value of the size property.
      void setSourceFile​(java.lang.String value)
      Sets the value of the sourceFile property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • clazz

        protected java.lang.String clazz
      • sourceFile

        protected java.lang.String sourceFile
      • _interface

        protected boolean _interface
      • size

        protected java.math.BigInteger size
      • bugs

        protected long bugs
      • priority1

        protected java.lang.Long priority1
      • priority2

        protected java.lang.Long priority2
      • priority3

        protected java.lang.Long priority3
    • Constructor Detail

      • ClassStats

        public ClassStats()
    • Method Detail

      • getClazz

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

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

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

        public void setSourceFile​(java.lang.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 java.math.BigInteger getSize()
        Gets the value of the size property.
        Returns:
        possible object is BigInteger
      • setSize

        public void setSize​(java.math.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 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