org.gcube.contentmanagement.timeseriesservice.stubs
Class AggregateRequest

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

public class AggregateRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AggregateRequest()
           
AggregateRequest(AggregationFunction aggregateFunction, String[] fieldList, String user)
           
 
Method Summary
 boolean equals(Object obj)
           
 AggregationFunction getAggregateFunction()
          Gets the aggregateFunction value for this AggregateRequest.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String[] getFieldList()
          Gets the fieldList value for this AggregateRequest.
 String getFieldList(int i)
           
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
 String getUser()
          Gets the user value for this AggregateRequest.
 int hashCode()
           
 void setAggregateFunction(AggregationFunction aggregateFunction)
          Sets the aggregateFunction value for this AggregateRequest.
 void setFieldList(int i, String _value)
           
 void setFieldList(String[] fieldList)
          Sets the fieldList value for this AggregateRequest.
 void setUser(String user)
          Sets the user value for this AggregateRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregateRequest

public AggregateRequest()

AggregateRequest

public AggregateRequest(AggregationFunction aggregateFunction,
                        String[] fieldList,
                        String user)
Method Detail

getFieldList

public String[] getFieldList()
Gets the fieldList value for this AggregateRequest.

Returns:
fieldList

setFieldList

public void setFieldList(String[] fieldList)
Sets the fieldList value for this AggregateRequest.

Parameters:
fieldList -

getFieldList

public String getFieldList(int i)

setFieldList

public void setFieldList(int i,
                         String _value)

getAggregateFunction

public AggregationFunction getAggregateFunction()
Gets the aggregateFunction value for this AggregateRequest.

Returns:
aggregateFunction

setAggregateFunction

public void setAggregateFunction(AggregationFunction aggregateFunction)
Sets the aggregateFunction value for this AggregateRequest.

Parameters:
aggregateFunction -

getUser

public String getUser()
Gets the user value for this AggregateRequest.

Returns:
user

setUser

public void setUser(String user)
Sets the user value for this AggregateRequest.

Parameters:
user -

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.