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_3}Timestamp" minOccurs="0"/>
</sequence>
<attribute name="index" type="{http://www.dmg.org/PMML-4_3}INT-NUMBER" />
<attribute name="time" type="{http://www.dmg.org/PMML-4_3}NUMBER" />
<attribute name="value" use="required" type="{http://www.dmg.org/PMML-4_3}REAL-NUMBER" />
<attribute name="standardError" type="{http://www.dmg.org/PMML-4_3}REAL-NUMBER" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Integer |
getIndex()
Gets the value of the index property.
|
Double |
getStandardError()
Gets the value of the standardError property.
|
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.
|
TimeValue |
setIndex(Integer index)
Sets the value of the index property.
|
TimeValue |
setStandardError(Double standardError)
Sets the value of the standardError property.
|
TimeValue |
setTime(Double time)
Sets the value of the time property.
|
TimeValue |
setTimestamp(Timestamp timestamp)
Sets the value of the timestamp property.
|
TimeValue |
setValue(double value)
Sets the value of the value property.
|
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic Integer getIndex()
Integerpublic TimeValue setIndex(Integer index)
index - allowed object is
Integerpublic Double getTime()
Doublepublic TimeValue setTime(Double time)
time - allowed object is
Doublepublic double getValue()
public TimeValue setValue(double value)
public Double getStandardError()
Doublepublic TimeValue setStandardError(Double standardError)
standardError - allowed object is
Doublepublic Timestamp getTimestamp()
Timestamppublic TimeValue setTimestamp(Timestamp timestamp)
timestamp - allowed object is
Timestamppublic VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All rights reserved.