org.jcoderz.phoenix.jcoverage.jaxb
Interface Clazz

All Superinterfaces:
ClassType, Element
All Known Implementing Classes:
ClazzImpl

public interface Clazz
extends Element, ClassType

Java content class for class 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/jcoverage.xsd line 45)

 <element name="class">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}file"/>
           <element ref="{}line"/>
           <element ref="{}branch"/>
           <element ref="{}methods"/>
           <element ref="{}valid" minOccurs="0"/>
           <element ref="{}line" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
         <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.jcoverage.jaxb.ClassType
getBranch, getCoveredLines, getFile, getLine, getMethods, getName, getValid, isSetBranch, isSetCoveredLines, isSetFile, isSetLine, isSetMethods, isSetName, isSetValid, setBranch, setFile, setLine, setMethods, setName, setValid, unsetBranch, unsetCoveredLines, unsetFile, unsetLine, unsetMethods, unsetName, unsetValid
 



Copyright 2007 The jCoderZ Project.