|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensor.ant.pmd.jaxb.Violation
public class Violation
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 name="line" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="beginline" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="endline" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="begincolumn" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="endcolumn" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute ref="{}rule"/> <attribute ref="{}ruleset"/> <attribute ref="{}package"/> <attribute ref="{}priority"/> <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="method" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="externalInfoUrl" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
_package
|
protected java.lang.Integer |
begincolumn
|
protected java.lang.Integer |
beginline
|
protected java.lang.String |
clazz
|
protected java.lang.Integer |
endcolumn
|
protected java.lang.Integer |
endline
|
protected java.lang.String |
externalInfoUrl
|
protected java.lang.Integer |
line
|
protected java.lang.String |
method
|
protected java.lang.Integer |
priority
|
protected java.lang.String |
rule
|
protected java.lang.String |
ruleset
|
Constructor Summary | |
---|---|
Violation()
|
Method Summary | |
---|---|
java.lang.Integer |
getBegincolumn()
Gets the value of the begincolumn property. |
java.lang.Integer |
getBeginline()
Gets the value of the beginline property. |
java.lang.String |
getClazz()
Gets the value of the clazz property. |
java.lang.Integer |
getEndcolumn()
Gets the value of the endcolumn property. |
java.lang.Integer |
getEndline()
Gets the value of the endline property. |
java.lang.String |
getExternalInfoUrl()
Gets the value of the externalInfoUrl property. |
java.lang.Integer |
getLine()
Gets the value of the line property. |
java.lang.String |
getMethod()
Gets the value of the method property. |
java.lang.String |
getPackage()
Gets the value of the package property. |
java.lang.Integer |
getPriority()
Gets the value of the priority property. |
java.lang.String |
getRule()
Gets the value of the rule property. |
java.lang.String |
getRuleset()
Gets the value of the ruleset property. |
void |
setBegincolumn(java.lang.Integer value)
Sets the value of the begincolumn property. |
void |
setBeginline(java.lang.Integer value)
Sets the value of the beginline property. |
void |
setClazz(java.lang.String value)
Sets the value of the clazz property. |
void |
setEndcolumn(java.lang.Integer value)
Sets the value of the endcolumn property. |
void |
setEndline(java.lang.Integer value)
Sets the value of the endline property. |
void |
setExternalInfoUrl(java.lang.String value)
Sets the value of the externalInfoUrl property. |
void |
setLine(java.lang.Integer value)
Sets the value of the line property. |
void |
setMethod(java.lang.String value)
Sets the value of the method property. |
void |
setPackage(java.lang.String value)
Sets the value of the package property. |
void |
setPriority(java.lang.Integer value)
Sets the value of the priority property. |
void |
setRule(java.lang.String value)
Sets the value of the rule property. |
void |
setRuleset(java.lang.String value)
Sets the value of the ruleset 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 beginline
protected java.lang.Integer endline
protected java.lang.Integer begincolumn
protected java.lang.Integer endcolumn
protected java.lang.String rule
protected java.lang.String ruleset
protected java.lang.String _package
protected java.lang.Integer priority
protected java.lang.String clazz
protected java.lang.String method
protected java.lang.String externalInfoUrl
Constructor Detail |
---|
public Violation()
Method Detail |
---|
public java.lang.Integer getLine()
Integer
public void setLine(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getBeginline()
Integer
public void setBeginline(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getEndline()
Integer
public void setEndline(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getBegincolumn()
Integer
public void setBegincolumn(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getEndcolumn()
Integer
public void setEndcolumn(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getRule()
String
public void setRule(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRuleset()
String
public void setRuleset(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPackage()
String
public void setPackage(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getPriority()
Integer
public void setPriority(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getClazz()
String
public void setClazz(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMethod()
String
public void setMethod(java.lang.String value)
value
- allowed object is
String
public java.lang.String getExternalInfoUrl()
String
public void setExternalInfoUrl(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 |