Class DesignationMatcherType
- java.lang.Object
-
- io.github.dnalchemist.gitlab.codequality.spotbugs.MatcherType
-
- io.github.dnalchemist.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 java.lang.Stringdesignation
-
Constructor Summary
Constructors Constructor Description DesignationMatcherType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDesignation()Gets the value of the designation property.voidsetDesignation(java.lang.String value)Sets the value of the designation property.
-
-
-
Method Detail
-
getDesignation
public java.lang.String getDesignation()
Gets the value of the designation property.- Returns:
- possible object is
String
-
setDesignation
public void setDesignation(java.lang.String value)
Sets the value of the designation property.- Parameters:
value- allowed object isString
-
-