com.esri.arcgisws
Class StatisticDescription

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

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

Java class for StatisticDescription complex type.

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

 <complexType name="StatisticDescription">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="StatisticFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="StatisticType" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriDataStatType"/>
         <element name="ResultFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
StatisticDescription()
          StatisticDescription default constructor.
StatisticDescription(java.lang.String statisticFieldName, EsriDataStatType statisticType, java.lang.String resultFieldName)
          Deprecated. 
 
Method Summary
 java.lang.String getResultFieldName()
          Gets the value of the resultFieldName property.
 java.lang.String getStatisticFieldName()
          Gets the value of the statisticFieldName property.
 EsriDataStatType getStatisticType()
          Gets the value of the statisticType property.
 void setResultFieldName(java.lang.String value)
          Sets the value of the resultFieldName property.
 void setStatisticFieldName(java.lang.String value)
          Sets the value of the statisticFieldName property.
 void setStatisticType(EsriDataStatType value)
          Sets the value of the statisticType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticDescription

@Deprecated
public StatisticDescription(java.lang.String statisticFieldName,
                                       EsriDataStatType statisticType,
                                       java.lang.String resultFieldName)
Deprecated. 

StatisticDescription constructor.


StatisticDescription

public StatisticDescription()
StatisticDescription default constructor.

Method Detail

getStatisticFieldName

public java.lang.String getStatisticFieldName()
Gets the value of the statisticFieldName property.

Returns:
possible object is String

setStatisticFieldName

public void setStatisticFieldName(java.lang.String value)
Sets the value of the statisticFieldName property.

Parameters:
value - allowed object is String

getStatisticType

public EsriDataStatType getStatisticType()
Gets the value of the statisticType property.

Returns:
possible object is EsriDataStatType

setStatisticType

public void setStatisticType(EsriDataStatType value)
Sets the value of the statisticType property.

Parameters:
value - allowed object is EsriDataStatType

getResultFieldName

public java.lang.String getResultFieldName()
Gets the value of the resultFieldName property.

Returns:
possible object is String

setResultFieldName

public void setResultFieldName(java.lang.String value)
Sets the value of the resultFieldName property.

Parameters:
value - allowed object is String