Class BugCollection.BugInstance.Method
- java.lang.Object
-
- io.github.dnalchemist.gitlab.codequality.spotbugs.BugCollection.BugInstance.Method
-
- Enclosing class:
- BugCollection.BugInstance
public static class BugCollection.BugInstance.Method 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 minOccurs="0"> <element ref="{}SourceLine"/> <element ref="{}Message" minOccurs="0"/> </sequence> <attribute name="classname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="signature" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="isStatic" use="required" 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 booleanisStaticprotected java.lang.Stringmessageprotected java.lang.Stringnameprotected java.lang.Booleanprimaryprotected java.lang.Stringroleprotected java.lang.Stringsignatureprotected SourceLinesourceLine
-
Constructor Summary
Constructors Constructor Description Method()
-
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.StringgetMessage()Gets the value of the message property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetRole()Gets the value of the role property.java.lang.StringgetSignature()Gets the value of the signature property.SourceLinegetSourceLine()Gets the value of the sourceLine property.booleanisIsStatic()Gets the value of the isStatic property.java.lang.BooleanisPrimary()Gets the value of the primary property.voidsetClassname(java.lang.String value)Sets the value of the classname property.voidsetIsStatic(boolean value)Sets the value of the isStatic property.voidsetMessage(java.lang.String value)Sets the value of the message property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetPrimary(java.lang.Boolean value)Sets the value of the primary property.voidsetRole(java.lang.String value)Sets the value of the role property.voidsetSignature(java.lang.String value)Sets the value of the signature property.voidsetSourceLine(SourceLine value)Sets the value of the sourceLine property.
-
-
-
Field Detail
-
sourceLine
protected SourceLine sourceLine
-
message
protected java.lang.String message
-
classname
protected java.lang.String classname
-
name
protected java.lang.String name
-
signature
protected java.lang.String signature
-
isStatic
protected boolean isStatic
-
role
protected java.lang.String role
-
primary
protected java.lang.Boolean primary
-
-
Method Detail
-
getSourceLine
public SourceLine getSourceLine()
Gets the value of the sourceLine property.- Returns:
- possible object is
SourceLine
-
setSourceLine
public void setSourceLine(SourceLine value)
Sets the value of the sourceLine property.- Parameters:
value- allowed object isSourceLine
-
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
-
getName
public java.lang.String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getSignature
public java.lang.String getSignature()
Gets the value of the signature property.- Returns:
- possible object is
String
-
setSignature
public void setSignature(java.lang.String value)
Sets the value of the signature property.- Parameters:
value- allowed object isString
-
isIsStatic
public boolean isIsStatic()
Gets the value of the isStatic property.
-
setIsStatic
public void setIsStatic(boolean value)
Sets the value of the isStatic property.
-
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
-
-