com.esri.arcgisws
Class MarkerElement

java.lang.Object
  extended by com.esri.arcgisws.Element
      extended by com.esri.arcgisws.GraphicElement
          extended by com.esri.arcgisws.MarkerElement
All Implemented Interfaces:
Serializable

public class MarkerElement
extends GraphicElement
implements Serializable

Java class for MarkerElement complex type.

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

 <complexType name="MarkerElement">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}GraphicElement">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AutoTransform" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ReferenceScale" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="Symbol" type="{http://www.esri.com/schemas/ArcGIS/10.0}Symbol" minOccurs="0"/>
         <element name="Point" type="{http://www.esri.com/schemas/ArcGIS/10.0}Point"/>
         <element name="Locked" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
MarkerElement()
          MarkerElement default constructor.
MarkerElement(String name, String type, Boolean autoTransform, Double referenceScale, Symbol symbol, Point point, Boolean locked)
          Deprecated. 
 
Method Summary
 Boolean getAutoTransform()
          Gets the value of the autoTransform property.
 Boolean getLocked()
          Gets the value of the locked property.
 String getName()
          Gets the value of the name property.
 Point getPoint()
          Shape of the element as a geometry, in this case it is a Point.
 Double getReferenceScale()
          Gets the value of the referenceScale property.
 Symbol getSymbol()
          Gets the value of the symbol property.
 String getType()
          Gets the value of the type property.
 Boolean isAutoTransform()
           
 Boolean isLocked()
           
 void setAutoTransform(Boolean value)
          Sets the value of the autoTransform property.
 void setLocked(Boolean value)
          Sets the value of the locked property.
 void setName(String value)
          Sets the value of the name property.
 void setPoint(Point value)
          Shape of the element as a geometry, in this case it is a Point.
 void setReferenceScale(Double value)
          Sets the value of the referenceScale property.
 void setSymbol(Symbol value)
          Sets the value of the symbol property.
 void setType(String 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

MarkerElement

@Deprecated
public MarkerElement(String name,
                                String type,
                                Boolean autoTransform,
                                Double referenceScale,
                                Symbol symbol,
                                Point point,
                                Boolean locked)
Deprecated. 

MarkerElement constructor.


MarkerElement

public MarkerElement()
MarkerElement default constructor.

Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getType

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

Returns:
possible object is String

setType

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

Parameters:
value - allowed object is String

getAutoTransform

public Boolean getAutoTransform()
Gets the value of the autoTransform property.

Returns:
possible object is Boolean

isAutoTransform

public Boolean isAutoTransform()

setAutoTransform

public void setAutoTransform(Boolean value)
Sets the value of the autoTransform property.

Parameters:
value - allowed object is Boolean

getReferenceScale

public Double getReferenceScale()
Gets the value of the referenceScale property.

Returns:
possible object is Double

setReferenceScale

public void setReferenceScale(Double value)
Sets the value of the referenceScale property.

Parameters:
value - allowed object is Double

getSymbol

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

Returns:
possible object is Symbol

setSymbol

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

Parameters:
value - allowed object is Symbol

getPoint

public Point getPoint()
Shape of the element as a geometry, in this case it is a Point. Gets the value of the point property.

Returns:
possible object is Point

setPoint

public void setPoint(Point value)
Shape of the element as a geometry, in this case it is a Point. Sets the value of the point property.

Parameters:
value - allowed object is Point

getLocked

public Boolean getLocked()
Gets the value of the locked property.

Returns:
possible object is Boolean

isLocked

public Boolean isLocked()

setLocked

public void setLocked(Boolean value)
Sets the value of the locked property.

Parameters:
value - allowed object is Boolean