|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensor.ant.findbugs.jaxb.BugInstance
public class BugInstance
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 ref="{}ShortMessage"/> <element ref="{}Class"/> <element ref="{}SourceLine"/> </sequence> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="priority" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="abbrev" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="category" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="uid" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
abbrev
|
protected java.lang.String |
category
|
protected Class |
clazz
|
protected java.lang.Integer |
priority
|
protected java.lang.String |
shortMessage
|
protected SourceLine |
sourceLine
|
protected java.lang.String |
type
|
protected java.lang.Integer |
uid
|
Constructor Summary | |
---|---|
BugInstance()
|
Method Summary | |
---|---|
java.lang.String |
getAbbrev()
Gets the value of the abbrev property. |
java.lang.String |
getCategory()
Gets the value of the category property. |
Class |
getClazz()
Gets the value of the clazz property. |
java.lang.Integer |
getPriority()
Gets the value of the priority property. |
java.lang.String |
getShortMessage()
Gets the value of the shortMessage property. |
SourceLine |
getSourceLine()
Gets the value of the sourceLine property. |
java.lang.String |
getType()
Gets the value of the type property. |
java.lang.Integer |
getUid()
Gets the value of the uid property. |
void |
setAbbrev(java.lang.String value)
Sets the value of the abbrev property. |
void |
setCategory(java.lang.String value)
Sets the value of the category property. |
void |
setClazz(Class value)
Sets the value of the clazz property. |
void |
setPriority(java.lang.Integer value)
Sets the value of the priority property. |
void |
setShortMessage(java.lang.String value)
Sets the value of the shortMessage property. |
void |
setSourceLine(SourceLine value)
Sets the value of the sourceLine property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
void |
setUid(java.lang.Integer value)
Sets the value of the uid property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String shortMessage
protected Class clazz
protected SourceLine sourceLine
protected java.lang.String type
protected java.lang.Integer priority
protected java.lang.String abbrev
protected java.lang.String category
protected java.lang.Integer uid
Constructor Detail |
---|
public BugInstance()
Method Detail |
---|
public java.lang.String getShortMessage()
String
public void setShortMessage(java.lang.String value)
value
- allowed object is
String
public Class getClazz()
Class
public void setClazz(Class value)
value
- allowed object is
Class
public SourceLine getSourceLine()
SourceLine
public void setSourceLine(SourceLine value)
value
- allowed object is
SourceLine
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getPriority()
Integer
public void setPriority(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getAbbrev()
String
public void setAbbrev(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCategory()
String
public void setCategory(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getUid()
Integer
public void setUid(java.lang.Integer value)
value
- allowed object is
Integer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |