public class MultivariateStats extends PMMLObject implements java.lang.Iterable<MultivariateStat>, 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}MultivariateStat" maxOccurs="unbounded"/>
</sequence>
<attribute name="targetCategory" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Extension> |
extensions |
protected java.util.List<MultivariateStat> |
multivariateStats |
protected java.lang.String |
targetCategory |
| Constructor and Description |
|---|
MultivariateStats() |
MultivariateStats(java.util.List<MultivariateStat> multivariateStats) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
java.util.List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
java.util.List<MultivariateStat> |
getMultivariateStats()
Gets the value of the multivariateStats property.
|
java.lang.String |
getTargetCategory()
Gets the value of the targetCategory property.
|
boolean |
hasExtensions() |
boolean |
hasMultivariateStats() |
java.util.Iterator<MultivariateStat> |
iterator() |
void |
setTargetCategory(java.lang.String value)
Sets the value of the targetCategory property.
|
MultivariateStats |
withExtensions(java.util.Collection<Extension> values) |
MultivariateStats |
withExtensions(Extension... values) |
MultivariateStats |
withMultivariateStats(java.util.Collection<MultivariateStat> values) |
MultivariateStats |
withMultivariateStats(MultivariateStat... values) |
MultivariateStats |
withTargetCategory(java.lang.String value) |
getLocator, setLocatorprotected java.lang.String targetCategory
protected java.util.List<Extension> extensions
protected java.util.List<MultivariateStat> multivariateStats
public MultivariateStats()
public MultivariateStats(java.util.List<MultivariateStat> multivariateStats)
public java.lang.String getTargetCategory()
Stringpublic void setTargetCategory(java.lang.String value)
value - allowed object is
Stringpublic 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<MultivariateStat> getMultivariateStats()
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 multivariateStats property.
For example, to add a new item, do as follows:
getMultivariateStats().add(newItem);
Objects of the following type(s) are allowed in the list
MultivariateStat
public MultivariateStats withTargetCategory(java.lang.String value)
public MultivariateStats withExtensions(Extension... values)
public MultivariateStats withExtensions(java.util.Collection<Extension> values)
public MultivariateStats withMultivariateStats(MultivariateStat... values)
public MultivariateStats withMultivariateStats(java.util.Collection<MultivariateStat> values)
public java.util.Iterator<MultivariateStat> iterator()
iterator in interface java.lang.Iterable<MultivariateStat>public boolean hasExtensions()
hasExtensions in interface HasExtensionspublic boolean hasMultivariateStats()
public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.