com.esri.arcgisws
Class LineLabelPlacementDescription

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

public class LineLabelPlacementDescription
extends LabelPlacementDescription
implements Serializable

Java class for LineLabelPlacementDescription complex type.

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

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

See Also:
Serialized Form

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

LineLabelPlacementDescription

@Deprecated
public LineLabelPlacementDescription(EsriServerLineLabelPlacementType type)
Deprecated. 

LineLabelPlacementDescription constructor.


LineLabelPlacementDescription

public LineLabelPlacementDescription()
LineLabelPlacementDescription default constructor.

Method Detail

getType

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

Returns:
possible object is EsriServerLineLabelPlacementType

setType

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

Parameters:
value - allowed object is EsriServerLineLabelPlacementType