org.jcoderz.phoenix.findbugs.jaxb
Interface FindBugsSummary

All Superinterfaces:
Element, FindBugsSummaryType
All Known Implementing Classes:
FindBugsSummaryImpl

public interface FindBugsSummary
extends Element, 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 322)

 <element name="FindBugsSummary">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element name="FileStats" maxOccurs="unbounded">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <attribute name="bugCount" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                   <attribute name="bugHash" type="{http://www.w3.org/2001/XMLSchema}string" />
                   <attribute name="path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                   <attribute name="size" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element ref="{}PackageStats" maxOccurs="unbounded"/>
           <element ref="{}FindBugsProfile" minOccurs="0"/>
         </sequence>
         <attribute name="alloc_mbytes" type="{http://www.w3.org/2001/XMLSchema}float" />
         <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="referenced_classes" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
         <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" />
         <attribute name="vm_version" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jcoderz.phoenix.findbugs.jaxb.FindBugsSummaryType
FindBugsSummaryType.FileStatsType
 
Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.findbugs.jaxb.FindBugsSummaryType
getAlloc_mbytes, getClock_seconds, getCpu_seconds, getFileStats, getFindBugsProfile, getGc_seconds, getNum_packages, getPackageStats, getPeak_mbytes, getPriority_1, getPriority_2, getPriority_3, getReferenced_classes, getTimestamp, getTotal_bugs, getTotal_classes, getTotal_size, getVm_version, isSetAlloc_mbytes, isSetClock_seconds, isSetCpu_seconds, isSetFileStats, isSetFindBugsProfile, isSetGc_seconds, isSetNum_packages, isSetPackageStats, isSetPeak_mbytes, isSetPriority_1, isSetPriority_2, isSetPriority_3, isSetReferenced_classes, isSetTimestamp, isSetTotal_bugs, isSetTotal_classes, isSetTotal_size, isSetVm_version, setAlloc_mbytes, setClock_seconds, setCpu_seconds, setFindBugsProfile, setGc_seconds, setNum_packages, setPeak_mbytes, setPriority_1, setPriority_2, setPriority_3, setReferenced_classes, setTimestamp, setTotal_bugs, setTotal_classes, setTotal_size, setVm_version, unsetAlloc_mbytes, unsetClock_seconds, unsetCpu_seconds, unsetFileStats, unsetFindBugsProfile, unsetGc_seconds, unsetNum_packages, unsetPackageStats, unsetPeak_mbytes, unsetPriority_1, unsetPriority_2, unsetPriority_3, unsetReferenced_classes, unsetTimestamp, unsetTotal_bugs, unsetTotal_classes, unsetTotal_size, unsetVm_version
 



Copyright 2007 The jCoderZ Project.