org.hackystat.sensor.ant.pmd.jaxb
Class Violation

java.lang.Object
  extended by org.hackystat.sensor.ant.pmd.jaxb.Violation

public class Violation
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 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

line

protected java.lang.Integer line

beginline

protected java.lang.Integer beginline

endline

protected java.lang.Integer endline

begincolumn

protected java.lang.Integer begincolumn

endcolumn

protected java.lang.Integer endcolumn

rule

protected java.lang.String rule

ruleset

protected java.lang.String ruleset

_package

protected java.lang.String _package

priority

protected java.lang.Integer priority

clazz

protected java.lang.String clazz

method

protected java.lang.String method

externalInfoUrl

protected java.lang.String externalInfoUrl
Constructor Detail

Violation

public Violation()
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

getBeginline

public java.lang.Integer getBeginline()
Gets the value of the beginline property.

Returns:
possible object is Integer

setBeginline

public void setBeginline(java.lang.Integer value)
Sets the value of the beginline property.

Parameters:
value - allowed object is Integer

getEndline

public java.lang.Integer getEndline()
Gets the value of the endline property.

Returns:
possible object is Integer

setEndline

public void setEndline(java.lang.Integer value)
Sets the value of the endline property.

Parameters:
value - allowed object is Integer

getBegincolumn

public java.lang.Integer getBegincolumn()
Gets the value of the begincolumn property.

Returns:
possible object is Integer

setBegincolumn

public void setBegincolumn(java.lang.Integer value)
Sets the value of the begincolumn property.

Parameters:
value - allowed object is Integer

getEndcolumn

public java.lang.Integer getEndcolumn()
Gets the value of the endcolumn property.

Returns:
possible object is Integer

setEndcolumn

public void setEndcolumn(java.lang.Integer value)
Sets the value of the endcolumn property.

Parameters:
value - allowed object is Integer

getRule

public java.lang.String getRule()
Gets the value of the rule property.

Returns:
possible object is String

setRule

public void setRule(java.lang.String value)
Sets the value of the rule property.

Parameters:
value - allowed object is String

getRuleset

public java.lang.String getRuleset()
Gets the value of the ruleset property.

Returns:
possible object is String

setRuleset

public void setRuleset(java.lang.String value)
Sets the value of the ruleset property.

Parameters:
value - allowed object is String

getPackage

public java.lang.String getPackage()
Gets the value of the package property.

Returns:
possible object is String

setPackage

public void setPackage(java.lang.String value)
Sets the value of the package property.

Parameters:
value - allowed object is String

getPriority

public java.lang.Integer getPriority()
Gets the value of the priority property.

Returns:
possible object is Integer

setPriority

public void setPriority(java.lang.Integer value)
Sets the value of the priority property.

Parameters:
value - allowed object is Integer

getClazz

public java.lang.String getClazz()
Gets the value of the clazz property.

Returns:
possible object is String

setClazz

public void setClazz(java.lang.String value)
Sets the value of the clazz property.

Parameters:
value - allowed object is String

getMethod

public java.lang.String getMethod()
Gets the value of the method property.

Returns:
possible object is String

setMethod

public void setMethod(java.lang.String value)
Sets the value of the method property.

Parameters:
value - allowed object is String

getExternalInfoUrl

public java.lang.String getExternalInfoUrl()
Gets the value of the externalInfoUrl property.

Returns:
possible object is String

setExternalInfoUrl

public void setExternalInfoUrl(java.lang.String value)
Sets the value of the externalInfoUrl property.

Parameters:
value - allowed object is String