public class Time 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"/>
</sequence>
<attribute name="min" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
<attribute name="max" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
<attribute name="mean" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
<attribute name="standardDeviation" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Extension> |
extensions |
protected java.lang.Double |
max |
protected java.lang.Double |
mean |
protected java.lang.Double |
min |
protected java.lang.Double |
standardDeviation |
| Constructor and Description |
|---|
Time() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
java.util.List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
java.lang.Double |
getMax()
Gets the value of the max property.
|
java.lang.Double |
getMean()
Gets the value of the mean property.
|
java.lang.Double |
getMin()
Gets the value of the min property.
|
java.lang.Double |
getStandardDeviation()
Gets the value of the standardDeviation property.
|
boolean |
hasExtensions() |
void |
setMax(java.lang.Double value)
Sets the value of the max property.
|
void |
setMean(java.lang.Double value)
Sets the value of the mean property.
|
void |
setMin(java.lang.Double value)
Sets the value of the min property.
|
void |
setStandardDeviation(java.lang.Double value)
Sets the value of the standardDeviation property.
|
Time |
withExtensions(java.util.Collection<Extension> values) |
Time |
withExtensions(Extension... values) |
Time |
withMax(java.lang.Double value) |
Time |
withMean(java.lang.Double value) |
Time |
withMin(java.lang.Double value) |
Time |
withStandardDeviation(java.lang.Double value) |
getLocator, setLocatorprotected java.lang.Double min
protected java.lang.Double max
protected java.lang.Double mean
protected java.lang.Double standardDeviation
protected java.util.List<Extension> extensions
public java.lang.Double getMin()
Doublepublic void setMin(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMax()
Doublepublic void setMax(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMean()
Doublepublic void setMean(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getStandardDeviation()
Doublepublic void setStandardDeviation(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 Time withMin(java.lang.Double value)
public Time withMax(java.lang.Double value)
public Time withMean(java.lang.Double value)
public Time withStandardDeviation(java.lang.Double value)
public boolean hasExtensions()
hasExtensions in interface HasExtensionspublic VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.