public class Line 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="{}conditions" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="number" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="hits" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="branch" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="false" />
<attribute name="condition-coverage" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="100%" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
branch |
protected String |
conditionCoverage |
protected List<Conditions> |
conditions |
protected String |
hits |
protected String |
number |
| Constructor and Description |
|---|
Line() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBranch()
Gets the value of the branch property.
|
String |
getConditionCoverage()
Gets the value of the conditionCoverage property.
|
List<Conditions> |
getConditions()
Gets the value of the conditions property.
|
String |
getHits()
Gets the value of the hits property.
|
String |
getNumber()
Gets the value of the number property.
|
void |
setBranch(String value)
Sets the value of the branch property.
|
void |
setConditionCoverage(String value)
Sets the value of the conditionCoverage property.
|
void |
setHits(String value)
Sets the value of the hits property.
|
void |
setNumber(String value)
Sets the value of the number property.
|
protected List<Conditions> conditions
protected String number
protected String hits
protected String branch
protected String conditionCoverage
public List<Conditions> getConditions()
This accessor method returns a reference to the live list, not a
snapshot. Therefore any modification you make to the returned list will
be present inside the JAXB object. This is why there is not a
set method for the conditions property.
For example, to add a new item, do as follows:
getConditions().add(newItem);
Objects of the following type(s) are allowed in the list
Conditions
public String getNumber()
Stringpublic void setNumber(String value)
value - allowed object is Stringpublic String getHits()
Stringpublic void setHits(String value)
value - allowed object is Stringpublic String getBranch()
Stringpublic void setBranch(String value)
value - allowed object is Stringpublic String getConditionCoverage()
StringCopyright © 2016–2019. All rights reserved.