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

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

public class SourceLine
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">
       <attribute name="start" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="sourcepath" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String sourcepath
           
protected  java.lang.Integer start
           
 
Constructor Summary
SourceLine()
           
 
Method Summary
 java.lang.String getSourcepath()
          Gets the value of the sourcepath property.
 java.lang.Integer getStart()
          Gets the value of the start property.
 void setSourcepath(java.lang.String value)
          Sets the value of the sourcepath property.
 void setStart(java.lang.Integer value)
          Sets the value of the start property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

protected java.lang.Integer start

sourcepath

protected java.lang.String sourcepath
Constructor Detail

SourceLine

public SourceLine()
Method Detail

getStart

public java.lang.Integer getStart()
Gets the value of the start property.

Returns:
possible object is Integer

setStart

public void setStart(java.lang.Integer value)
Sets the value of the start property.

Parameters:
value - allowed object is Integer

getSourcepath

public java.lang.String getSourcepath()
Gets the value of the sourcepath property.

Returns:
possible object is String

setSourcepath

public void setSourcepath(java.lang.String value)
Sets the value of the sourcepath property.

Parameters:
value - allowed object is String