org.jcoderz.phoenix.jcoverage.jaxb
Interface Line

All Superinterfaces:
Element, LineType
All Known Implementing Classes:
LineImpl

public interface Line
extends Element, LineType

Java content class for line element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/schema/jcoverage.xsd line 91)

 <element name="line">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <attribute name="hits" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="number" type="{http://www.w3.org/2001/XMLSchema}int" />
         <attribute name="rate" type="{http://www.w3.org/2001/XMLSchema}float" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.jcoverage.jaxb.LineType
getHits, getNumber, getRate, isSetHits, isSetNumber, isSetRate, setHits, setNumber, setRate, unsetHits, unsetNumber, unsetRate
 



Copyright 2007 The jCoderZ Project.