BugPattern (fawkeZ - Developer's Documentation)

org.jcoderz.phoenix.findbugs.jaxb
Interface BugPattern

All Superinterfaces:
BugPatternType,
All Known Implementing Classes:
BugPatternImpl

public interface BugPattern
extends , BugPatternType

Java content class for BugPattern 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 126)

 <element name="BugPattern">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence maxOccurs="unbounded">
           <choice>
             <element ref="{}ShortDescription"/>
             <element ref="{}Details"/>
           </choice>
         </sequence>
         <attribute name="abbrev" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="category" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.findbugs.jaxb.BugPatternType
getAbbrev, getCategory, getShortDescriptionOrDetails, getType, isSetAbbrev, isSetCategory, isSetShortDescriptionOrDetails, isSetType, setAbbrev, setCategory, setType, unsetAbbrev, unsetCategory, unsetShortDescriptionOrDetails, unsetType
 



Copyright 2006 The jCoderZ Project.