org.jcoderz.phoenix.findbugs.jaxb
Interface LocalVariable

All Superinterfaces:
Element, LocalVariableType
All Known Implementing Classes:
LocalVariableImpl

public interface LocalVariable
extends Element, LocalVariableType

Java content class for LocalVariable 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 175)

 <element name="LocalVariable">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}Message" minOccurs="0"/>
         </sequence>
         <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="pc" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="register" type="{http://www.w3.org/2001/XMLSchema}int" />
         <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.LocalVariableType
getMessage, getName, getPc, getRegister, getRole, isSetMessage, isSetName, isSetPc, isSetRegister, isSetRole, setMessage, setName, setPc, setRegister, setRole, unsetMessage, unsetName, unsetPc, unsetRegister, unsetRole
 



Copyright 2007 The jCoderZ Project.