Class SourceLineType
- java.lang.Object
-
- de.kontext_e.jqassistant.plugin.spotbugs.jaxb.SourceLineType
-
public class SourceLineType extends java.lang.Object-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringclassnameprotected java.lang.Stringendprotected java.lang.StringendBytecodeprotected java.lang.Stringsourcefileprotected java.lang.Stringsourcepathprotected java.lang.Stringstartprotected java.lang.StringstartBytecodeprotected java.lang.Stringvalue
-
Constructor Summary
Constructors Constructor Description SourceLineType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClassname()Gets the value of the classname property.java.lang.StringgetEnd()Gets the value of the end property.java.lang.StringgetEndBytecode()Gets the value of the endBytecode property.java.lang.StringgetSourcefile()Gets the value of the sourcefile property.java.lang.StringgetSourcepath()Gets the value of the sourcepath property.java.lang.StringgetStart()Gets the value of the start property.java.lang.StringgetStartBytecode()Gets the value of the startBytecode property.java.lang.StringgetValue()Gets the value of the value property.voidsetClassname(java.lang.String value)Sets the value of the classname property.voidsetEnd(java.lang.String value)Sets the value of the end property.voidsetEndBytecode(java.lang.String value)Sets the value of the endBytecode property.voidsetSourcefile(java.lang.String value)Sets the value of the sourcefile property.voidsetSourcepath(java.lang.String value)Sets the value of the sourcepath property.voidsetStart(java.lang.String value)Sets the value of the start property.voidsetStartBytecode(java.lang.String value)Sets the value of the startBytecode property.voidsetValue(java.lang.String value)Sets the value of the value property.
-
-
-
Field Detail
-
value
protected java.lang.String value
-
classname
protected java.lang.String classname
-
start
protected java.lang.String start
-
end
protected java.lang.String end
-
sourcefile
protected java.lang.String sourcefile
-
sourcepath
protected java.lang.String sourcepath
-
startBytecode
protected java.lang.String startBytecode
-
endBytecode
protected java.lang.String endBytecode
-
-
Method Detail
-
getValue
public java.lang.String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(java.lang.String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getClassname
public java.lang.String getClassname()
Gets the value of the classname property.- Returns:
- possible object is
String
-
setClassname
public void setClassname(java.lang.String value)
Sets the value of the classname property.- Parameters:
value- allowed object isString
-
getStart
public java.lang.String getStart()
Gets the value of the start property.- Returns:
- possible object is
String
-
setStart
public void setStart(java.lang.String value)
Sets the value of the start property.- Parameters:
value- allowed object isString
-
getEnd
public java.lang.String getEnd()
Gets the value of the end property.- Returns:
- possible object is
String
-
setEnd
public void setEnd(java.lang.String value)
Sets the value of the end property.- Parameters:
value- allowed object isString
-
getSourcefile
public java.lang.String getSourcefile()
Gets the value of the sourcefile property.- Returns:
- possible object is
String
-
setSourcefile
public void setSourcefile(java.lang.String value)
Sets the value of the sourcefile property.- Parameters:
value- allowed object isString
-
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 isString
-
getStartBytecode
public java.lang.String getStartBytecode()
Gets the value of the startBytecode property.- Returns:
- possible object is
String
-
setStartBytecode
public void setStartBytecode(java.lang.String value)
Sets the value of the startBytecode property.- Parameters:
value- allowed object isString
-
getEndBytecode
public java.lang.String getEndBytecode()
Gets the value of the endBytecode property.- Returns:
- possible object is
String
-
setEndBytecode
public void setEndBytecode(java.lang.String value)
Sets the value of the endBytecode property.- Parameters:
value- allowed object isString
-
-
-