org.jcoderz.phoenix.pmd.ruleset.jaxb
Interface Rule

All Superinterfaces:
Element, RuleType
All Known Implementing Classes:
RuleImpl

public interface Rule
extends Element, RuleType

Java content class for rule 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-ruleset.xsd line 80)

 <element name="rule">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <choice maxOccurs="unbounded">
           <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="example" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="priority" type="{http://www.w3.org/2001/XMLSchema}int"/>
           <element ref="{http://pmd.sf.net/ruleset/1.0.0}properties"/>
         </choice>
         <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
         <attribute name="externalInfoUrl" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}ID" />
         <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jcoderz.phoenix.pmd.ruleset.jaxb.RuleType
RuleType.Description, RuleType.Example, RuleType.Priority
 
Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.pmd.ruleset.jaxb.RuleType
getClazz, getDescriptionOrExampleOrPriority, getExternalInfoUrl, getMessage, getName, getRef, isSetClazz, isSetDescriptionOrExampleOrPriority, isSetExternalInfoUrl, isSetMessage, isSetName, isSetRef, setClazz, setExternalInfoUrl, setMessage, setName, setRef, unsetClazz, unsetDescriptionOrExampleOrPriority, unsetExternalInfoUrl, unsetMessage, unsetName, unsetRef
 



Copyright 2007 The jCoderZ Project.