com.esri.arcgisws
Class LabelClassDescription

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

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

Java class for LabelClassDescription complex type.

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

 <complexType name="LabelClassDescription">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="LabelPlacementDescription" type="{http://www.esri.com/schemas/ArcGIS/10.3}LabelPlacementDescription" minOccurs="0"/>
         <element name="LabelExpression" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Symbol" type="{http://www.esri.com/schemas/ArcGIS/10.3}SimpleTextSymbol" minOccurs="0"/>
         <element name="UseCodedValue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="MaximumScale" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="MinimumScale" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="LabelExpressionType" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriLabelExpressionType" minOccurs="0"/>
         <element name="WhereClause" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
LabelClassDescription()
          LabelClassDescription default constructor.
LabelClassDescription(LabelPlacementDescription labelPlacementDescription, java.lang.String labelExpression, SimpleTextSymbol symbol, java.lang.Boolean useCodedValue, java.lang.Double maximumScale, java.lang.Double minimumScale, EsriLabelExpressionType labelExpressionType, java.lang.String whereClause)
          Deprecated. 
 
Method Summary
 java.lang.String getLabelExpression()
          Gets the value of the labelExpression property.
 EsriLabelExpressionType getLabelExpressionType()
          Gets the value of the labelExpressionType property.
 LabelPlacementDescription getLabelPlacementDescription()
          Gets the value of the labelPlacementDescription property.
 java.lang.Double getMaximumScale()
          Gets the value of the maximumScale property.
 java.lang.Double getMinimumScale()
          Gets the value of the minimumScale property.
 SimpleTextSymbol getSymbol()
          Gets the value of the symbol property.
 java.lang.Boolean getUseCodedValue()
          Gets the value of the useCodedValue property.
 java.lang.String getWhereClause()
          Gets the value of the whereClause property.
 java.lang.Boolean isUseCodedValue()
           
 void setLabelExpression(java.lang.String value)
          Sets the value of the labelExpression property.
 void setLabelExpressionType(EsriLabelExpressionType value)
          Sets the value of the labelExpressionType property.
 void setLabelPlacementDescription(LabelPlacementDescription value)
          Sets the value of the labelPlacementDescription property.
 void setMaximumScale(java.lang.Double value)
          Sets the value of the maximumScale property.
 void setMinimumScale(java.lang.Double value)
          Sets the value of the minimumScale property.
 void setSymbol(SimpleTextSymbol value)
          Sets the value of the symbol property.
 void setUseCodedValue(java.lang.Boolean value)
          Sets the value of the useCodedValue property.
 void setWhereClause(java.lang.String value)
          Sets the value of the whereClause property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelClassDescription

@Deprecated
public LabelClassDescription(LabelPlacementDescription labelPlacementDescription,
                                        java.lang.String labelExpression,
                                        SimpleTextSymbol symbol,
                                        java.lang.Boolean useCodedValue,
                                        java.lang.Double maximumScale,
                                        java.lang.Double minimumScale,
                                        EsriLabelExpressionType labelExpressionType,
                                        java.lang.String whereClause)
Deprecated. 

LabelClassDescription constructor.


LabelClassDescription

public LabelClassDescription()
LabelClassDescription default constructor.

Method Detail

getLabelPlacementDescription

public LabelPlacementDescription getLabelPlacementDescription()
Gets the value of the labelPlacementDescription property.

Returns:
possible object is LabelPlacementDescription

setLabelPlacementDescription

public void setLabelPlacementDescription(LabelPlacementDescription value)
Sets the value of the labelPlacementDescription property.

Parameters:
value - allowed object is LabelPlacementDescription

getLabelExpression

public java.lang.String getLabelExpression()
Gets the value of the labelExpression property.

Returns:
possible object is String

setLabelExpression

public void setLabelExpression(java.lang.String value)
Sets the value of the labelExpression property.

Parameters:
value - allowed object is String

getSymbol

public SimpleTextSymbol getSymbol()
Gets the value of the symbol property.

Returns:
possible object is SimpleTextSymbol

setSymbol

public void setSymbol(SimpleTextSymbol value)
Sets the value of the symbol property.

Parameters:
value - allowed object is SimpleTextSymbol

getUseCodedValue

public java.lang.Boolean getUseCodedValue()
Gets the value of the useCodedValue property.

Returns:
possible object is Boolean

isUseCodedValue

public java.lang.Boolean isUseCodedValue()

setUseCodedValue

public void setUseCodedValue(java.lang.Boolean value)
Sets the value of the useCodedValue property.

Parameters:
value - allowed object is Boolean

getMaximumScale

public java.lang.Double getMaximumScale()
Gets the value of the maximumScale property.

Returns:
possible object is Double

setMaximumScale

public void setMaximumScale(java.lang.Double value)
Sets the value of the maximumScale property.

Parameters:
value - allowed object is Double

getMinimumScale

public java.lang.Double getMinimumScale()
Gets the value of the minimumScale property.

Returns:
possible object is Double

setMinimumScale

public void setMinimumScale(java.lang.Double value)
Sets the value of the minimumScale property.

Parameters:
value - allowed object is Double

getLabelExpressionType

public EsriLabelExpressionType getLabelExpressionType()
Gets the value of the labelExpressionType property.

Returns:
possible object is EsriLabelExpressionType

setLabelExpressionType

public void setLabelExpressionType(EsriLabelExpressionType value)
Sets the value of the labelExpressionType property.

Parameters:
value - allowed object is EsriLabelExpressionType

getWhereClause

public java.lang.String getWhereClause()
Gets the value of the whereClause property.

Returns:
possible object is String

setWhereClause

public void setWhereClause(java.lang.String value)
Sets the value of the whereClause property.

Parameters:
value - allowed object is String