Package net.sf.okapi.filters.xini.jaxb
Class StatisticInfo
- java.lang.Object
-
- net.sf.okapi.filters.xini.jaxb.StatisticInfo
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected FloataditionalLinesprotected FloataditionalWordsprotected FloatgrossTotalprotected Floatmemory100protected Floatrepetitionsprotected Floattotal
-
Constructor Summary
Constructors Constructor Description StatisticInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetAditionalLines()Gets the value of the aditionalLines property.FloatgetAditionalWords()Gets the value of the aditionalWords property.FloatgetGrossTotal()Gets the value of the grossTotal property.FloatgetMemory100()Gets the value of the memory100 property.FloatgetRepetitions()Gets the value of the repetitions property.FloatgetTotal()Gets the value of the total property.voidsetAditionalLines(Float value)Sets the value of the aditionalLines property.voidsetAditionalWords(Float value)Sets the value of the aditionalWords property.voidsetGrossTotal(Float value)Sets the value of the grossTotal property.voidsetMemory100(Float value)Sets the value of the memory100 property.voidsetRepetitions(Float value)Sets the value of the repetitions property.voidsetTotal(Float value)Sets the value of the total property.
-
-
-
Method Detail
-
getTotal
public Float getTotal()
Gets the value of the total property.- Returns:
- possible object is
Float
-
setTotal
public void setTotal(Float value)
Sets the value of the total property.- Parameters:
value- allowed object isFloat
-
getMemory100
public Float getMemory100()
Gets the value of the memory100 property.- Returns:
- possible object is
Float
-
setMemory100
public void setMemory100(Float value)
Sets the value of the memory100 property.- Parameters:
value- allowed object isFloat
-
getRepetitions
public Float getRepetitions()
Gets the value of the repetitions property.- Returns:
- possible object is
Float
-
setRepetitions
public void setRepetitions(Float value)
Sets the value of the repetitions property.- Parameters:
value- allowed object isFloat
-
getGrossTotal
public Float getGrossTotal()
Gets the value of the grossTotal property.- Returns:
- possible object is
Float
-
setGrossTotal
public void setGrossTotal(Float value)
Sets the value of the grossTotal property.- Parameters:
value- allowed object isFloat
-
getAditionalLines
public Float getAditionalLines()
Gets the value of the aditionalLines property.- Returns:
- possible object is
Float
-
setAditionalLines
public void setAditionalLines(Float value)
Sets the value of the aditionalLines property.- Parameters:
value- allowed object isFloat
-
getAditionalWords
public Float getAditionalWords()
Gets the value of the aditionalWords property.- Returns:
- possible object is
Float
-
-