org.jcoderz.phoenix.jcoverage.jaxb
Interface Branch

All Superinterfaces:
BranchType, Element
All Known Implementing Classes:
BranchImpl

public interface Branch
extends Element, BranchType

Java content class for branch 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 39)

 <element name="branch">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <attribute name="rate" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.jcoverage.jaxb.BranchType
getRate, isSetRate, setRate, unsetRate
 



Copyright 2007 The jCoderZ Project.