public class StatisticInfo extends Object
Java class for StatisticInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatisticInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="Total" type="{}StatisticValue" minOccurs="0"/>
<element name="Memory100" type="{}StatisticValue" minOccurs="0"/>
<element name="Repetitions" type="{}StatisticValue" minOccurs="0"/>
<element name="GrossTotal" type="{}StatisticValue" minOccurs="0"/>
<element name="AditionalLines" type="{}StatisticValue" minOccurs="0"/>
<element name="AditionalWords" type="{}StatisticValue" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Float |
aditionalLines |
protected Float |
aditionalWords |
protected Float |
grossTotal |
protected Float |
memory100 |
protected Float |
repetitions |
protected Float |
total |
| Constructor and Description |
|---|
StatisticInfo() |
| Modifier and Type | Method and Description |
|---|---|
Float |
getAditionalLines()
Gets the value of the aditionalLines property.
|
Float |
getAditionalWords()
Gets the value of the aditionalWords property.
|
Float |
getGrossTotal()
Gets the value of the grossTotal property.
|
Float |
getMemory100()
Gets the value of the memory100 property.
|
Float |
getRepetitions()
Gets the value of the repetitions property.
|
Float |
getTotal()
Gets the value of the total property.
|
void |
setAditionalLines(Float value)
Sets the value of the aditionalLines property.
|
void |
setAditionalWords(Float value)
Sets the value of the aditionalWords property.
|
void |
setGrossTotal(Float value)
Sets the value of the grossTotal property.
|
void |
setMemory100(Float value)
Sets the value of the memory100 property.
|
void |
setRepetitions(Float value)
Sets the value of the repetitions property.
|
void |
setTotal(Float value)
Sets the value of the total property.
|
protected Float total
protected Float memory100
protected Float repetitions
protected Float grossTotal
protected Float aditionalLines
protected Float aditionalWords
public Float getTotal()
Floatpublic void setTotal(Float value)
value - allowed object is
Floatpublic Float getMemory100()
Floatpublic void setMemory100(Float value)
value - allowed object is
Floatpublic Float getRepetitions()
Floatpublic void setRepetitions(Float value)
value - allowed object is
Floatpublic Float getGrossTotal()
Floatpublic void setGrossTotal(Float value)
value - allowed object is
Floatpublic Float getAditionalLines()
Floatpublic void setAditionalLines(Float value)
value - allowed object is
Floatpublic Float getAditionalWords()
FloatCopyright © 2021. All rights reserved.