Class BugCollection.BugPattern
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.BugCollection.BugPattern
-
- Enclosing class:
- BugCollection
public static class BugCollection.BugPattern 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 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 StringgetAbbrev()Gets the value of the abbrev property.StringgetCategory()Gets the value of the category property.BigIntegergetCweid()Gets the value of the cweid property.StringgetDetails()Gets the value of the details property.StringgetShortDescription()Gets the value of the shortDescription property.StringgetType()Gets the value of the type property.voidsetAbbrev(String value)Sets the value of the abbrev property.voidsetCategory(String value)Sets the value of the category property.voidsetCweid(BigInteger value)Sets the value of the cweid property.voidsetDetails(String value)Sets the value of the details property.voidsetShortDescription(String value)Sets the value of the shortDescription property.voidsetType(String value)Sets the value of the type property.
-
-
-
Method Detail
-
getShortDescription
public String getShortDescription()
Gets the value of the shortDescription property.- Returns:
- possible object is
String
-
setShortDescription
public void setShortDescription(String value)
Sets the value of the shortDescription property.- Parameters:
value- allowed object isString
-
getDetails
public String getDetails()
Gets the value of the details property.- Returns:
- possible object is
String
-
setDetails
public void setDetails(String value)
Sets the value of the details property.- Parameters:
value- allowed object isString
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getAbbrev
public String getAbbrev()
Gets the value of the abbrev property.- Returns:
- possible object is
String
-
setAbbrev
public void setAbbrev(String value)
Sets the value of the abbrev property.- Parameters:
value- allowed object isString
-
getCategory
public String getCategory()
Gets the value of the category property.- Returns:
- possible object is
String
-
setCategory
public void setCategory(String value)
Sets the value of the category property.- Parameters:
value- allowed object isString
-
getCweid
public BigInteger getCweid()
Gets the value of the cweid property.- Returns:
- possible object is
BigInteger
-
setCweid
public void setCweid(BigInteger value)
Sets the value of the cweid property.- Parameters:
value- allowed object isBigInteger
-
-