org.jcoderz.phoenix.coverage.jaxb
Interface CoverageType

All Known Subinterfaces:
Coverage
All Known Implementing Classes:
CoverageImpl, CoverageTypeImpl

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

getBranchRate

float getBranchRate()
Gets the value of the branchRate property.


setBranchRate

void setBranchRate(float value)
Sets the value of the branchRate property.


isSetBranchRate

boolean isSetBranchRate()

unsetBranchRate

void unsetBranchRate()

getPackages

PackagesType getPackages()
Gets the value of the packages property.

Returns:
possible object is Packages PackagesType

setPackages

void setPackages(PackagesType value)
Sets the value of the packages property.

Parameters:
value - allowed object is Packages PackagesType

isSetPackages

boolean isSetPackages()

unsetPackages

void unsetPackages()

getLineRate

float getLineRate()
Gets the value of the lineRate property.


setLineRate

void setLineRate(float value)
Sets the value of the lineRate property.


isSetLineRate

boolean isSetLineRate()

unsetLineRate

void unsetLineRate()

getSources

SourcesType getSources()
Gets the value of the sources property.

Returns:
possible object is SourcesType Sources

setSources

void setSources(SourcesType value)
Sets the value of the sources property.

Parameters:
value - allowed object is SourcesType Sources

isSetSources

boolean isSetSources()

unsetSources

void unsetSources()

getVersion

String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

isSetVersion

boolean isSetVersion()

unsetVersion

void unsetVersion()

getTimestamp

BigInteger getTimestamp()
Gets the value of the timestamp property.

Returns:
possible object is BigInteger

setTimestamp

void setTimestamp(BigInteger value)
Sets the value of the timestamp property.

Parameters:
value - allowed object is BigInteger

isSetTimestamp

boolean isSetTimestamp()

unsetTimestamp

void unsetTimestamp()


Copyright 2007 The jCoderZ Project.