com.esri.arcgisws
Class PointLabelPlacementDescription

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

public class PointLabelPlacementDescription
extends LabelPlacementDescription
implements Serializable

Java class for PointLabelPlacementDescription complex type.

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

 <complexType name="PointLabelPlacementDescription">
   <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}esriServerPointLabelPlacementType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
PointLabelPlacementDescription()
          PointLabelPlacementDescription default constructor.
PointLabelPlacementDescription(EsriServerPointLabelPlacementType type)
          Deprecated. 
 
Method Summary
 EsriServerPointLabelPlacementType getType()
          Gets the value of the type property.
 void setType(EsriServerPointLabelPlacementType 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

PointLabelPlacementDescription

@Deprecated
public PointLabelPlacementDescription(EsriServerPointLabelPlacementType type)
Deprecated. 

PointLabelPlacementDescription constructor.


PointLabelPlacementDescription

public PointLabelPlacementDescription()
PointLabelPlacementDescription default constructor.

Method Detail

getType

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

Returns:
possible object is EsriServerPointLabelPlacementType

setType

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

Parameters:
value - allowed object is EsriServerPointLabelPlacementType