Class FileType
- java.lang.Object
-
- de.kontext_e.jqassistant.plugin.spotbugs.jaxb.FileType
-
public class FileType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<BugInstanceType>bugInstanceprotected java.lang.Stringclassname
-
Constructor Summary
Constructors Constructor Description FileType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<BugInstanceType>getBugInstance()Gets the value of the bugInstance property.java.lang.StringgetClassname()voidsetClassname(java.lang.String classname)
-
-
-
Field Detail
-
bugInstance
protected java.util.List<BugInstanceType> bugInstance
-
classname
protected java.lang.String classname
-
-
Method Detail
-
getBugInstance
public java.util.List<BugInstanceType> getBugInstance()
Gets the value of the bugInstance property.BugInstanceType
-
getClassname
public java.lang.String getClassname()
-
setClassname
public void setClassname(java.lang.String classname)
-
-