public class TimeValue
extends java.lang.Object
Java class for TimeValue element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="TimeValue"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.dmg.org/PMML-4_1}Timestamp" minOccurs="0"/> </sequence> <attribute name="index" type="{http://www.dmg.org/PMML-4_1}INT-NUMBER" /> <attribute name="standardError" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" /> <attribute name="time" type="{http://www.dmg.org/PMML-4_1}NUMBER" /> <attribute name="value" use="required" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" /> </restriction> </complexContent> </complexType> </element>
Constructor and Description |
---|
TimeValue() |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
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.math.BigInteger 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.
|
public Timestamp getTimestamp()
Timestamp
public void setTimestamp(Timestamp value)
value
- allowed object is
Timestamp
public java.math.BigInteger getIndex()
BigInteger
public void setIndex(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.Double getStandardError()
Double
public void setStandardError(java.lang.Double value)
value
- allowed object is
Double
public java.lang.Double getTime()
Double
public void setTime(java.lang.Double value)
value
- allowed object is
Double
public double getValue()
public void setValue(double value)