Class DesignationMatcherType
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.MatcherType
-
- de.chkal.maven.gitlab.codequality.spotbugs.DesignationMatcherType
-
public class DesignationMatcherType extends MatcherType
Java class for DesignationMatcherType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DesignationMatcherType"> <complexContent> <extension base="{}MatcherType"> <attribute name="designation" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdesignation
-
Constructor Summary
Constructors Constructor Description DesignationMatcherType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDesignation()Gets the value of the designation property.voidsetDesignation(String value)Sets the value of the designation property.
-
-
-
Field Detail
-
designation
protected String designation
-
-