|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.StatisticsRequest
public class StatisticsRequest
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>
| 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 |
|---|
@Deprecated
public StatisticsRequest(StatisticDescription[] statisticDescriptions,
java.lang.String orderByFields,
java.lang.String groupByFields)
public StatisticsRequest()
| Method Detail |
|---|
public StatisticDescription[] getStatisticDescriptions()
[] public void setStatisticDescriptions(StatisticDescription[] value)
value - allowed object is
[] public java.lang.String getOrderByFields()
Stringpublic void setOrderByFields(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getGroupByFields()
Stringpublic void setGroupByFields(java.lang.String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||