org.hackystat.sensor.ant.findbugs.jaxb
Class BugInstance

java.lang.Object
  extended by org.hackystat.sensor.ant.findbugs.jaxb.BugInstance

public class BugInstance
extends java.lang.Object

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

shortMessage

protected java.lang.String shortMessage

clazz

protected Class clazz

sourceLine

protected SourceLine sourceLine

type

protected java.lang.String type

priority

protected java.lang.Integer priority

abbrev

protected java.lang.String abbrev

category

protected java.lang.String category

uid

protected java.lang.Integer uid
Constructor Detail

BugInstance

public BugInstance()
Method Detail

getShortMessage

public java.lang.String getShortMessage()
Gets the value of the shortMessage property.

Returns:
possible object is String

setShortMessage

public void setShortMessage(java.lang.String value)
Sets the value of the shortMessage property.

Parameters:
value - allowed object is String

getClazz

public Class getClazz()
Gets the value of the clazz property.

Returns:
possible object is Class

setClazz

public void setClazz(Class value)
Sets the value of the clazz property.

Parameters:
value - allowed object is Class

getSourceLine

public SourceLine getSourceLine()
Gets the value of the sourceLine property.

Returns:
possible object is SourceLine

setSourceLine

public void setSourceLine(SourceLine value)
Sets the value of the sourceLine property.

Parameters:
value - allowed object is SourceLine

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 is String

getPriority

public java.lang.Integer getPriority()
Gets the value of the priority property.

Returns:
possible object is Integer

setPriority

public void setPriority(java.lang.Integer value)
Sets the value of the priority property.

Parameters:
value - allowed object is Integer

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 is String

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 is String

getUid

public java.lang.Integer getUid()
Gets the value of the uid property.

Returns:
possible object is Integer

setUid

public void setUid(java.lang.Integer value)
Sets the value of the uid property.

Parameters:
value - allowed object is Integer