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

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

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


Field Summary
protected  java.lang.String jar
           
protected  java.util.List<java.lang.String> srcDir
           
 
Constructor Summary
Project()
           
 
Method Summary
 java.lang.String getJar()
          Gets the value of the jar property.
 java.util.List<java.lang.String> getSrcDir()
          Gets the value of the srcDir property.
 void setJar(java.lang.String value)
          Sets the value of the jar property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jar

protected java.lang.String jar

srcDir

protected java.util.List<java.lang.String> srcDir
Constructor Detail

Project

public Project()
Method Detail

getJar

public java.lang.String getJar()
Gets the value of the jar property.

Returns:
possible object is String

setJar

public void setJar(java.lang.String value)
Sets the value of the jar property.

Parameters:
value - allowed object is String

getSrcDir

public java.util.List<java.lang.String> getSrcDir()
Gets the value of the srcDir 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 srcDir property.

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

    getSrcDir().add(newItem);
 

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