org.jcoderz.phoenix.pmd.jaxb
Interface Violation

All Superinterfaces:
Element, ViolationType
All Known Implementing Classes:
ViolationImpl

public interface Violation
extends Element, ViolationType

Java content class for violation element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/schema/pmd.xsd line 43)

 <element name="violation">
   <complexType>
     <simpleContent>
       <extension base="<http://www.w3.org/2001/XMLSchema>string">
         <attribute name="begincolumn" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="beginline" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="endcolumn" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="endline" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="externalInfoUrl" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="method" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="package" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="priority" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="rule" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="ruleset" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="variable" type="{http://www.w3.org/2001/XMLSchema}string" />
       </extension>
     </simpleContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.pmd.jaxb.ViolationType
getBegincolumn, getBeginline, getClazz, getEndcolumn, getEndline, getExternalInfoUrl, getMethod, getPackage, getPriority, getRule, getRuleset, getValue, getVariable, isSetBegincolumn, isSetBeginline, isSetClazz, isSetEndcolumn, isSetEndline, isSetExternalInfoUrl, isSetMethod, isSetPackage, isSetPriority, isSetRule, isSetRuleset, isSetValue, isSetVariable, setBegincolumn, setBeginline, setClazz, setEndcolumn, setEndline, setExternalInfoUrl, setMethod, setPackage, setPriority, setRule, setRuleset, setValue, setVariable, unsetBegincolumn, unsetBeginline, unsetClazz, unsetEndcolumn, unsetEndline, unsetExternalInfoUrl, unsetMethod, unsetPackage, unsetPriority, unsetRule, unsetRuleset, unsetValue, unsetVariable
 



Copyright 2007 The jCoderZ Project.