|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgisws.StatisticDescription
public class StatisticDescription
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>
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 |
---|
@Deprecated public StatisticDescription(java.lang.String statisticFieldName, EsriDataStatType statisticType, java.lang.String resultFieldName)
public StatisticDescription()
Method Detail |
---|
public java.lang.String getStatisticFieldName()
String
public void setStatisticFieldName(java.lang.String value)
value
- allowed object is
String
public EsriDataStatType getStatisticType()
EsriDataStatType
public void setStatisticType(EsriDataStatType value)
value
- allowed object is
EsriDataStatType
public java.lang.String getResultFieldName()
String
public void setResultFieldName(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 |