Class BugCollection.FindBugsSummary.PackageStats
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBugCollection.FindBugsSummary.PackageStats.ClassStatsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected String_packageprotected List<BugCollection.FindBugsSummary.PackageStats.ClassStats>classStatsprotected Longpriority1protected Longpriority2protected Longpriority3protected longtotalBugsprotected BigIntegertotalSizeprotected longtotalTypes
-
Constructor Summary
Constructors Constructor Description PackageStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BugCollection.FindBugsSummary.PackageStats.ClassStats>getClassStats()Gets the value of the classStats property.StringgetPackage()Gets the value of the package property.LonggetPriority1()Gets the value of the priority1 property.LonggetPriority2()Gets the value of the priority2 property.LonggetPriority3()Gets the value of the priority3 property.longgetTotalBugs()Gets the value of the totalBugs property.BigIntegergetTotalSize()Gets the value of the totalSize property.longgetTotalTypes()Gets the value of the totalTypes property.voidsetPackage(String value)Sets the value of the package property.voidsetPriority1(Long value)Sets the value of the priority1 property.voidsetPriority2(Long value)Sets the value of the priority2 property.voidsetPriority3(Long value)Sets the value of the priority3 property.voidsetTotalBugs(long value)Sets the value of the totalBugs property.voidsetTotalSize(BigInteger value)Sets the value of the totalSize property.voidsetTotalTypes(long value)Sets the value of the totalTypes property.
-
-
-
Field Detail
-
classStats
protected List<BugCollection.FindBugsSummary.PackageStats.ClassStats> classStats
-
_package
protected String _package
-
totalBugs
protected long totalBugs
-
totalTypes
protected long totalTypes
-
totalSize
protected BigInteger totalSize
-
priority1
protected Long priority1
-
priority2
protected Long priority2
-
priority3
protected Long priority3
-
-
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
setmethod 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 isString
-
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 isBigInteger
-
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 isLong
-
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 isLong
-
getPriority3
public Long getPriority3()
Gets the value of the priority3 property.- Returns:
- possible object is
Long
-
-