Class OrMatcherType
- java.lang.Object
-
- io.github.dnalchemist.gitlab.codequality.spotbugs.MatcherType
-
- io.github.dnalchemist.gitlab.codequality.spotbugs.OrMatcherType
-
public class OrMatcherType extends MatcherType
Java class for OrMatcherType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="OrMatcherType"> <complexContent> <extension base="{}MatcherType"> <sequence> <element ref="{}Matcher" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<jakarta.xml.bind.JAXBElement<? extends MatcherType>>matcher
-
Constructor Summary
Constructors Constructor Description OrMatcherType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<jakarta.xml.bind.JAXBElement<? extends MatcherType>>getMatcher()Gets the value of the matcher property.
-
-
-
Field Detail
-
matcher
protected java.util.List<jakarta.xml.bind.JAXBElement<? extends MatcherType>> matcher
-
-
Method Detail
-
getMatcher
public java.util.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 JAXB 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<AndMatcherType>JAXBElement<BugCodeMatcherType>JAXBElement<BugMatcherType>JAXBElement<BugPatternMatcherType>JAXBElement<ClassMatcherType>JAXBElement<DesignationMatcherType>JAXBElement<FieldMatcherType>JAXBElement<FirstVersionMatcherType>JAXBElement<LastVersionMatcherType>JAXBElement<LocalMatcherType>JAXBElement<MatchMatcherType>JAXBElement<MatcherType>JAXBElement<MethodMatcherType>JAXBElement<NotMatcherType>JAXBElement<OrMatcherType>JAXBElement<PackageMatcherType>JAXBElement<PriorityMatcherType>JAXBElement<RankMatcherType>JAXBElement<TypeMatcherType>- Returns:
- The value of the matcher property.
-
-