|
Drools :: PMML - Compiler 6.2.0.CR3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dmg.pmml.pmml_4_2.descr.TimeValue
public class TimeValue
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>
| 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 |
|---|
protected Timestamp timestamp
protected BigInteger index
protected Double time
protected double value
protected Double standardError
| Constructor Detail |
|---|
public TimeValue()
| Method Detail |
|---|
public Timestamp getTimestamp()
Timestamppublic void setTimestamp(Timestamp value)
value - allowed object is
Timestamppublic BigInteger getIndex()
BigIntegerpublic void setIndex(BigInteger value)
value - allowed object is
BigIntegerpublic Double getTime()
Doublepublic void setTime(Double value)
value - allowed object is
Doublepublic double getValue()
public void setValue(double value)
public Double getStandardError()
Doublepublic void setStandardError(Double value)
value - allowed object is
Double
|
Drools :: PMML - Compiler 6.2.0.CR3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||