org.gcube.contentmanagement.timeseriesservice.stubs.codelist.types
Class DataAsJsonRequest

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

public class DataAsJsonRequest
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

DataAsJsonRequest

public DataAsJsonRequest()

DataAsJsonRequest

public DataAsJsonRequest(CodelistIdentifier identifier,
                         Limit limit,
                         Order order)
Method Detail

getOrder

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

Returns:
order

setOrder

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

Parameters:
order -

getLimit

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

Returns:
limit

setLimit

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

Parameters:
limit -

getIdentifier

public CodelistIdentifier getIdentifier()
Gets the identifier value for this DataAsJsonRequest.

Returns:
identifier

setIdentifier

public void setIdentifier(CodelistIdentifier identifier)
Sets the identifier value for this DataAsJsonRequest.

Parameters:
identifier -

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.