org.jcoderz.phoenix.findbugs.jaxb
Interface BugCode

All Superinterfaces:
BugCodeType, Element
All Known Implementing Classes:
BugCodeImpl

public interface BugCode
extends Element, BugCodeType

Java content class for BugCode 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 143)

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


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.findbugs.jaxb.BugCodeType
getAbbrev, getCweid, getDescription, isSetAbbrev, isSetCweid, isSetDescription, setAbbrev, setCweid, unsetAbbrev, unsetCweid, unsetDescription
 



Copyright 2007 The jCoderZ Project.