org.gcube.contentmanagement.timeseriesservice.stubs
Class GetAllDataAsJsonRequest

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

public class GetAllDataAsJsonRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GetAllDataAsJsonRequest()
           
GetAllDataAsJsonRequest(Limit limit, Order order, String user)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Limit getLimit()
          Gets the limit value for this GetAllDataAsJsonRequest.
 Order getOrder()
          Gets the order value for this GetAllDataAsJsonRequest.
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 GetAllDataAsJsonRequest.
 int hashCode()
           
 void setLimit(Limit limit)
          Sets the limit value for this GetAllDataAsJsonRequest.
 void setOrder(Order order)
          Sets the order value for this GetAllDataAsJsonRequest.
 void setUser(String user)
          Sets the user value for this GetAllDataAsJsonRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetAllDataAsJsonRequest

public GetAllDataAsJsonRequest()

GetAllDataAsJsonRequest

public GetAllDataAsJsonRequest(Limit limit,
                               Order order,
                               String user)
Method Detail

getLimit

public Limit getLimit()
Gets the limit value for this GetAllDataAsJsonRequest.

Returns:
limit

setLimit

public void setLimit(Limit limit)
Sets the limit value for this GetAllDataAsJsonRequest.

Parameters:
limit -

getOrder

public Order getOrder()
Gets the order value for this GetAllDataAsJsonRequest.

Returns:
order

setOrder

public void setOrder(Order order)
Sets the order value for this GetAllDataAsJsonRequest.

Parameters:
order -

getUser

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

Returns:
user

setUser

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

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.