org.jcoderz.phoenix.findbugs.jaxb
Interface BugCategory

All Superinterfaces:
BugCategoryType, Element
All Known Implementing Classes:
BugCategoryImpl

public interface BugCategory
extends Element, BugCategoryType

Java content class for BugCategory 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 114)

 <element name="BugCategory">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence maxOccurs="unbounded">
           <choice>
             <element ref="{}Description"/>
           </choice>
         </sequence>
         <attribute name="category" 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.BugCategoryType
getCategory, getDescription, isSetCategory, isSetDescription, setCategory, unsetCategory, unsetDescription
 



Copyright 2007 The jCoderZ Project.