|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensor.ant.checkstyle.jaxb.Error
public class Error
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 |
---|
protected java.lang.Integer line
protected java.lang.Integer column
protected java.lang.String severity
protected java.lang.String message
protected java.lang.String source
Constructor Detail |
---|
public Error()
Method Detail |
---|
public java.lang.Integer getLine()
Integer
public void setLine(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getColumn()
Integer
public void setColumn(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getSeverity()
String
public void setSeverity(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMessage()
String
public void setMessage(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSource()
String
public void setSource(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |