Class SourceLine
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.SourceLine
-
public class SourceLine extends 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"> <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 Stringclassnameprotected Integerendprotected IntegerendBytecodeprotected Stringmessageprotected Booleanprimaryprotected StringrelSourcepathprotected Stringroleprotected Stringsourcefileprotected Stringsourcepathprotected Integerstartprotected IntegerstartBytecodeprotected Booleansynthetic
-
Constructor Summary
Constructors Constructor Description SourceLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassname()Gets the value of the classname property.IntegergetEnd()Gets the value of the end property.IntegergetEndBytecode()Gets the value of the endBytecode property.StringgetMessage()Gets the value of the message property.StringgetRelSourcepath()Gets the value of the relSourcepath property.StringgetRole()Gets the value of the role property.StringgetSourcefile()Gets the value of the sourcefile property.StringgetSourcepath()Gets the value of the sourcepath property.IntegergetStart()Gets the value of the start property.IntegergetStartBytecode()Gets the value of the startBytecode property.BooleanisPrimary()Gets the value of the primary property.BooleanisSynthetic()Gets the value of the synthetic property.voidsetClassname(String value)Sets the value of the classname property.voidsetEnd(Integer value)Sets the value of the end property.voidsetEndBytecode(Integer value)Sets the value of the endBytecode property.voidsetMessage(String value)Sets the value of the message property.voidsetPrimary(Boolean value)Sets the value of the primary property.voidsetRelSourcepath(String value)Sets the value of the relSourcepath property.voidsetRole(String value)Sets the value of the role property.voidsetSourcefile(String value)Sets the value of the sourcefile property.voidsetSourcepath(String value)Sets the value of the sourcepath property.voidsetStart(Integer value)Sets the value of the start property.voidsetStartBytecode(Integer value)Sets the value of the startBytecode property.voidsetSynthetic(Boolean value)Sets the value of the synthetic property.
-
-
-
Field Detail
-
message
protected String message
-
classname
protected String classname
-
start
protected Integer start
-
end
protected Integer end
-
startBytecode
protected Integer startBytecode
-
endBytecode
protected Integer endBytecode
-
sourcefile
protected String sourcefile
-
sourcepath
protected String sourcepath
-
relSourcepath
protected String relSourcepath
-
synthetic
protected Boolean synthetic
-
role
protected String role
-
primary
protected Boolean primary
-
-
Method Detail
-
getMessage
public String getMessage()
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
public void setMessage(String value)
Sets the value of the message property.- Parameters:
value- allowed object isString
-
getClassname
public String getClassname()
Gets the value of the classname property.- Returns:
- possible object is
String
-
setClassname
public void setClassname(String value)
Sets the value of the classname property.- Parameters:
value- allowed object isString
-
getStart
public Integer getStart()
Gets the value of the start property.- Returns:
- possible object is
Integer
-
setStart
public void setStart(Integer value)
Sets the value of the start property.- Parameters:
value- allowed object isInteger
-
getEnd
public Integer getEnd()
Gets the value of the end property.- Returns:
- possible object is
Integer
-
setEnd
public void setEnd(Integer value)
Sets the value of the end property.- Parameters:
value- allowed object isInteger
-
getStartBytecode
public Integer getStartBytecode()
Gets the value of the startBytecode property.- Returns:
- possible object is
Integer
-
setStartBytecode
public void setStartBytecode(Integer value)
Sets the value of the startBytecode property.- Parameters:
value- allowed object isInteger
-
getEndBytecode
public Integer getEndBytecode()
Gets the value of the endBytecode property.- Returns:
- possible object is
Integer
-
setEndBytecode
public void setEndBytecode(Integer value)
Sets the value of the endBytecode property.- Parameters:
value- allowed object isInteger
-
getSourcefile
public String getSourcefile()
Gets the value of the sourcefile property.- Returns:
- possible object is
String
-
setSourcefile
public void setSourcefile(String value)
Sets the value of the sourcefile property.- Parameters:
value- allowed object isString
-
getSourcepath
public String getSourcepath()
Gets the value of the sourcepath property.- Returns:
- possible object is
String
-
setSourcepath
public void setSourcepath(String value)
Sets the value of the sourcepath property.- Parameters:
value- allowed object isString
-
getRelSourcepath
public String getRelSourcepath()
Gets the value of the relSourcepath property.- Returns:
- possible object is
String
-
setRelSourcepath
public void setRelSourcepath(String value)
Sets the value of the relSourcepath property.- Parameters:
value- allowed object isString
-
isSynthetic
public Boolean isSynthetic()
Gets the value of the synthetic property.- Returns:
- possible object is
Boolean
-
setSynthetic
public void setSynthetic(Boolean value)
Sets the value of the synthetic property.- Parameters:
value- allowed object isBoolean
-
getRole
public String getRole()
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
public void setRole(String value)
Sets the value of the role property.- Parameters:
value- allowed object isString
-
isPrimary
public Boolean isPrimary()
Gets the value of the primary property.- Returns:
- possible object is
Boolean
-
-