com.esri.arcgisws
Class TextElement

java.lang.Object
  extended bycom.esri.arcgisws.Element
      extended bycom.esri.arcgisws.GraphicElement
          extended bycom.esri.arcgisws.TextElement
All Implemented Interfaces:
java.io.Serializable

public class TextElement
extends GraphicElement
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TextElement()
           
TextElement(java.lang.String name, java.lang.String type, java.lang.Boolean autoTransform, java.lang.Double referenceScale, java.lang.String text, java.lang.Boolean scale, Symbol symbol, Geometry textGeometry, java.lang.Boolean locked)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Boolean getAutoTransform()
          Gets the autoTransform value for this TextElement.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.Boolean getLocked()
          Gets the locked value for this TextElement.
 java.lang.String getName()
          Gets the name value for this TextElement.
 java.lang.Double getReferenceScale()
          Gets the referenceScale value for this TextElement.
 java.lang.Boolean getScale()
          Gets the scale value for this TextElement.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 Symbol getSymbol()
          Gets the symbol value for this TextElement.
 java.lang.String getText()
          Gets the text value for this TextElement.
 Geometry getTextGeometry()
          Gets the textGeometry value for this TextElement.
 java.lang.String getType()
          Gets the type value for this TextElement.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAutoTransform(java.lang.Boolean autoTransform)
          Sets the autoTransform value for this TextElement.
 void setLocked(java.lang.Boolean locked)
          Sets the locked value for this TextElement.
 void setName(java.lang.String name)
          Sets the name value for this TextElement.
 void setReferenceScale(java.lang.Double referenceScale)
          Sets the referenceScale value for this TextElement.
 void setScale(java.lang.Boolean scale)
          Sets the scale value for this TextElement.
 void setSymbol(Symbol symbol)
          Sets the symbol value for this TextElement.
 void setText(java.lang.String text)
          Sets the text value for this TextElement.
 void setTextGeometry(Geometry textGeometry)
          Sets the textGeometry value for this TextElement.
 void setType(java.lang.String type)
          Sets the type value for this TextElement.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextElement

public TextElement()

TextElement

public TextElement(java.lang.String name,
                   java.lang.String type,
                   java.lang.Boolean autoTransform,
                   java.lang.Double referenceScale,
                   java.lang.String text,
                   java.lang.Boolean scale,
                   Symbol symbol,
                   Geometry textGeometry,
                   java.lang.Boolean locked)
Method Detail

getName

public java.lang.String getName()
Gets the name value for this TextElement.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this TextElement.

Parameters:
name -

getType

public java.lang.String getType()
Gets the type value for this TextElement.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this TextElement.

Parameters:
type -

getAutoTransform

public java.lang.Boolean getAutoTransform()
Gets the autoTransform value for this TextElement.

Returns:
autoTransform

setAutoTransform

public void setAutoTransform(java.lang.Boolean autoTransform)
Sets the autoTransform value for this TextElement.

Parameters:
autoTransform -

getReferenceScale

public java.lang.Double getReferenceScale()
Gets the referenceScale value for this TextElement.

Returns:
referenceScale

setReferenceScale

public void setReferenceScale(java.lang.Double referenceScale)
Sets the referenceScale value for this TextElement.

Parameters:
referenceScale -

getText

public java.lang.String getText()
Gets the text value for this TextElement.

Returns:
text

setText

public void setText(java.lang.String text)
Sets the text value for this TextElement.

Parameters:
text -

getScale

public java.lang.Boolean getScale()
Gets the scale value for this TextElement.

Returns:
scale

setScale

public void setScale(java.lang.Boolean scale)
Sets the scale value for this TextElement.

Parameters:
scale -

getSymbol

public Symbol getSymbol()
Gets the symbol value for this TextElement.

Returns:
symbol

setSymbol

public void setSymbol(Symbol symbol)
Sets the symbol value for this TextElement.

Parameters:
symbol -

getTextGeometry

public Geometry getTextGeometry()
Gets the textGeometry value for this TextElement.

Returns:
textGeometry

setTextGeometry

public void setTextGeometry(Geometry textGeometry)
Sets the textGeometry value for this TextElement.

Parameters:
textGeometry -

getLocked

public java.lang.Boolean getLocked()
Gets the locked value for this TextElement.

Returns:
locked

setLocked

public void setLocked(java.lang.Boolean locked)
Sets the locked value for this TextElement.

Parameters:
locked -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class GraphicElement

hashCode

public int hashCode()
Overrides:
hashCode in class GraphicElement

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer