BugCollection (fawkeZ - Developer's Documentation)

org.jcoderz.phoenix.findbugs.jaxb
Interface BugCollection

All Superinterfaces:
BugCollectionType,
All Known Implementing Classes:
BugCollectionImpl

public interface BugCollection
extends , BugCollectionType

Java content class for BugCollection 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 59)

 <element name="BugCollection">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}Project"/>
           <element ref="{}BugInstance" maxOccurs="unbounded" minOccurs="0"/>
           <element ref="{}BugCategory" maxOccurs="unbounded" minOccurs="0"/>
           <element ref="{}BugPattern" maxOccurs="unbounded" minOccurs="0"/>
           <element ref="{}BugCode" maxOccurs="unbounded" minOccurs="0"/>
           <element ref="{}Errors"/>
           <element ref="{}FindBugsSummary"/>
           <element ref="{}SummaryHTML" minOccurs="0"/>
           <element ref="{}ClassFeatures"/>
           <element ref="{}History"/>
         </sequence>
         <attribute name="analysisTimestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
         <attribute name="release" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="sequence" type="{http://www.w3.org/2001/XMLSchema}long" />
         <attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
         <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.findbugs.jaxb.BugCollectionType
getAnalysisTimestamp, getBugCategory, getBugCode, getBugInstance, getBugPattern, getClassFeatures, getErrors, getFindBugsSummary, getHistory, getProject, getRelease, getSequence, getSummaryHTML, getTimestamp, getVersion, isSetAnalysisTimestamp, isSetBugCategory, isSetBugCode, isSetBugInstance, isSetBugPattern, isSetClassFeatures, isSetErrors, isSetFindBugsSummary, isSetHistory, isSetProject, isSetRelease, isSetSequence, isSetSummaryHTML, isSetTimestamp, isSetVersion, setAnalysisTimestamp, setClassFeatures, setErrors, setFindBugsSummary, setHistory, setProject, setRelease, setSequence, setSummaryHTML, setTimestamp, setVersion, unsetAnalysisTimestamp, unsetBugCategory, unsetBugCode, unsetBugInstance, unsetBugPattern, unsetClassFeatures, unsetErrors, unsetFindBugsSummary, unsetHistory, unsetProject, unsetRelease, unsetSequence, unsetSummaryHTML, unsetTimestamp, unsetVersion
 



Copyright 2006 The jCoderZ Project.