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