Class BugCollection.BugInstance.Type
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.BugCollection.BugInstance.Type
-
- Enclosing class:
- BugCollection.BugInstance
public static class BugCollection.BugInstance.Type 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" minOccurs="0"/> <element ref="{}Message" minOccurs="0"/> </sequence> <attribute name="descriptor" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="typeParameters" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdescriptorprotected Stringmessageprotected Stringroleprotected SourceLinesourceLineprotected StringtypeParameters
-
Constructor Summary
Constructors Constructor Description Type()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescriptor()Gets the value of the descriptor property.StringgetMessage()Gets the value of the message property.StringgetRole()Gets the value of the role property.SourceLinegetSourceLine()Gets the value of the sourceLine property.StringgetTypeParameters()Gets the value of the typeParameters property.voidsetDescriptor(String value)Sets the value of the descriptor property.voidsetMessage(String value)Sets the value of the message property.voidsetRole(String value)Sets the value of the role property.voidsetSourceLine(SourceLine value)Sets the value of the sourceLine property.voidsetTypeParameters(String value)Sets the value of the typeParameters property.
-
-
-
Field Detail
-
sourceLine
protected SourceLine sourceLine
-
message
protected String message
-
descriptor
protected String descriptor
-
role
protected String role
-
typeParameters
protected String typeParameters
-
-
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
-
getDescriptor
public String getDescriptor()
Gets the value of the descriptor property.- Returns:
- possible object is
String
-
setDescriptor
public void setDescriptor(String value)
Sets the value of the descriptor property.- Parameters:
value- allowed object isString
-
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
-
getTypeParameters
public String getTypeParameters()
Gets the value of the typeParameters property.- Returns:
- possible object is
String
-
-