Class BugCollection.BugPattern
- java.lang.Object
-
- io.github.dnalchemist.gitlab.codequality.spotbugs.BugCollection.BugPattern
-
- Enclosing class:
- BugCollection
public static class BugCollection.BugPattern 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 name="ShortDescription" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Details" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="abbrev" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="category" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="cweid" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description BugPattern()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAbbrev()Gets the value of the abbrev property.java.lang.StringgetCategory()Gets the value of the category property.java.math.BigIntegergetCweid()Gets the value of the cweid property.java.lang.StringgetDetails()Gets the value of the details property.java.lang.StringgetShortDescription()Gets the value of the shortDescription property.java.lang.StringgetType()Gets the value of the type property.voidsetAbbrev(java.lang.String value)Sets the value of the abbrev property.voidsetCategory(java.lang.String value)Sets the value of the category property.voidsetCweid(java.math.BigInteger value)Sets the value of the cweid property.voidsetDetails(java.lang.String value)Sets the value of the details property.voidsetShortDescription(java.lang.String value)Sets the value of the shortDescription property.voidsetType(java.lang.String value)Sets the value of the type property.
-
-
-
Method Detail
-
getShortDescription
public java.lang.String getShortDescription()
Gets the value of the shortDescription property.- Returns:
- possible object is
String
-
setShortDescription
public void setShortDescription(java.lang.String value)
Sets the value of the shortDescription property.- Parameters:
value- allowed object isString
-
getDetails
public java.lang.String getDetails()
Gets the value of the details property.- Returns:
- possible object is
String
-
setDetails
public void setDetails(java.lang.String value)
Sets the value of the details property.- Parameters:
value- allowed object isString
-
getType
public java.lang.String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getAbbrev
public java.lang.String getAbbrev()
Gets the value of the abbrev property.- Returns:
- possible object is
String
-
setAbbrev
public void setAbbrev(java.lang.String value)
Sets the value of the abbrev property.- Parameters:
value- allowed object isString
-
getCategory
public java.lang.String getCategory()
Gets the value of the category property.- Returns:
- possible object is
String
-
setCategory
public void setCategory(java.lang.String value)
Sets the value of the category property.- Parameters:
value- allowed object isString
-
getCweid
public java.math.BigInteger getCweid()
Gets the value of the cweid property.- Returns:
- possible object is
BigInteger
-
setCweid
public void setCweid(java.math.BigInteger value)
Sets the value of the cweid property.- Parameters:
value- allowed object isBigInteger
-
-