com.esri.arcgisws
Class Border

java.lang.Object
  extended by com.esri.arcgisws.Border
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SymbolBorder

public abstract class Border
extends Object
implements Serializable

Frame border used by this element.

Java class for Border complex type.

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

 <complexType name="Border">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
Frame border used by this element.

See Also:
Serialized Form

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

Constructor Detail

Border

public Border()
Border default constructor.