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

All Superinterfaces:
Element, PropertiesType
All Known Implementing Classes:
PropertiesImpl

public interface Properties
extends Element, PropertiesType

Java content class for properties 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 45)

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


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.pmd.ruleset.jaxb.PropertiesType
getProperty, isSetProperty, unsetProperty
 



Copyright 2007 The jCoderZ Project.