org.hackystat.sensor.ant.checkstyle.jaxb
Class Error

java.lang.Object
  extended by org.hackystat.sensor.ant.checkstyle.jaxb.Error

public class Error
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute ref="{}line"/>
       <attribute name="column" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute ref="{}severity"/>
       <attribute ref="{}message"/>
       <attribute ref="{}source"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Integer column
           
protected  java.lang.Integer line
           
protected  java.lang.String message
           
protected  java.lang.String severity
           
protected  java.lang.String source
           
 
Constructor Summary
Error()
           
 
Method Summary
 java.lang.Integer getColumn()
          Gets the value of the column property.
 java.lang.Integer getLine()
          Gets the value of the line property.
 java.lang.String getMessage()
          Gets the value of the message property.
 java.lang.String getSeverity()
          Gets the value of the severity property.
 java.lang.String getSource()
          Gets the value of the source property.
 void setColumn(java.lang.Integer value)
          Sets the value of the column property.
 void setLine(java.lang.Integer value)
          Sets the value of the line property.
 void setMessage(java.lang.String value)
          Sets the value of the message property.
 void setSeverity(java.lang.String value)
          Sets the value of the severity property.
 void setSource(java.lang.String value)
          Sets the value of the source property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

line

protected java.lang.Integer line

column

protected java.lang.Integer column

severity

protected java.lang.String severity

message

protected java.lang.String message

source

protected java.lang.String source
Constructor Detail

Error

public Error()
Method Detail

getLine

public java.lang.Integer getLine()
Gets the value of the line property.

Returns:
possible object is Integer

setLine

public void setLine(java.lang.Integer value)
Sets the value of the line property.

Parameters:
value - allowed object is Integer

getColumn

public java.lang.Integer getColumn()
Gets the value of the column property.

Returns:
possible object is Integer

setColumn

public void setColumn(java.lang.Integer value)
Sets the value of the column property.

Parameters:
value - allowed object is Integer

getSeverity

public java.lang.String getSeverity()
Gets the value of the severity property.

Returns:
possible object is String

setSeverity

public void setSeverity(java.lang.String value)
Sets the value of the severity property.

Parameters:
value - allowed object is String

getMessage

public java.lang.String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

public void setMessage(java.lang.String value)
Sets the value of the message property.

Parameters:
value - allowed object is String

getSource

public java.lang.String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(java.lang.String value)
Sets the value of the source property.

Parameters:
value - allowed object is String