FindBugsSummary (fawkeZ - Developer's Documentation)

org.jcoderz.phoenix.findbugs.jaxb
Interface FindBugsSummary

All Superinterfaces:
, FindBugsSummaryType
All Known Implementing Classes:
FindBugsSummaryImpl

public interface FindBugsSummary
extends , FindBugsSummaryType

Java content class for FindBugsSummary 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 310)

 <element name="FindBugsSummary">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}PackageStats" maxOccurs="unbounded"/>
         </sequence>
         <attribute name="clock_seconds" type="{http://www.w3.org/2001/XMLSchema}float" />
         <attribute name="cpu_seconds" type="{http://www.w3.org/2001/XMLSchema}float" />
         <attribute name="gc_seconds" type="{http://www.w3.org/2001/XMLSchema}float" />
         <attribute name="num_packages" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="peak_mbytes" type="{http://www.w3.org/2001/XMLSchema}float" />
         <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="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="total_bugs" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="total_classes" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="total_size" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.findbugs.jaxb.FindBugsSummaryType
getClock_seconds, getCpu_seconds, getGc_seconds, getNum_packages, getPackageStats, getPeak_mbytes, getPriority_1, getPriority_2, getPriority_3, getTimestamp, getTotal_bugs, getTotal_classes, getTotal_size, isSetClock_seconds, isSetCpu_seconds, isSetGc_seconds, isSetNum_packages, isSetPackageStats, isSetPeak_mbytes, isSetPriority_1, isSetPriority_2, isSetPriority_3, isSetTimestamp, isSetTotal_bugs, isSetTotal_classes, isSetTotal_size, setClock_seconds, setCpu_seconds, setGc_seconds, setNum_packages, setPeak_mbytes, setPriority_1, setPriority_2, setPriority_3, setTimestamp, setTotal_bugs, setTotal_classes, setTotal_size, unsetClock_seconds, unsetCpu_seconds, unsetGc_seconds, unsetNum_packages, unsetPackageStats, unsetPeak_mbytes, unsetPriority_1, unsetPriority_2, unsetPriority_3, unsetTimestamp, unsetTotal_bugs, unsetTotal_classes, unsetTotal_size
 



Copyright 2006 The jCoderZ Project.