Class BugCollection.BugCode
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.BugCollection.BugCode
-
- Enclosing class:
- BugCollection
public static class BugCollection.BugCode 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"/> </sequence> <attribute name="abbrev" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="cweid" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringabbrevprotected BigIntegercweidprotected Stringdescription
-
Constructor Summary
Constructors Constructor Description BugCode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAbbrev()Gets the value of the abbrev property.BigIntegergetCweid()Gets the value of the cweid property.StringgetDescription()Gets the value of the description property.voidsetAbbrev(String value)Sets the value of the abbrev property.voidsetCweid(BigInteger value)Sets the value of the cweid property.voidsetDescription(String value)Sets the value of the description property.
-
-
-
Field Detail
-
description
protected String description
-
abbrev
protected String abbrev
-
cweid
protected BigInteger cweid
-
-
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
-
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
-
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
-
-