Class BugCollection.Errors
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.BugCollection.Errors
-
- Enclosing class:
- BugCollection
public static class BugCollection.Errors 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="MissingClass" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="errors" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="missingClasses" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Longerrorsprotected List<String>missingClassprotected LongmissingClasses
-
Constructor Summary
Constructors Constructor Description Errors()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetErrors()Gets the value of the errors property.List<String>getMissingClass()Gets the value of the missingClass property.LonggetMissingClasses()Gets the value of the missingClasses property.voidsetErrors(Long value)Sets the value of the errors property.voidsetMissingClasses(Long value)Sets the value of the missingClasses property.
-
-
-
Method Detail
-
getMissingClass
public List<String> getMissingClass()
Gets the value of the missingClass property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the missingClass property.For example, to add a new item, do as follows:
getMissingClass().add(newItem);Objects of the following type(s) are allowed in the list
String
-
getErrors
public Long getErrors()
Gets the value of the errors property.- Returns:
- possible object is
Long
-
setErrors
public void setErrors(Long value)
Sets the value of the errors property.- Parameters:
value- allowed object isLong
-
getMissingClasses
public Long getMissingClasses()
Gets the value of the missingClasses property.- Returns:
- possible object is
Long
-
-