Class ClassStatsType
- java.lang.Object
-
- de.kontext_e.jqassistant.plugin.spotbugs.jaxb.ClassStatsType
-
public class ClassStatsType extends java.lang.Object-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String_interfaceprotected java.lang.Stringbugsprotected java.lang.Stringclazzprotected java.lang.Stringpriority2protected java.lang.Stringsizeprotected java.lang.StringsourceFileprotected java.lang.Stringvalue
-
Constructor Summary
Constructors Constructor Description ClassStatsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBugs()Gets the value of the bugs property.java.lang.StringgetClazz()Gets the value of the clazz property.java.lang.StringgetInterface()Gets the value of the interface property.java.lang.StringgetPriority2()Gets the value of the priority2 property.java.lang.StringgetSize()Gets the value of the size property.java.lang.StringgetSourceFile()Gets the value of the sourceFile property.java.lang.StringgetValue()Gets the value of the value property.voidsetBugs(java.lang.String value)Sets the value of the bugs property.voidsetClazz(java.lang.String value)Sets the value of the clazz property.voidsetInterface(java.lang.String value)Sets the value of the interface property.voidsetPriority2(java.lang.String value)Sets the value of the priority2 property.voidsetSize(java.lang.String value)Sets the value of the size property.voidsetSourceFile(java.lang.String value)Sets the value of the sourceFile property.voidsetValue(java.lang.String value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected java.lang.String value
-
clazz
protected java.lang.String clazz
-
sourceFile
protected java.lang.String sourceFile
-
_interface
protected java.lang.String _interface
-
size
protected java.lang.String size
-
bugs
protected java.lang.String bugs
-
priority2
protected java.lang.String priority2
-
-
Method Detail
-
getValue
public java.lang.String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(java.lang.String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
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 isString
-
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 isString
-
getInterface
public java.lang.String getInterface()
Gets the value of the interface property.- Returns:
- possible object is
String
-
setInterface
public void setInterface(java.lang.String value)
Sets the value of the interface property.- Parameters:
value- allowed object isString
-
getSize
public java.lang.String getSize()
Gets the value of the size property.- Returns:
- possible object is
String
-
setSize
public void setSize(java.lang.String value)
Sets the value of the size property.- Parameters:
value- allowed object isString
-
getBugs
public java.lang.String getBugs()
Gets the value of the bugs property.- Returns:
- possible object is
String
-
setBugs
public void setBugs(java.lang.String value)
Sets the value of the bugs 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
-
-
-