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

All Superinterfaces:
Element, RulesetType
All Known Implementing Classes:
RulesetImpl

public interface Ruleset
extends Element, RulesetType

Java content class for ruleset 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 102)

 <element name="ruleset">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           <element ref="{http://pmd.sf.net/ruleset/1.0.0}rule" maxOccurs="unbounded"/>
         </sequence>
         <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.pmd.ruleset.jaxb.RulesetType
getDescription, getName, getRule, isSetDescription, isSetName, isSetRule, setDescription, setName, unsetDescription, unsetName, unsetRule
 



Copyright 2007 The jCoderZ Project.