public class ContStats extends PMMLObject implements HasExtensions
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="{http://www.dmg.org/PMML-4_2}Extension" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}Interval" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{http://www.dmg.org/PMML-4_2}FrequenciesType" minOccurs="0"/>
</sequence>
<attribute name="totalValuesSum" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
<attribute name="totalSquaresSum" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Array> |
arrays |
protected java.util.List<Extension> |
extensions |
protected java.util.List<Interval> |
intervals |
protected java.lang.Double |
totalSquaresSum |
protected java.lang.Double |
totalValuesSum |
| Constructor and Description |
|---|
ContStats() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
java.util.List<Array> |
getArrays()
Gets the value of the arrays property.
|
java.util.List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
java.util.List<Interval> |
getIntervals()
Gets the value of the intervals property.
|
java.lang.Double |
getTotalSquaresSum()
Gets the value of the totalSquaresSum property.
|
java.lang.Double |
getTotalValuesSum()
Gets the value of the totalValuesSum property.
|
boolean |
hasArrays() |
boolean |
hasExtensions() |
boolean |
hasIntervals() |
void |
setTotalSquaresSum(java.lang.Double value)
Sets the value of the totalSquaresSum property.
|
void |
setTotalValuesSum(java.lang.Double value)
Sets the value of the totalValuesSum property.
|
ContStats |
withArrays(Array... values) |
ContStats |
withArrays(java.util.Collection<Array> values) |
ContStats |
withExtensions(java.util.Collection<Extension> values) |
ContStats |
withExtensions(Extension... values) |
ContStats |
withIntervals(java.util.Collection<Interval> values) |
ContStats |
withIntervals(Interval... values) |
ContStats |
withTotalSquaresSum(java.lang.Double value) |
ContStats |
withTotalValuesSum(java.lang.Double value) |
getLocator, setLocatorprotected java.lang.Double totalValuesSum
protected java.lang.Double totalSquaresSum
protected java.util.List<Extension> extensions
protected java.util.List<Interval> intervals
protected java.util.List<Array> arrays
public java.lang.Double getTotalValuesSum()
Doublepublic void setTotalValuesSum(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getTotalSquaresSum()
Doublepublic void setTotalSquaresSum(java.lang.Double value)
value - allowed object is
Doublepublic java.util.List<Extension> getExtensions()
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 extensions property.
For example, to add a new item, do as follows:
getExtensions().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
getExtensions in interface HasExtensionspublic java.util.List<Interval> getIntervals()
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 intervals property.
For example, to add a new item, do as follows:
getIntervals().add(newItem);
Objects of the following type(s) are allowed in the list
Interval
public java.util.List<Array> getArrays()
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 arrays property.
For example, to add a new item, do as follows:
getArrays().add(newItem);
Objects of the following type(s) are allowed in the list
Array
public ContStats withTotalValuesSum(java.lang.Double value)
public ContStats withTotalSquaresSum(java.lang.Double value)
public boolean hasExtensions()
hasExtensions in interface HasExtensionspublic boolean hasIntervals()
public boolean hasArrays()
public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.