com.esri.arcgisws
Class LabelClassDescription

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

public class LabelClassDescription
extends Object
implements 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.0}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.0}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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
LabelClassDescription()
          LabelClassDescription default constructor.
LabelClassDescription(LabelPlacementDescription labelPlacementDescription, String labelExpression, SimpleTextSymbol symbol, Boolean useCodedValue, Double maximumScale, Double minimumScale)
          Deprecated. 
 
Method Summary
 String getLabelExpression()
          Gets the value of the labelExpression property.
 LabelPlacementDescription getLabelPlacementDescription()
          Gets the value of the labelPlacementDescription property.
 Double getMaximumScale()
          Gets the value of the maximumScale property.
 Double getMinimumScale()
          Gets the value of the minimumScale property.
 SimpleTextSymbol getSymbol()
          Gets the value of the symbol property.
 Boolean getUseCodedValue()
          Gets the value of the useCodedValue property.
 Boolean isUseCodedValue()
           
 void setLabelExpression(String value)
          Sets the value of the labelExpression property.
 void setLabelPlacementDescription(LabelPlacementDescription value)
          Sets the value of the labelPlacementDescription property.
 void setMaximumScale(Double value)
          Sets the value of the maximumScale property.
 void setMinimumScale(Double value)
          Sets the value of the minimumScale property.
 void setSymbol(SimpleTextSymbol value)
          Sets the value of the symbol property.
 void setUseCodedValue(Boolean value)
          Sets the value of the useCodedValue 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,
                                        String labelExpression,
                                        SimpleTextSymbol symbol,
                                        Boolean useCodedValue,
                                        Double maximumScale,
                                        Double minimumScale)
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 String getLabelExpression()
Gets the value of the labelExpression property.

Returns:
possible object is String

setLabelExpression

public void setLabelExpression(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 Boolean getUseCodedValue()
Gets the value of the useCodedValue property.

Returns:
possible object is Boolean

isUseCodedValue

public Boolean isUseCodedValue()

setUseCodedValue

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

Parameters:
value - allowed object is Boolean

getMaximumScale

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

Returns:
possible object is Double

setMaximumScale

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

Parameters:
value - allowed object is Double

getMinimumScale

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

Returns:
possible object is Double

setMinimumScale

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

Parameters:
value - allowed object is Double