Class NotMatcherType
- java.lang.Object
-
- io.github.dnalchemist.gitlab.codequality.spotbugs.MatcherType
-
- io.github.dnalchemist.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<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>
-
setMatcher
public void setMatcher(jakarta.xml.bind.JAXBElement<? extends MatcherType> value)
Sets the value of the matcher property.- Parameters:
value- allowed object isJAXBElement<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>
-
-