org.jcoderz.phoenix.cpd.jaxb
Interface PmdCpd

All Superinterfaces:
Element, PmdCpdType
All Known Implementing Classes:
PmdCpdImpl

public interface PmdCpd
extends Element, PmdCpdType

Java content class for pmd-cpd 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/cpd.xsd line 36)

 <element name="pmd-cpd">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}duplication" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.cpd.jaxb.PmdCpdType
getDuplication, isSetDuplication, unsetDuplication
 



Copyright 2007 The jCoderZ Project.