Class NotMatcherType
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.MatcherType
-
- de.chkal.maven.gitlab.codequality.spotbugs.NotMatcherType
-
public class NotMatcherType extends MatcherType
Java class for NotMatcherType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotMatcherType"> <complexContent> <extension base="{}MatcherType"> <sequence> <element ref="{}Matcher"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected jakarta.xml.bind.JAXBElement<? extends MatcherType>matcher
-
Constructor Summary
Constructors Constructor Description NotMatcherType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.xml.bind.JAXBElement<? extends MatcherType>getMatcher()Gets the value of the matcher property.voidsetMatcher(jakarta.xml.bind.JAXBElement<? extends MatcherType> value)Sets the value of the matcher property.
-
-
-
Field Detail
-
matcher
protected jakarta.xml.bind.JAXBElement<? extends MatcherType> matcher
-
-
Method Detail
-
getMatcher
public jakarta.xml.bind.JAXBElement<? extends MatcherType> getMatcher()
Gets the value of the matcher property.- Returns:
- possible object is
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>
-
setMatcher
public void setMatcher(jakarta.xml.bind.JAXBElement<? extends MatcherType> value)
Sets the value of the matcher property.- Parameters:
value- allowed object isJAXBElement<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>
-
-