org.jcoderz.phoenix.findbugs.jaxb
Interface FindBugsProfile

All Superinterfaces:
Element, FindBugsProfileType
All Known Implementing Classes:
FindBugsProfileImpl

public interface FindBugsProfile
extends Element, FindBugsProfileType

Java content class for FindBugsProfile 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 369)

 <element name="FindBugsProfile">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}ClassProfile" maxOccurs="unbounded" minOccurs="0"/>
         </sequence>
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.findbugs.jaxb.FindBugsProfileType
getClassProfile, isSetClassProfile, unsetClassProfile
 



Copyright 2007 The jCoderZ Project.