Class PackageStatsType
- java.lang.Object
-
- de.kontext_e.jqassistant.plugin.spotbugs.jaxb.PackageStatsType
-
public class PackageStatsType extends java.lang.Object-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String_packageprotected java.util.List<ClassStatsType>classStatsprotected java.lang.Stringpriority2protected java.lang.StringtotalBugsprotected java.lang.StringtotalSizeprotected java.lang.StringtotalTypes
-
Constructor Summary
Constructors Constructor Description PackageStatsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ClassStatsType>getClassStats()Gets the value of the classStats property.java.lang.StringgetPackage()Gets the value of the package property.java.lang.StringgetPriority2()Gets the value of the priority2 property.java.lang.StringgetTotalBugs()Gets the value of the totalBugs property.java.lang.StringgetTotalSize()Gets the value of the totalSize property.java.lang.StringgetTotalTypes()Gets the value of the totalTypes property.voidsetPackage(java.lang.String value)Sets the value of the package property.voidsetPriority2(java.lang.String value)Sets the value of the priority2 property.voidsetTotalBugs(java.lang.String value)Sets the value of the totalBugs property.voidsetTotalSize(java.lang.String value)Sets the value of the totalSize property.voidsetTotalTypes(java.lang.String value)Sets the value of the totalTypes property.
-
-
-
Field Detail
-
classStats
protected java.util.List<ClassStatsType> classStats
-
_package
protected java.lang.String _package
-
totalBugs
protected java.lang.String totalBugs
-
totalTypes
protected java.lang.String totalTypes
-
totalSize
protected java.lang.String totalSize
-
priority2
protected java.lang.String priority2
-
-
Method Detail
-
getClassStats
public java.util.List<ClassStatsType> getClassStats()
Gets the value of the classStats property.ClassStatsType
-
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 isString
-
getTotalBugs
public java.lang.String getTotalBugs()
Gets the value of the totalBugs property.- Returns:
- possible object is
String
-
setTotalBugs
public void setTotalBugs(java.lang.String value)
Sets the value of the totalBugs property.- Parameters:
value- allowed object isString
-
getTotalTypes
public java.lang.String getTotalTypes()
Gets the value of the totalTypes property.- Returns:
- possible object is
String
-
setTotalTypes
public void setTotalTypes(java.lang.String value)
Sets the value of the totalTypes property.- Parameters:
value- allowed object isString
-
getTotalSize
public java.lang.String getTotalSize()
Gets the value of the totalSize property.- Returns:
- possible object is
String
-
setTotalSize
public void setTotalSize(java.lang.String value)
Sets the value of the totalSize property.- Parameters:
value- allowed object isString
-
getPriority2
public java.lang.String getPriority2()
Gets the value of the priority2 property.- Returns:
- possible object is
String
-
setPriority2
public void setPriority2(java.lang.String value)
Sets the value of the priority2 property.- Parameters:
value- allowed object isString
-
-
-