org.jcoderz.phoenix.findbugs.jaxb
Interface Class

All Superinterfaces:
ClassType, Element
All Known Implementing Classes:
ClassImpl

public interface Class
extends Element, ClassType

Java content class for Class 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 156)

 <element name="Class">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}SourceLine"/>
           <element ref="{}Message" minOccurs="0"/>
         </sequence>
         <attribute name="classname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="primary" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.findbugs.jaxb.ClassType
getClassname, getMessage, getRole, getSourceLine, isPrimary, isSetClassname, isSetMessage, isSetPrimary, isSetRole, isSetSourceLine, setClassname, setMessage, setPrimary, setRole, setSourceLine, unsetClassname, unsetMessage, unsetPrimary, unsetRole, unsetSourceLine
 



Copyright 2007 The jCoderZ Project.