|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensor.ant.findbugs.jaxb.SourceLine
public class SourceLine
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 |
---|
protected java.lang.Integer start
protected java.lang.String sourcepath
Constructor Detail |
---|
public SourceLine()
Method Detail |
---|
public java.lang.Integer getStart()
Integer
public void setStart(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getSourcepath()
String
public void setSourcepath(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |