org.jcoderz.phoenix.cpd.jaxb
Interface Duplication

All Superinterfaces:
DuplicationType, Element
All Known Implementing Classes:
DuplicationImpl

public interface Duplication
extends Element, DuplicationType

Java content class for duplication 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 43)

 <element name="duplication">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}file" maxOccurs="unbounded"/>
           <element ref="{}codefragment"/>
         </sequence>
         <attribute name="lines" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="tokens" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.cpd.jaxb.DuplicationType
getCodefragment, getFile, getLines, getTokens, isSetCodefragment, isSetFile, isSetLines, isSetTokens, setCodefragment, setLines, setTokens, unsetCodefragment, unsetFile, unsetLines, unsetTokens
 



Copyright 2007 The jCoderZ Project.