com.esri.arcgisws
Class Element

java.lang.Object
  extended by com.esri.arcgisws.Element
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GraphicElement, GroupElement

public abstract class Element
extends Object
implements Serializable

Element.

Java class for Element complex type.

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

 <complexType name="Element">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Element.

See Also:
Serialized Form

Constructor Summary
Element()
          Element default constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Element

public Element()
Element default constructor.