org.jcoderz.phoenix.findbugs.jaxb
Interface BugInstance

All Superinterfaces:
BugInstanceType, Element
All Known Implementing Classes:
BugInstanceImpl

public interface BugInstance
extends Element, BugInstanceType

Java content class for BugInstance 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 81)

 <element name="BugInstance">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}ShortMessage" minOccurs="0"/>
           <element ref="{}LongMessage" minOccurs="0"/>
           <choice maxOccurs="unbounded">
             <element ref="{}Class"/>
             <element ref="{}Field"/>
             <element ref="{}Method"/>
             <element ref="{}Property"/>
             <element ref="{}Type"/>
             <element ref="{}LocalVariable"/>
             <element ref="{}SourceLine"/>
             <element ref="{}Int"/>
             <element ref="{}String"/>
           </choice>
         </sequence>
         <attribute name="abbrev" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="active" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="category" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="first" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
         <attribute name="instanceHash" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="instanceOccurrenceMax" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="instanceOccurrenceNum" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="introducedByChange" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         <attribute name="last" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
         <attribute name="priority" use="required" type="{}Priority" />
         <attribute name="removedByChange" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="uid" type="{http://www.w3.org/2001/XMLSchema}int" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.findbugs.jaxb.BugInstanceType
getAbbrev, getActive, getCategory, getClassOrFieldOrMethod, getFirst, getInstanceHash, getInstanceOccurrenceMax, getInstanceOccurrenceNum, getLast, getLongMessage, getPriority, getShortMessage, getType, getUid, isIntroducedByChange, isRemovedByChange, isSetAbbrev, isSetActive, isSetCategory, isSetClassOrFieldOrMethod, isSetFirst, isSetInstanceHash, isSetInstanceOccurrenceMax, isSetInstanceOccurrenceNum, isSetIntroducedByChange, isSetLast, isSetLongMessage, isSetPriority, isSetRemovedByChange, isSetShortMessage, isSetType, isSetUid, setAbbrev, setActive, setCategory, setFirst, setInstanceHash, setInstanceOccurrenceMax, setInstanceOccurrenceNum, setIntroducedByChange, setLast, setLongMessage, setPriority, setRemovedByChange, setShortMessage, setType, setUid, unsetAbbrev, unsetActive, unsetCategory, unsetClassOrFieldOrMethod, unsetFirst, unsetInstanceHash, unsetInstanceOccurrenceMax, unsetInstanceOccurrenceNum, unsetIntroducedByChange, unsetLast, unsetLongMessage, unsetPriority, unsetRemovedByChange, unsetShortMessage, unsetType, unsetUid
 



Copyright 2007 The jCoderZ Project.