org.gcube.contentmanagement.timeseriesservice.stubs.types
Class TimeseriesHistory

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.stubs.types.TimeseriesHistory
All Implemented Interfaces:
Serializable

public class TimeseriesHistory
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TimeseriesHistory()
           
TimeseriesHistory(CsvHistory csvHistory, CurationHistoryItem curationHistoryList, TimeseriesHistoryItem[] timeseriesHistoryList)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeseriesHistory

public TimeseriesHistory()

TimeseriesHistory

public TimeseriesHistory(CsvHistory csvHistory,
                         CurationHistoryItem curationHistoryList,
                         TimeseriesHistoryItem[] timeseriesHistoryList)
Method Detail

getTimeseriesHistoryList

public TimeseriesHistoryItem[] getTimeseriesHistoryList()
Gets the timeseriesHistoryList value for this TimeseriesHistory.

Returns:
timeseriesHistoryList

setTimeseriesHistoryList

public void setTimeseriesHistoryList(TimeseriesHistoryItem[] timeseriesHistoryList)
Sets the timeseriesHistoryList value for this TimeseriesHistory.

Parameters:
timeseriesHistoryList -

getTimeseriesHistoryList

public TimeseriesHistoryItem getTimeseriesHistoryList(int i)

setTimeseriesHistoryList

public void setTimeseriesHistoryList(int i,
                                     TimeseriesHistoryItem _value)

getCurationHistoryList

public CurationHistoryItem getCurationHistoryList()
Gets the curationHistoryList value for this TimeseriesHistory.

Returns:
curationHistoryList

setCurationHistoryList

public void setCurationHistoryList(CurationHistoryItem curationHistoryList)
Sets the curationHistoryList value for this TimeseriesHistory.

Parameters:
curationHistoryList -

getCsvHistory

public CsvHistory getCsvHistory()
Gets the csvHistory value for this TimeseriesHistory.

Returns:
csvHistory

setCsvHistory

public void setCsvHistory(CsvHistory csvHistory)
Sets the csvHistory value for this TimeseriesHistory.

Parameters:
csvHistory -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.