org.jcoderz.phoenix.findbugs.jaxb
Interface BugPattern

All Superinterfaces:
BugPatternType, Element
All Known Implementing Classes:
BugPatternImpl

public interface BugPattern
extends Element, 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="cweid" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
         <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, getCweid, getShortDescriptionOrDetails, getType, isSetAbbrev, isSetCategory, isSetCweid, isSetShortDescriptionOrDetails, isSetType, setAbbrev, setCategory, setCweid, setType, unsetAbbrev, unsetCategory, unsetCweid, unsetShortDescriptionOrDetails, unsetType
 



Copyright 2007 The jCoderZ Project.