com.esri.arcgisws
Class StatisticsRequest

java.lang.Object
  extended by com.esri.arcgisws.StatisticsRequest
All Implemented Interfaces:
java.io.Serializable

public class StatisticsRequest
extends java.lang.Object
implements java.io.Serializable

Java class for StatisticsRequest complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StatisticsRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="StatisticDescriptions" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfStatisticDescription" minOccurs="0"/>
         <element name="OrderByFields" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="GroupByFields" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
StatisticsRequest()
          StatisticsRequest default constructor.
StatisticsRequest(StatisticDescription[] statisticDescriptions, java.lang.String orderByFields, java.lang.String groupByFields)
          Deprecated. 
 
Method Summary
 java.lang.String getGroupByFields()
          Gets the value of the groupByFields property.
 java.lang.String getOrderByFields()
          Gets the value of the orderByFields property.
 StatisticDescription[] getStatisticDescriptions()
          Gets the value of the statisticDescriptions property.
 void setGroupByFields(java.lang.String value)
          Sets the value of the groupByFields property.
 void setOrderByFields(java.lang.String value)
          Sets the value of the orderByFields property.
 void setStatisticDescriptions(StatisticDescription[] value)
          Sets the value of the statisticDescriptions property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsRequest

@Deprecated
public StatisticsRequest(StatisticDescription[] statisticDescriptions,
                                    java.lang.String orderByFields,
                                    java.lang.String groupByFields)
Deprecated. 

StatisticsRequest constructor.


StatisticsRequest

public StatisticsRequest()
StatisticsRequest default constructor.

Method Detail

getStatisticDescriptions

public StatisticDescription[] getStatisticDescriptions()
Gets the value of the statisticDescriptions property.

Returns:
possible object is []

setStatisticDescriptions

public void setStatisticDescriptions(StatisticDescription[] value)
Sets the value of the statisticDescriptions property.

Parameters:
value - allowed object is []

getOrderByFields

public java.lang.String getOrderByFields()
Gets the value of the orderByFields property.

Returns:
possible object is String

setOrderByFields

public void setOrderByFields(java.lang.String value)
Sets the value of the orderByFields property.

Parameters:
value - allowed object is String

getGroupByFields

public java.lang.String getGroupByFields()
Gets the value of the groupByFields property.

Returns:
possible object is String

setGroupByFields

public void setGroupByFields(java.lang.String value)
Sets the value of the groupByFields property.

Parameters:
value - allowed object is String