org.jcoderz.phoenix.findbugs.jaxb
Interface ClassStats

All Superinterfaces:
ClassStatsType, Element
All Known Implementing Classes:
ClassStatsImpl

public interface ClassStats
extends Element, ClassStatsType

Java content class for ClassStats element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/findbugs/findbugs.xsd line 389)

 <element name="ClassStats">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <attribute name="bugs" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="interface" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="priority_1" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="priority_2" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="priority_3" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="size" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="sourceFile" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.findbugs.jaxb.ClassStatsType
getBugs, getClazz, getInterface, getPriority_1, getPriority_2, getPriority_3, getSize, getSourceFile, isSetBugs, isSetClazz, isSetInterface, isSetPriority_1, isSetPriority_2, isSetPriority_3, isSetSize, isSetSourceFile, setBugs, setClazz, setInterface, setPriority_1, setPriority_2, setPriority_3, setSize, setSourceFile, unsetBugs, unsetClazz, unsetInterface, unsetPriority_1, unsetPriority_2, unsetPriority_3, unsetSize, unsetSourceFile
 



Copyright 2007 The jCoderZ Project.