com.esri.arcgisws
Class RepresentationComponent

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

public class RepresentationComponent
extends Object
implements Serializable

Java class for RepresentationComponent complex type.

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

 <complexType name="RepresentationComponent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="GraphicAttributes" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfGraphicAttribute"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RepresentationComponent()
          RepresentationComponent default constructor.
RepresentationComponent(String name, Integer id, GraphicAttribute[] graphicAttributes)
          Deprecated. 
 
Method Summary
 GraphicAttribute[] getGraphicAttributes()
          Gets the value of the graphicAttributes property.
 Integer getID()
          Gets the value of the id property.
 String getName()
          Gets the value of the name property.
 void setGraphicAttributes(GraphicAttribute[] value)
          Sets the value of the graphicAttributes property.
 void setID(Integer value)
          Sets the value of the id property.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepresentationComponent

@Deprecated
public RepresentationComponent(String name,
                                          Integer id,
                                          GraphicAttribute[] graphicAttributes)
Deprecated. 

RepresentationComponent constructor.


RepresentationComponent

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

getID

public Integer getID()
Gets the value of the id property.

Returns:
possible object is Integer

setID

public void setID(Integer value)
Sets the value of the id property.

Parameters:
value - allowed object is Integer

getGraphicAttributes

public GraphicAttribute[] getGraphicAttributes()
Gets the value of the graphicAttributes property.

Returns:
possible object is []

setGraphicAttributes

public void setGraphicAttributes(GraphicAttribute[] value)
Sets the value of the graphicAttributes property.

Parameters:
value - allowed object is []