com.esri.arcgisws
Class GraphicAttribute

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

public class GraphicAttribute
extends Object
implements Serializable

Java class for GraphicAttribute complex type.

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

 <complexType name="GraphicAttribute">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="FieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GraphicAttribute()
          GraphicAttribute default constructor.
GraphicAttribute(String name, Object value, String fieldName)
          Deprecated. 
 
Method Summary
 String getFieldName()
          Gets the value of the fieldName property.
 String getName()
          Gets the value of the name property.
 Object getValue()
          Gets the value of the value property.
 void setFieldName(String value)
          Sets the value of the fieldName property.
 void setName(String value)
          Sets the value of the name property.
 void setValue(Object value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicAttribute

@Deprecated
public GraphicAttribute(String name,
                                   Object value,
                                   String fieldName)
Deprecated. 

GraphicAttribute constructor.


GraphicAttribute

public GraphicAttribute()
GraphicAttribute 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

getValue

public Object getValue()
Gets the value of the value property.

Returns:
possible object is Object

setValue

public void setValue(Object value)
Sets the value of the value property.

Parameters:
value - allowed object is Object

getFieldName

public String getFieldName()
Gets the value of the fieldName property.

Returns:
possible object is String

setFieldName

public void setFieldName(String value)
Sets the value of the fieldName property.

Parameters:
value - allowed object is String