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

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

public class BugCollection
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="{}Project"/>
         <element ref="{}BugInstance" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<BugInstance> bugInstance
           
protected  Project project
           
 
Constructor Summary
BugCollection()
           
 
Method Summary
 java.util.List<BugInstance> getBugInstance()
          Gets the value of the bugInstance property.
 Project getProject()
          Gets the value of the project property.
 void setProject(Project value)
          Sets the value of the project property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

project

protected Project project

bugInstance

protected java.util.List<BugInstance> bugInstance
Constructor Detail

BugCollection

public BugCollection()
Method Detail

getProject

public Project getProject()
Gets the value of the project property.

Returns:
possible object is Project

setProject

public void setProject(Project value)
Sets the value of the project property.

Parameters:
value - allowed object is Project

getBugInstance

public java.util.List<BugInstance> getBugInstance()
Gets the value of the bugInstance property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the bugInstance property.

For example, to add a new item, do as follows:

    getBugInstance().add(newItem);
 

Objects of the following type(s) are allowed in the list BugInstance