Class BugCollection.BugInstance.Field
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.BugCollection.BugInstance.Field
-
- Enclosing class:
- BugCollection.BugInstance
public static class BugCollection.BugInstance.Field 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="{}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="sourceSignature" 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>
-
-
Constructor Summary
Constructors Constructor Description Field()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassname()Gets the value of the classname property.StringgetMessage()Gets the value of the message property.StringgetName()Gets the value of the name property.StringgetRole()Gets the value of the role property.StringgetSignature()Gets the value of the signature property.SourceLinegetSourceLine()Gets the value of the sourceLine property.StringgetSourceSignature()Gets the value of the sourceSignature property.booleanisIsStatic()Gets the value of the isStatic property.BooleanisPrimary()Gets the value of the primary property.voidsetClassname(String value)Sets the value of the classname property.voidsetIsStatic(boolean value)Sets the value of the isStatic property.voidsetMessage(String value)Sets the value of the message property.voidsetName(String value)Sets the value of the name property.voidsetPrimary(Boolean value)Sets the value of the primary property.voidsetRole(String value)Sets the value of the role property.voidsetSignature(String value)Sets the value of the signature property.voidsetSourceLine(SourceLine value)Sets the value of the sourceLine property.voidsetSourceSignature(String value)Sets the value of the sourceSignature property.
-
-
-
Field Detail
-
sourceLine
protected SourceLine sourceLine
-
message
protected String message
-
classname
protected String classname
-
name
protected String name
-
signature
protected String signature
-
sourceSignature
protected String sourceSignature
-
isStatic
protected boolean isStatic
-
role
protected String role
-
primary
protected 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 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
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getSignature
public String getSignature()
Gets the value of the signature property.- Returns:
- possible object is
String
-
setSignature
public void setSignature(String value)
Sets the value of the signature property.- Parameters:
value- allowed object isString
-
getSourceSignature
public String getSourceSignature()
Gets the value of the sourceSignature property.- Returns:
- possible object is
String
-
setSourceSignature
public void setSourceSignature(String value)
Sets the value of the sourceSignature 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 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
-
-