Class BugInstanceType
- java.lang.Object
-
- de.kontext_e.jqassistant.plugin.spotbugs.jaxb.BugInstanceType
-
public class BugInstanceType extends java.lang.Object-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringabbrevprotected java.lang.Stringcategoryprotected ClassTypeclazzprotected java.util.List<FieldType>fieldprotected java.lang.IntegerlineNumberprotected java.lang.Stringmessageprotected java.util.List<MethodType>methodprotected java.lang.Stringpriorityprotected java.lang.Stringrankprotected SourceLineTypesourceLineprotected java.lang.Stringtype
-
Constructor Summary
Constructors Constructor Description BugInstanceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAbbrev()Gets the value of the abbrev property.java.lang.StringgetCategory()Gets the value of the category property.ClassTypegetClazz()Gets the value of the clazz property.java.util.List<FieldType>getField()Gets the value of the field property.java.lang.IntegergetLineNumber()java.lang.StringgetMessage()java.util.List<MethodType>getMethod()Gets the value of the method property.java.lang.StringgetPriority()Gets the value of the priority property.java.lang.StringgetRank()Gets the value of the rank property.SourceLineTypegetSourceLine()Gets the value of the sourceLine property.java.lang.StringgetType()Gets the value of the type property.voidsetAbbrev(java.lang.String value)Sets the value of the abbrev property.voidsetCategory(java.lang.String value)Sets the value of the category property.voidsetClazz(ClassType value)Sets the value of the clazz property.voidsetLineNumber(java.lang.Integer lineNumber)voidsetMessage(java.lang.String message)voidsetPriority(java.lang.String value)Sets the value of the priority property.voidsetRank(java.lang.String value)Sets the value of the rank property.voidsetSourceLine(SourceLineType value)Sets the value of the sourceLine property.voidsetType(java.lang.String value)Sets the value of the type property.
-
-
-
Field Detail
-
clazz
protected ClassType clazz
-
field
protected java.util.List<FieldType> field
-
method
protected java.util.List<MethodType> method
-
sourceLine
protected SourceLineType sourceLine
-
type
protected java.lang.String type
-
priority
protected java.lang.String priority
-
rank
protected java.lang.String rank
-
abbrev
protected java.lang.String abbrev
-
category
protected java.lang.String category
-
message
protected java.lang.String message
-
lineNumber
protected java.lang.Integer lineNumber
-
-
Method Detail
-
getClazz
public ClassType getClazz()
Gets the value of the clazz property.- Returns:
- possible object is
ClassType
-
setClazz
public void setClazz(ClassType value)
Sets the value of the clazz property.- Parameters:
value- allowed object isClassType
-
getField
public java.util.List<FieldType> getField()
Gets the value of the field property.FieldType
-
getMethod
public java.util.List<MethodType> getMethod()
Gets the value of the method property.MethodType
-
getSourceLine
public SourceLineType getSourceLine()
Gets the value of the sourceLine property.- Returns:
- possible object is
SourceLineType
-
setSourceLine
public void setSourceLine(SourceLineType value)
Sets the value of the sourceLine property.- Parameters:
value- allowed object isSourceLineType
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getPriority
public java.lang.String getPriority()
Gets the value of the priority property.- Returns:
- possible object is
String
-
setPriority
public void setPriority(java.lang.String value)
Sets the value of the priority property.- Parameters:
value- allowed object isString
-
getRank
public java.lang.String getRank()
Gets the value of the rank property.- Returns:
- possible object is
String
-
setRank
public void setRank(java.lang.String value)
Sets the value of the rank property.- Parameters:
value- allowed object isString
-
getAbbrev
public java.lang.String getAbbrev()
Gets the value of the abbrev property.- Returns:
- possible object is
String
-
setAbbrev
public void setAbbrev(java.lang.String value)
Sets the value of the abbrev property.- Parameters:
value- allowed object isString
-
getCategory
public java.lang.String getCategory()
Gets the value of the category property.- Returns:
- possible object is
String
-
setCategory
public void setCategory(java.lang.String value)
Sets the value of the category property.- Parameters:
value- allowed object isString
-
getMessage
public java.lang.String getMessage()
-
setMessage
public void setMessage(java.lang.String message)
-
getLineNumber
public java.lang.Integer getLineNumber()
-
setLineNumber
public void setLineNumber(java.lang.Integer lineNumber)
-
-
-