org.jcoderz.phoenix.coverage.jaxb
Interface Coverage

All Superinterfaces:
CoverageType, Element
All Known Implementing Classes:
CoverageImpl

public interface Coverage
extends Element, CoverageType

Java content class for coverage 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/coverage.xsd line 13)

 <element name="coverage">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}sources" minOccurs="0"/>
           <element ref="{}packages"/>
         </sequence>
         <attribute name="branch-rate" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
         <attribute name="line-rate" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
         <attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
         <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.coverage.jaxb.CoverageType
getBranchRate, getLineRate, getPackages, getSources, getTimestamp, getVersion, isSetBranchRate, isSetLineRate, isSetPackages, isSetSources, isSetTimestamp, isSetVersion, setBranchRate, setLineRate, setPackages, setSources, setTimestamp, setVersion, unsetBranchRate, unsetLineRate, unsetPackages, unsetSources, unsetTimestamp, unsetVersion
 



Copyright 2007 The jCoderZ Project.