| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Symbol
com.esri.arcgisws.XMLBinarySymbol
public class XMLBinarySymbol
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>
 
| 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 | 
|---|
@Deprecated public XMLBinarySymbol(XMLPersistedObject data)
public XMLBinarySymbol()
| Method Detail | 
|---|
public XMLPersistedObject getData()
XMLPersistedObjectpublic void setData(XMLPersistedObject value)
value - allowed object is
     XMLPersistedObject
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||