com.esri.arcgisws
Class PolygonLabelPlacementDescription

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

public class PolygonLabelPlacementDescription
extends LabelPlacementDescription
implements Serializable

Java class for PolygonLabelPlacementDescription complex type.

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

 <complexType name="PolygonLabelPlacementDescription">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}LabelPlacementDescription">
       <sequence>
         <element name="Type" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriServerPolygonLabelPlacementType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
PolygonLabelPlacementDescription()
          PolygonLabelPlacementDescription default constructor.
PolygonLabelPlacementDescription(EsriServerPolygonLabelPlacementType type)
          Deprecated. 
 
Method Summary
 EsriServerPolygonLabelPlacementType getType()
          Gets the value of the type property.
 void setType(EsriServerPolygonLabelPlacementType value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolygonLabelPlacementDescription

@Deprecated
public PolygonLabelPlacementDescription(EsriServerPolygonLabelPlacementType type)
Deprecated. 

PolygonLabelPlacementDescription constructor.


PolygonLabelPlacementDescription

public PolygonLabelPlacementDescription()
PolygonLabelPlacementDescription default constructor.

Method Detail

getType

public EsriServerPolygonLabelPlacementType getType()
Gets the value of the type property.

Returns:
possible object is EsriServerPolygonLabelPlacementType

setType

public void setType(EsriServerPolygonLabelPlacementType value)
Sets the value of the type property.

Parameters:
value - allowed object is EsriServerPolygonLabelPlacementType