|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.RepresentationComponent
public class RepresentationComponent
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>
| 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 |
|---|
@Deprecated
public RepresentationComponent(String name,
Integer id,
GraphicAttribute[] graphicAttributes)
public RepresentationComponent()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Integer getID()
Integerpublic void setID(Integer value)
value - allowed object is
Integerpublic GraphicAttribute[] getGraphicAttributes()
[] public void setGraphicAttributes(GraphicAttribute[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||