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