Class FieldMatcherType
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.MatcherType
-
- de.chkal.maven.gitlab.codequality.spotbugs.FieldMatcherType
-
public class FieldMatcherType extends MatcherType
Java class for FieldMatcherType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FieldMatcherType"> <complexContent> <extension base="{}MatcherType"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description FieldMatcherType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the value of the name property.StringgetRole()Gets the value of the role property.StringgetType()Gets the value of the type property.voidsetName(String value)Sets the value of the name property.voidsetRole(String value)Sets the value of the role property.voidsetType(String value)Sets the value of the type property.
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getRole
public String getRole()
Gets the value of the role property.- Returns:
- possible object is
String
-
-