public class TimeSeries extends Object implements Serializable
| Constructor and Description |
|---|
TimeSeries() |
TimeSeries(DateRange timeSeriesDateRange,
long[] values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
DateRange |
getTimeSeriesDateRange()
Gets the timeSeriesDateRange value for this TimeSeries.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
long[] |
getValues()
Gets the values value for this TimeSeries.
|
long |
getValues(int i) |
int |
hashCode() |
void |
setTimeSeriesDateRange(DateRange timeSeriesDateRange)
Sets the timeSeriesDateRange value for this TimeSeries.
|
void |
setValues(int i,
long _value) |
void |
setValues(long[] values)
Sets the values value for this TimeSeries.
|
String |
toString() |
public TimeSeries()
public TimeSeries(DateRange timeSeriesDateRange, long[] values)
public DateRange getTimeSeriesDateRange()
public void setTimeSeriesDateRange(DateRange timeSeriesDateRange)
timeSeriesDateRange - * The date range of the time series.public long[] getValues()
The number of time series values must equal the
number of days spanned by the time series
date range, inclusive. E.g.: timeSeriesDateRange
of 2001-08-15 to 2001-08-17 should
contain one value for the 15th, one value for the
16th, and one value for the 17th.
public void setValues(long[] values)
values - * The daily values constituting the time series.
The number of time series values must equal the
number of days spanned by the time series
date range, inclusive. E.g.: timeSeriesDateRange
of 2001-08-15 to 2001-08-17 should
contain one value for the 15th, one value for the
16th, and one value for the 17th.
public long getValues(int i)
public void setValues(int i,
long _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2021. All rights reserved.