org.jcoderz.phoenix.findbugs.jaxb
Interface SourceLine

All Superinterfaces:
Element, SourceLineType
All Known Implementing Classes:
SourceLineImpl

public interface SourceLine
extends Element, SourceLineType

Java content class for SourceLine 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 287)

 <element name="SourceLine">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}Message" minOccurs="0"/>
         </sequence>
         <attribute name="classname" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="end" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="endBytecode" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="opcodes" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="primary" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         <attribute name="relSourcepath" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="sourcefile" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="sourcepath" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="start" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="startBytecode" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="synthetic" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.findbugs.jaxb.SourceLineType
getClassname, getEnd, getEndBytecode, getMessage, getOpcodes, getRelSourcepath, getRole, getSourcefile, getSourcepath, getStart, getStartBytecode, isPrimary, isSetClassname, isSetEnd, isSetEndBytecode, isSetMessage, isSetOpcodes, isSetPrimary, isSetRelSourcepath, isSetRole, isSetSourcefile, isSetSourcepath, isSetStart, isSetStartBytecode, isSetSynthetic, isSynthetic, setClassname, setEnd, setEndBytecode, setMessage, setOpcodes, setPrimary, setRelSourcepath, setRole, setSourcefile, setSourcepath, setStart, setStartBytecode, setSynthetic, unsetClassname, unsetEnd, unsetEndBytecode, unsetMessage, unsetOpcodes, unsetPrimary, unsetRelSourcepath, unsetRole, unsetSourcefile, unsetSourcepath, unsetStart, unsetStartBytecode, unsetSynthetic
 



Copyright 2007 The jCoderZ Project.