org.gcube.contentmanagement.timeseriesservice.stubs
Class GetDataAsJsonRequest

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

public class GetDataAsJsonRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GetDataAsJsonRequest()
           
GetDataAsJsonRequest(boolean onlyErrors, SelectQuery query)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 SelectQuery getQuery()
          Gets the query value for this GetDataAsJsonRequest.
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()
           
 boolean isOnlyErrors()
          Gets the onlyErrors value for this GetDataAsJsonRequest.
 void setOnlyErrors(boolean onlyErrors)
          Sets the onlyErrors value for this GetDataAsJsonRequest.
 void setQuery(SelectQuery query)
          Sets the query value for this GetDataAsJsonRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDataAsJsonRequest

public GetDataAsJsonRequest()

GetDataAsJsonRequest

public GetDataAsJsonRequest(boolean onlyErrors,
                            SelectQuery query)
Method Detail

getQuery

public SelectQuery getQuery()
Gets the query value for this GetDataAsJsonRequest.

Returns:
query

setQuery

public void setQuery(SelectQuery query)
Sets the query value for this GetDataAsJsonRequest.

Parameters:
query -

isOnlyErrors

public boolean isOnlyErrors()
Gets the onlyErrors value for this GetDataAsJsonRequest.

Returns:
onlyErrors

setOnlyErrors

public void setOnlyErrors(boolean onlyErrors)
Sets the onlyErrors value for this GetDataAsJsonRequest.

Parameters:
onlyErrors -

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.