public class TimeseriesHistory extends Object implements Serializable
| Constructor and Description |
|---|
TimeseriesHistory() |
TimeseriesHistory(CsvHistory csvHistory,
CurationHistoryItem curationHistoryList,
TimeseriesHistoryItem[] timeseriesHistoryList) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CsvHistory |
getCsvHistory()
Gets the csvHistory value for this TimeseriesHistory.
|
CurationHistoryItem |
getCurationHistoryList()
Gets the curationHistoryList value for this TimeseriesHistory.
|
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
|
TimeseriesHistoryItem[] |
getTimeseriesHistoryList()
Gets the timeseriesHistoryList value for this TimeseriesHistory.
|
TimeseriesHistoryItem |
getTimeseriesHistoryList(int i) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCsvHistory(CsvHistory csvHistory)
Sets the csvHistory value for this TimeseriesHistory.
|
void |
setCurationHistoryList(CurationHistoryItem curationHistoryList)
Sets the curationHistoryList value for this TimeseriesHistory.
|
void |
setTimeseriesHistoryList(int i,
TimeseriesHistoryItem _value) |
void |
setTimeseriesHistoryList(TimeseriesHistoryItem[] timeseriesHistoryList)
Sets the timeseriesHistoryList value for this TimeseriesHistory.
|
public TimeseriesHistory()
public TimeseriesHistory(CsvHistory csvHistory, CurationHistoryItem curationHistoryList, TimeseriesHistoryItem[] timeseriesHistoryList)
public TimeseriesHistoryItem[] getTimeseriesHistoryList()
public void setTimeseriesHistoryList(TimeseriesHistoryItem[] timeseriesHistoryList)
timeseriesHistoryList - public TimeseriesHistoryItem getTimeseriesHistoryList(int i)
public void setTimeseriesHistoryList(int i,
TimeseriesHistoryItem _value)
public CurationHistoryItem getCurationHistoryList()
public void setCurationHistoryList(CurationHistoryItem curationHistoryList)
curationHistoryList - public CsvHistory getCsvHistory()
public void setCsvHistory(CsvHistory csvHistory)
csvHistory - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.