org.jcoderz.phoenix.coverage.jaxb
Interface Package

All Superinterfaces:
Element, PackageType
All Known Implementing Classes:
PackageImpl

public interface Package
extends Element, PackageType

Java content class for package 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 40)

 <element name="package">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <sequence>
           <element ref="{}classes"/>
         </sequence>
         <attribute name="branch-rate" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
         <attribute name="complexity" 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="name" 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.PackageType
getBranchRate, getClasses, getComplexity, getLineRate, getName, isSetBranchRate, isSetClasses, isSetComplexity, isSetLineRate, isSetName, setBranchRate, setClasses, setComplexity, setLineRate, setName, unsetBranchRate, unsetClasses, unsetComplexity, unsetLineRate, unsetName
 



Copyright 2007 The jCoderZ Project.