Class SourceLine
- java.lang.Object
-
- io.github.dnalchemist.gitlab.codequality.spotbugs.SourceLine
-
public class SourceLine extends java.lang.ObjectJava 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="{}Message" minOccurs="0"/> </sequence> <attribute name="classname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="start" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="end" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="startBytecode" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="endBytecode" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="sourcefile" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="sourcepath" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="relSourcepath" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="synthetic" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="primary" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringclassnameprotected java.lang.Integerendprotected java.lang.IntegerendBytecodeprotected java.lang.Stringmessageprotected java.lang.Booleanprimaryprotected java.lang.StringrelSourcepathprotected java.lang.Stringroleprotected java.lang.Stringsourcefileprotected java.lang.Stringsourcepathprotected java.lang.Integerstartprotected java.lang.IntegerstartBytecodeprotected java.lang.Booleansynthetic
-
Constructor Summary
Constructors Constructor Description SourceLine()
-
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.IntegergetEnd()Gets the value of the end property.java.lang.IntegergetEndBytecode()Gets the value of the endBytecode property.java.lang.StringgetMessage()Gets the value of the message property.java.lang.StringgetRelSourcepath()Gets the value of the relSourcepath property.java.lang.StringgetRole()Gets the value of the role property.java.lang.StringgetSourcefile()Gets the value of the sourcefile property.java.lang.StringgetSourcepath()Gets the value of the sourcepath property.java.lang.IntegergetStart()Gets the value of the start property.java.lang.IntegergetStartBytecode()Gets the value of the startBytecode property.java.lang.BooleanisPrimary()Gets the value of the primary property.java.lang.BooleanisSynthetic()Gets the value of the synthetic property.voidsetClassname(java.lang.String value)Sets the value of the classname property.voidsetEnd(java.lang.Integer value)Sets the value of the end property.voidsetEndBytecode(java.lang.Integer value)Sets the value of the endBytecode property.voidsetMessage(java.lang.String value)Sets the value of the message property.voidsetPrimary(java.lang.Boolean value)Sets the value of the primary property.voidsetRelSourcepath(java.lang.String value)Sets the value of the relSourcepath property.voidsetRole(java.lang.String value)Sets the value of the role 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.Integer value)Sets the value of the start property.voidsetStartBytecode(java.lang.Integer value)Sets the value of the startBytecode property.voidsetSynthetic(java.lang.Boolean value)Sets the value of the synthetic property.
-
-
-
Field Detail
-
message
protected java.lang.String message
-
classname
protected java.lang.String classname
-
start
protected java.lang.Integer start
-
end
protected java.lang.Integer end
-
startBytecode
protected java.lang.Integer startBytecode
-
endBytecode
protected java.lang.Integer endBytecode
-
sourcefile
protected java.lang.String sourcefile
-
sourcepath
protected java.lang.String sourcepath
-
relSourcepath
protected java.lang.String relSourcepath
-
synthetic
protected java.lang.Boolean synthetic
-
role
protected java.lang.String role
-
primary
protected java.lang.Boolean primary
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
public void setMessage(java.lang.String value)
Sets the value of the message 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.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 isInteger
-
getEnd
public java.lang.Integer getEnd()
Gets the value of the end property.- Returns:
- possible object is
Integer
-
setEnd
public void setEnd(java.lang.Integer value)
Sets the value of the end property.- Parameters:
value- allowed object isInteger
-
getStartBytecode
public java.lang.Integer getStartBytecode()
Gets the value of the startBytecode property.- Returns:
- possible object is
Integer
-
setStartBytecode
public void setStartBytecode(java.lang.Integer value)
Sets the value of the startBytecode property.- Parameters:
value- allowed object isInteger
-
getEndBytecode
public java.lang.Integer getEndBytecode()
Gets the value of the endBytecode property.- Returns:
- possible object is
Integer
-
setEndBytecode
public void setEndBytecode(java.lang.Integer value)
Sets the value of the endBytecode property.- Parameters:
value- allowed object isInteger
-
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
-
getRelSourcepath
public java.lang.String getRelSourcepath()
Gets the value of the relSourcepath property.- Returns:
- possible object is
String
-
setRelSourcepath
public void setRelSourcepath(java.lang.String value)
Sets the value of the relSourcepath property.- Parameters:
value- allowed object isString
-
isSynthetic
public java.lang.Boolean isSynthetic()
Gets the value of the synthetic property.- Returns:
- possible object is
Boolean
-
setSynthetic
public void setSynthetic(java.lang.Boolean value)
Sets the value of the synthetic property.- Parameters:
value- allowed object isBoolean
-
getRole
public java.lang.String getRole()
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
public void setRole(java.lang.String value)
Sets the value of the role property.- Parameters:
value- allowed object isString
-
isPrimary
public java.lang.Boolean isPrimary()
Gets the value of the primary property.- Returns:
- possible object is
Boolean
-
setPrimary
public void setPrimary(java.lang.Boolean value)
Sets the value of the primary property.- Parameters:
value- allowed object isBoolean
-
-