|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CoverageType
Java content class for anonymous complex type.
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 14)
<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>
| Method Summary | |
|---|---|
float |
getBranchRate()
Gets the value of the branchRate property. |
float |
getLineRate()
Gets the value of the lineRate property. |
PackagesType |
getPackages()
Gets the value of the packages property. |
SourcesType |
getSources()
Gets the value of the sources property. |
BigInteger |
getTimestamp()
Gets the value of the timestamp property. |
String |
getVersion()
Gets the value of the version property. |
boolean |
isSetBranchRate()
|
boolean |
isSetLineRate()
|
boolean |
isSetPackages()
|
boolean |
isSetSources()
|
boolean |
isSetTimestamp()
|
boolean |
isSetVersion()
|
void |
setBranchRate(float value)
Sets the value of the branchRate property. |
void |
setLineRate(float value)
Sets the value of the lineRate property. |
void |
setPackages(PackagesType value)
Sets the value of the packages property. |
void |
setSources(SourcesType value)
Sets the value of the sources property. |
void |
setTimestamp(BigInteger value)
Sets the value of the timestamp property. |
void |
setVersion(String value)
Sets the value of the version property. |
void |
unsetBranchRate()
|
void |
unsetLineRate()
|
void |
unsetPackages()
|
void |
unsetSources()
|
void |
unsetTimestamp()
|
void |
unsetVersion()
|
| Method Detail |
|---|
float getBranchRate()
void setBranchRate(float value)
boolean isSetBranchRate()
void unsetBranchRate()
PackagesType getPackages()
Packages
PackagesTypevoid setPackages(PackagesType value)
value - allowed object is
Packages
PackagesTypeboolean isSetPackages()
void unsetPackages()
float getLineRate()
void setLineRate(float value)
boolean isSetLineRate()
void unsetLineRate()
SourcesType getSources()
SourcesType
Sourcesvoid setSources(SourcesType value)
value - allowed object is
SourcesType
Sourcesboolean isSetSources()
void unsetSources()
String getVersion()
Stringvoid setVersion(String value)
value - allowed object is
Stringboolean isSetVersion()
void unsetVersion()
BigInteger getTimestamp()
BigIntegervoid setTimestamp(BigInteger value)
value - allowed object is
BigIntegerboolean isSetTimestamp()
void unsetTimestamp()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||