Class BugCollection.BugCategory
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.BugCollection.BugCategory
-
- Enclosing class:
- BugCollection
public static class BugCollection.BugCategory 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="Description" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Abbreviation" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" minOccurs="0"/> <element name="Details" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="category" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringabbreviationprotected Stringcategoryprotected Stringdescriptionprotected Stringdetails
-
Constructor Summary
Constructors Constructor Description BugCategory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAbbreviation()Gets the value of the abbreviation property.StringgetCategory()Gets the value of the category property.StringgetDescription()Gets the value of the description property.StringgetDetails()Gets the value of the details property.voidsetAbbreviation(String value)Sets the value of the abbreviation property.voidsetCategory(String value)Sets the value of the category property.voidsetDescription(String value)Sets the value of the description property.voidsetDetails(String value)Sets the value of the details property.
-
-
-
Method Detail
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getAbbreviation
public String getAbbreviation()
Gets the value of the abbreviation property.- Returns:
- possible object is
String
-
setAbbreviation
public void setAbbreviation(String value)
Sets the value of the abbreviation 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
-
getCategory
public String getCategory()
Gets the value of the category property.- Returns:
- possible object is
String
-
-