public class Coverage extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}sources" minOccurs="0"/>
<element ref="{}packages"/>
</sequence>
<attribute name="line-rate" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="branch-rate" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
branchRate |
protected String |
lineRate |
protected Packages |
packages |
protected Sources |
sources |
protected String |
timestamp |
protected String |
version |
| Constructor and Description |
|---|
Coverage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBranchRate()
Gets the value of the branchRate property.
|
String |
getLineRate()
Gets the value of the lineRate property.
|
Packages |
getPackages()
Gets the value of the packages property.
|
Sources |
getSources()
Gets the value of the sources property.
|
String |
getTimestamp()
Gets the value of the timestamp property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setBranchRate(String value)
Sets the value of the branchRate property.
|
void |
setLineRate(String value)
Sets the value of the lineRate property.
|
void |
setPackages(Packages value)
Sets the value of the packages property.
|
void |
setSources(Sources value)
Sets the value of the sources property.
|
void |
setTimestamp(String value)
Sets the value of the timestamp property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected Sources sources
protected Packages packages
protected String lineRate
protected String branchRate
protected String version
protected String timestamp
public Sources getSources()
Sourcespublic void setSources(Sources value)
value - allowed object is Sourcespublic Packages getPackages()
Packagespublic void setPackages(Packages value)
value - allowed object is Packagespublic String getLineRate()
Stringpublic void setLineRate(String value)
value - allowed object is Stringpublic String getBranchRate()
Stringpublic void setBranchRate(String value)
value - allowed object is Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is Stringpublic String getTimestamp()
StringCopyright © 2016–2019. All rights reserved.