org.jcoderz.phoenix.findbugs.jaxb
Interface PackageStats

All Superinterfaces:
Element, PackageStatsType
All Known Implementing Classes:
PackageStatsImpl

public interface PackageStats
extends Element, PackageStatsType

Java content class for PackageStats 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 354)

 <element name="PackageStats">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}ClassStats" maxOccurs="unbounded"/>
         </sequence>
         <attribute name="package" 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="total_bugs" 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="total_types" 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.PackageStatsType
getClassStats, getPackage, getPriority_1, getPriority_2, getPriority_3, getTotal_bugs, getTotal_size, getTotal_types, isSetClassStats, isSetPackage, isSetPriority_1, isSetPriority_2, isSetPriority_3, isSetTotal_bugs, isSetTotal_size, isSetTotal_types, setPackage, setPriority_1, setPriority_2, setPriority_3, setTotal_bugs, setTotal_size, setTotal_types, unsetClassStats, unsetPackage, unsetPriority_1, unsetPriority_2, unsetPriority_3, unsetTotal_bugs, unsetTotal_size, unsetTotal_types
 



Copyright 2007 The jCoderZ Project.