public class Counter 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">
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="missed" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="covered" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
covered |
protected Integer |
missed |
protected String |
type |
| Constructor and Description |
|---|
Counter() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCovered()
Gets the value of the covered property.
|
Integer |
getMissed()
Gets the value of the missed property.
|
String |
getType()
Gets the value of the type property.
|
void |
setCovered(Integer value)
Sets the value of the covered property.
|
void |
setMissed(Integer value)
Sets the value of the missed property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String type
protected Integer missed
protected Integer covered
public String getType()
Stringpublic void setType(String value)
value - allowed object is Stringpublic Integer getMissed()
Integerpublic void setMissed(Integer value)
value - allowed object is Integerpublic Integer getCovered()
IntegerCopyright © 2016–2019. All rights reserved.