Class BugCollection.BugCode
- java.lang.Object
-
- io.github.dnalchemist.gitlab.codequality.spotbugs.BugCollection.BugCode
-
- Enclosing class:
- BugCollection
public static class BugCollection.BugCode 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="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 java.lang.Stringabbrevprotected java.math.BigIntegercweidprotected java.lang.Stringdescription
-
Constructor Summary
Constructors Constructor Description BugCode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAbbrev()Gets the value of the abbrev property.java.math.BigIntegergetCweid()Gets the value of the cweid property.java.lang.StringgetDescription()Gets the value of the description property.voidsetAbbrev(java.lang.String value)Sets the value of the abbrev property.voidsetCweid(java.math.BigInteger value)Sets the value of the cweid property.voidsetDescription(java.lang.String value)Sets the value of the description property.
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(java.lang.String value)
Sets the value of the description 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
-
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
-
-