org.dmg.pmml.pmml_4_1.descr
Class TimeValue

java.lang.Object
  extended by org.dmg.pmml.pmml_4_1.descr.TimeValue
All Implemented Interfaces:
Serializable

public class TimeValue
extends Object
implements Serializable

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_1}Timestamp" minOccurs="0"/>
       </sequence>
       <attribute name="index" type="{http://www.dmg.org/PMML-4_1}INT-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" />
       <attribute name="standardError" type="{http://www.dmg.org/PMML-4_1}REAL-NUMBER" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  BigInteger index
           
protected  Double standardError
           
protected  Double time
           
protected  Timestamp timestamp
           
protected  double value
           
 
Constructor Summary
TimeValue()
           
 
Method Summary
 BigInteger 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.
 void setIndex(BigInteger value)
          Sets the value of the index property.
 void setStandardError(Double value)
          Sets the value of the standardError property.
 void setTime(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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timestamp

protected Timestamp timestamp

index

protected BigInteger index

time

protected Double time

value

protected double value

standardError

protected Double standardError
Constructor Detail

TimeValue

public TimeValue()
Method Detail

getTimestamp

public Timestamp getTimestamp()
Gets the value of the timestamp property.

Returns:
possible object is Timestamp

setTimestamp

public void setTimestamp(Timestamp value)
Sets the value of the timestamp property.

Parameters:
value - allowed object is Timestamp

getIndex

public BigInteger getIndex()
Gets the value of the index property.

Returns:
possible object is BigInteger

setIndex

public void setIndex(BigInteger value)
Sets the value of the index property.

Parameters:
value - allowed object is BigInteger

getTime

public Double getTime()
Gets the value of the time property.

Returns:
possible object is Double

setTime

public void setTime(Double value)
Sets the value of the time property.

Parameters:
value - allowed object is Double

getValue

public double getValue()
Gets the value of the value property.


setValue

public void setValue(double value)
Sets the value of the value property.


getStandardError

public Double getStandardError()
Gets the value of the standardError property.

Returns:
possible object is Double

setStandardError

public void setStandardError(Double value)
Sets the value of the standardError property.

Parameters:
value - allowed object is Double


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.