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

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

public class TsHistoryOps
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TsHistoryOps()
           
TsHistoryOps(Calendar date, String descriptionHuman, OperationType opType)
           
 
Method Summary
 boolean equals(Object obj)
           
 Calendar getDate()
          Gets the date value for this TsHistoryOps.
 String getDescriptionHuman()
          Gets the descriptionHuman value for this TsHistoryOps.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 OperationType getOpType()
          Gets the opType value for this TsHistoryOps.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDate(Calendar date)
          Sets the date value for this TsHistoryOps.
 void setDescriptionHuman(String descriptionHuman)
          Sets the descriptionHuman value for this TsHistoryOps.
 void setOpType(OperationType opType)
          Sets the opType value for this TsHistoryOps.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TsHistoryOps

public TsHistoryOps()

TsHistoryOps

public TsHistoryOps(Calendar date,
                    String descriptionHuman,
                    OperationType opType)
Method Detail

getDate

public Calendar getDate()
Gets the date value for this TsHistoryOps.

Returns:
date

setDate

public void setDate(Calendar date)
Sets the date value for this TsHistoryOps.

Parameters:
date -

getOpType

public OperationType getOpType()
Gets the opType value for this TsHistoryOps.

Returns:
opType

setOpType

public void setOpType(OperationType opType)
Sets the opType value for this TsHistoryOps.

Parameters:
opType -

getDescriptionHuman

public String getDescriptionHuman()
Gets the descriptionHuman value for this TsHistoryOps.

Returns:
descriptionHuman

setDescriptionHuman

public void setDescriptionHuman(String descriptionHuman)
Sets the descriptionHuman value for this TsHistoryOps.

Parameters:
descriptionHuman -

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.