com.esri.arcgisws
Class XMLBinarySymbol

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

public class XMLBinarySymbol
extends Symbol
implements Serializable

Java class for XMLBinarySymbol complex type.

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

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

See Also:
Serialized Form

Constructor Summary
XMLBinarySymbol()
          XMLBinarySymbol default constructor.
XMLBinarySymbol(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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLBinarySymbol

@Deprecated
public XMLBinarySymbol(XMLPersistedObject data)
Deprecated. 

XMLBinarySymbol constructor.


XMLBinarySymbol

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