org.gcube.contentmanagement.timeseriesservice.stubs
Class ChartDataRequest

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

public class ChartDataRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ChartDataRequest()
           
ChartDataRequest(org.gcube.common.core.types.StringArray areas, String attributeColumn, org.gcube.common.core.types.StringArray filters, String groupDimension, int maxDimension, String user, String xDimension, String yDimension)
           
 
Method Summary
 boolean equals(Object obj)
           
 org.gcube.common.core.types.StringArray getAreas()
          Gets the areas value for this ChartDataRequest.
 String getAttributeColumn()
          Gets the attributeColumn value for this ChartDataRequest.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 org.gcube.common.core.types.StringArray getFilters()
          Gets the filters value for this ChartDataRequest.
 String getGroupDimension()
          Gets the groupDimension value for this ChartDataRequest.
 int getMaxDimension()
          Gets the maxDimension value for this ChartDataRequest.
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 ChartDataRequest.
 String getXDimension()
          Gets the xDimension value for this ChartDataRequest.
 String getYDimension()
          Gets the yDimension value for this ChartDataRequest.
 int hashCode()
           
 void setAreas(org.gcube.common.core.types.StringArray areas)
          Sets the areas value for this ChartDataRequest.
 void setAttributeColumn(String attributeColumn)
          Sets the attributeColumn value for this ChartDataRequest.
 void setFilters(org.gcube.common.core.types.StringArray filters)
          Sets the filters value for this ChartDataRequest.
 void setGroupDimension(String groupDimension)
          Sets the groupDimension value for this ChartDataRequest.
 void setMaxDimension(int maxDimension)
          Sets the maxDimension value for this ChartDataRequest.
 void setUser(String user)
          Sets the user value for this ChartDataRequest.
 void setXDimension(String xDimension)
          Sets the xDimension value for this ChartDataRequest.
 void setYDimension(String yDimension)
          Sets the yDimension value for this ChartDataRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartDataRequest

public ChartDataRequest()

ChartDataRequest

public ChartDataRequest(org.gcube.common.core.types.StringArray areas,
                        String attributeColumn,
                        org.gcube.common.core.types.StringArray filters,
                        String groupDimension,
                        int maxDimension,
                        String user,
                        String xDimension,
                        String yDimension)
Method Detail

getMaxDimension

public int getMaxDimension()
Gets the maxDimension value for this ChartDataRequest.

Returns:
maxDimension

setMaxDimension

public void setMaxDimension(int maxDimension)
Sets the maxDimension value for this ChartDataRequest.

Parameters:
maxDimension -

getXDimension

public String getXDimension()
Gets the xDimension value for this ChartDataRequest.

Returns:
xDimension

setXDimension

public void setXDimension(String xDimension)
Sets the xDimension value for this ChartDataRequest.

Parameters:
xDimension -

getYDimension

public String getYDimension()
Gets the yDimension value for this ChartDataRequest.

Returns:
yDimension

setYDimension

public void setYDimension(String yDimension)
Sets the yDimension value for this ChartDataRequest.

Parameters:
yDimension -

getGroupDimension

public String getGroupDimension()
Gets the groupDimension value for this ChartDataRequest.

Returns:
groupDimension

setGroupDimension

public void setGroupDimension(String groupDimension)
Sets the groupDimension value for this ChartDataRequest.

Parameters:
groupDimension -

getAttributeColumn

public String getAttributeColumn()
Gets the attributeColumn value for this ChartDataRequest.

Returns:
attributeColumn

setAttributeColumn

public void setAttributeColumn(String attributeColumn)
Sets the attributeColumn value for this ChartDataRequest.

Parameters:
attributeColumn -

getFilters

public org.gcube.common.core.types.StringArray getFilters()
Gets the filters value for this ChartDataRequest.

Returns:
filters

setFilters

public void setFilters(org.gcube.common.core.types.StringArray filters)
Sets the filters value for this ChartDataRequest.

Parameters:
filters -

getAreas

public org.gcube.common.core.types.StringArray getAreas()
Gets the areas value for this ChartDataRequest.

Returns:
areas

setAreas

public void setAreas(org.gcube.common.core.types.StringArray areas)
Sets the areas value for this ChartDataRequest.

Parameters:
areas -

getUser

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

Returns:
user

setUser

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

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.