org.jcoderz.phoenix.findbugs.jaxb
Interface Field

All Superinterfaces:
Element, FieldType
All Known Implementing Classes:
FieldImpl

public interface Field
extends Element, FieldType

Java content class for Field 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 221)

 <element name="Field">
   <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="isStatic" use="required">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="false"/>
               <enumeration value="true"/>
             </restriction>
           </simpleType>
         </attribute>
         <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.FieldType
getClassname, getIsStatic, getMessage, getName, getRole, getSignature, getSourceLine, 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.