Class FirstVersionMatcherType
- java.lang.Object
-
- io.github.dnalchemist.gitlab.codequality.spotbugs.MatcherType
-
- io.github.dnalchemist.gitlab.codequality.spotbugs.FirstVersionMatcherType
-
public class FirstVersionMatcherType extends MatcherType
Java class for FirstVersionMatcherType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="FirstVersionMatcherType"> <complexContent> <extension base="{}MatcherType"> <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="relOp" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description FirstVersionMatcherType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetRelOp()Gets the value of the relOp property.longgetValue()Gets the value of the value property.voidsetRelOp(java.lang.String value)Sets the value of the relOp property.voidsetValue(long value)Sets the value of the value property.
-
-
-
Method Detail
-
getValue
public long getValue()
Gets the value of the value property.
-
setValue
public void setValue(long value)
Sets the value of the value property.
-
getRelOp
public java.lang.String getRelOp()
Gets the value of the relOp property.- Returns:
- possible object is
String
-
setRelOp
public void setRelOp(java.lang.String value)
Sets the value of the relOp property.- Parameters:
value- allowed object isString
-
-