org.jcoderz.phoenix.findbugs.jaxb
Interface Method

All Superinterfaces:
Element, MethodType
All Known Implementing Classes:
MethodImpl

public interface Method
extends Element, MethodType

Java content class for Method 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 248)

 <element name="Method">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}SourceLine" minOccurs="0"/>
           <element ref="{}Message" minOccurs="0"/>
         </sequence>
         <attribute name="classname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="isStatic" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         <attribute name="name" 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" />
         <attribute name="signature" 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.MethodType
getClassname, getMessage, getName, getRole, getSignature, getSourceLine, isIsStatic, isPrimary, isSetClassname, isSetIsStatic, isSetMessage, isSetName, isSetPrimary, isSetRole, isSetSignature, isSetSourceLine, setClassname, setIsStatic, setMessage, setName, setPrimary, setRole, setSignature, setSourceLine, unsetClassname, unsetIsStatic, unsetMessage, unsetName, unsetPrimary, unsetRole, unsetSignature, unsetSourceLine
 



Copyright 2007 The jCoderZ Project.