com.esri.arcgisws
Class XMLBinaryFillSymbol

java.lang.Object
  extended by com.esri.arcgisws.Symbol
      extended by com.esri.arcgisws.FillSymbol
          extended by com.esri.arcgisws.XMLBinaryFillSymbol
All Implemented Interfaces:
Serializable

public class XMLBinaryFillSymbol
extends FillSymbol
implements Serializable

Java class for XMLBinaryFillSymbol complex type.

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

 <complexType name="XMLBinaryFillSymbol">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}FillSymbol">
       <sequence>
         <element name="Data" type="{http://www.esri.com/schemas/ArcGIS/10.0}XMLPersistedObject"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
XMLBinaryFillSymbol()
          XMLBinaryFillSymbol default constructor.
XMLBinaryFillSymbol(Color color, LineSymbol outline, XMLPersistedObject data)
          Deprecated. 
 
Method Summary
 XMLPersistedObject getData()
          Gets the value of the data property.
 void setData(XMLPersistedObject value)
          Sets the value of the data property.
 
Methods inherited from class com.esri.arcgisws.FillSymbol
getColor, getOutline, setColor, setOutline
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLBinaryFillSymbol

@Deprecated
public XMLBinaryFillSymbol(Color color,
                                      LineSymbol outline,
                                      XMLPersistedObject data)
Deprecated. 

XMLBinaryFillSymbol constructor.


XMLBinaryFillSymbol

public XMLBinaryFillSymbol()
XMLBinaryFillSymbol default constructor.

Method Detail

getData

public XMLPersistedObject getData()
Gets the value of the data property.

Returns:
possible object is XMLPersistedObject

setData

public void setData(XMLPersistedObject value)
Sets the value of the data property.

Parameters:
value - allowed object is XMLPersistedObject