Class ErrorType
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.checkstyle.ErrorType
-
public class ErrorType extends Object
Java class for errorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="errorType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="line" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="severity" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ErrorType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColumn()Gets the value of the column property.StringgetLine()Gets the value of the line property.StringgetMessage()Gets the value of the message property.StringgetSeverity()Gets the value of the severity property.StringgetSource()Gets the value of the source property.StringgetValue()Gets the value of the value property.voidsetColumn(String value)Sets the value of the column property.voidsetLine(String value)Sets the value of the line property.voidsetMessage(String value)Sets the value of the message property.voidsetSeverity(String value)Sets the value of the severity property.voidsetSource(String value)Sets the value of the source property.voidsetValue(String value)Sets the value of the value property.
-
-
-
Method Detail
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getLine
public String getLine()
Gets the value of the line property.- Returns:
- possible object is
String
-
setLine
public void setLine(String value)
Sets the value of the line property.- Parameters:
value- allowed object isString
-
getSeverity
public String getSeverity()
Gets the value of the severity property.- Returns:
- possible object is
String
-
setSeverity
public void setSeverity(String value)
Sets the value of the severity property.- Parameters:
value- allowed object isString
-
getMessage
public String getMessage()
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
public void setMessage(String value)
Sets the value of the message property.- Parameters:
value- allowed object isString
-
getSource
public String getSource()
Gets the value of the source property.- Returns:
- possible object is
String
-
setSource
public void setSource(String value)
Sets the value of the source property.- Parameters:
value- allowed object isString
-
getColumn
public String getColumn()
Gets the value of the column property.- Returns:
- possible object is
String
-
-