Class MatchMatcherType
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.MatcherType
-
- de.chkal.maven.gitlab.codequality.spotbugs.MatchMatcherType
-
public class MatchMatcherType extends MatcherType
Java class for MatchMatcherType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MatchMatcherType"> <complexContent> <extension base="{}MatcherType"> <sequence> <element ref="{}Matcher" maxOccurs="unbounded"/> </sequence> <attribute name="classregex" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringclassregexprotected Stringclazzprotected List<jakarta.xml.bind.JAXBElement<? extends MatcherType>>matcher
-
Constructor Summary
Constructors Constructor Description MatchMatcherType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassregex()Gets the value of the classregex property.StringgetClazz()Gets the value of the clazz property.List<jakarta.xml.bind.JAXBElement<? extends MatcherType>>getMatcher()Gets the value of the matcher property.voidsetClassregex(String value)Sets the value of the classregex property.voidsetClazz(String value)Sets the value of the clazz property.
-
-
-
Field Detail
-
matcher
protected List<jakarta.xml.bind.JAXBElement<? extends MatcherType>> matcher
-
classregex
protected String classregex
-
clazz
protected String clazz
-
-
Method Detail
-
getMatcher
public List<jakarta.xml.bind.JAXBElement<? extends MatcherType>> getMatcher()
Gets the value of the matcher 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 matcher property.For example, to add a new item, do as follows:
getMatcher().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<LastVersionMatcherType>JAXBElement<NotMatcherType>JAXBElement<FirstVersionMatcherType>JAXBElement<ClassMatcherType>JAXBElement<FieldMatcherType>JAXBElement<DesignationMatcherType>JAXBElement<LocalMatcherType>JAXBElement<MatchMatcherType>JAXBElement<RankMatcherType>JAXBElement<PriorityMatcherType>JAXBElement<BugMatcherType>JAXBElement<BugPatternMatcherType>JAXBElement<MethodMatcherType>JAXBElement<TypeMatcherType>JAXBElement<PackageMatcherType>JAXBElement<OrMatcherType>JAXBElement<AndMatcherType>JAXBElement<BugCodeMatcherType>JAXBElement<MatcherType>
-
getClassregex
public String getClassregex()
Gets the value of the classregex property.- Returns:
- possible object is
String
-
setClassregex
public void setClassregex(String value)
Sets the value of the classregex property.- Parameters:
value- allowed object isString
-
getClazz
public String getClazz()
Gets the value of the clazz property.- Returns:
- possible object is
String
-
-