public class TimeValue extends PMMLObject
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}Timestamp" minOccurs="0"/>
</sequence>
<attribute name="index" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" />
<attribute name="time" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
<attribute name="value" use="required" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
<attribute name="standardError" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
index |
protected java.lang.Double |
standardError |
protected java.lang.Double |
time |
protected Timestamp |
timestamp |
protected double |
value |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
java.lang.Integer |
getIndex()
Gets the value of the index property.
|
java.lang.Double |
getStandardError()
Gets the value of the standardError property.
|
java.lang.Double |
getTime()
Gets the value of the time property.
|
Timestamp |
getTimestamp()
Gets the value of the timestamp property.
|
double |
getValue()
Gets the value of the value property.
|
void |
setIndex(java.lang.Integer value)
Sets the value of the index property.
|
void |
setStandardError(java.lang.Double value)
Sets the value of the standardError property.
|
void |
setTime(java.lang.Double value)
Sets the value of the time property.
|
void |
setTimestamp(Timestamp value)
Sets the value of the timestamp property.
|
void |
setValue(double value)
Sets the value of the value property.
|
TimeValue |
withIndex(java.lang.Integer value) |
TimeValue |
withStandardError(java.lang.Double value) |
TimeValue |
withTime(java.lang.Double value) |
TimeValue |
withTimestamp(Timestamp value) |
TimeValue |
withValue(double value) |
getLocator, setLocatorprotected java.lang.Integer index
protected java.lang.Double time
protected double value
protected java.lang.Double standardError
protected Timestamp timestamp
public java.lang.Integer getIndex()
Stringpublic void setIndex(java.lang.Integer value)
value - allowed object is
Stringpublic java.lang.Double getTime()
Doublepublic void setTime(java.lang.Double value)
value - allowed object is
Doublepublic double getValue()
public void setValue(double value)
public java.lang.Double getStandardError()
Doublepublic void setStandardError(java.lang.Double value)
value - allowed object is
Doublepublic Timestamp getTimestamp()
Timestamppublic void setTimestamp(Timestamp value)
value - allowed object is
Timestamppublic TimeValue withIndex(java.lang.Integer value)
public TimeValue withTime(java.lang.Double value)
public TimeValue withValue(double value)
public TimeValue withStandardError(java.lang.Double value)
public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.