public class SourceLineType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
classname |
protected java.lang.String |
end |
protected java.lang.String |
endBytecode |
protected java.lang.String |
sourcefile |
protected java.lang.String |
sourcepath |
protected java.lang.String |
start |
protected java.lang.String |
startBytecode |
protected java.lang.String |
value |
| Constructor and Description |
|---|
SourceLineType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassname()
Gets the value of the classname property.
|
java.lang.String |
getEnd()
Gets the value of the end property.
|
java.lang.String |
getEndBytecode()
Gets the value of the endBytecode property.
|
java.lang.String |
getSourcefile()
Gets the value of the sourcefile property.
|
java.lang.String |
getSourcepath()
Gets the value of the sourcepath property.
|
java.lang.String |
getStart()
Gets the value of the start property.
|
java.lang.String |
getStartBytecode()
Gets the value of the startBytecode property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setClassname(java.lang.String value)
Sets the value of the classname property.
|
void |
setEnd(java.lang.String value)
Sets the value of the end property.
|
void |
setEndBytecode(java.lang.String value)
Sets the value of the endBytecode property.
|
void |
setSourcefile(java.lang.String value)
Sets the value of the sourcefile property.
|
void |
setSourcepath(java.lang.String value)
Sets the value of the sourcepath property.
|
void |
setStart(java.lang.String value)
Sets the value of the start property.
|
void |
setStartBytecode(java.lang.String value)
Sets the value of the startBytecode property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String value
protected java.lang.String classname
protected java.lang.String start
protected java.lang.String end
protected java.lang.String sourcefile
protected java.lang.String sourcepath
protected java.lang.String startBytecode
protected java.lang.String endBytecode
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getClassname()
Stringpublic void setClassname(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStart()
Stringpublic void setStart(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEnd()
Stringpublic void setEnd(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSourcefile()
Stringpublic void setSourcefile(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSourcepath()
Stringpublic void setSourcepath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStartBytecode()
Stringpublic void setStartBytecode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEndBytecode()
Stringpublic void setEndBytecode(java.lang.String value)
value - allowed object is
String