|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Coverage
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 |
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||