com.esri.arcgisws
Class DataObject

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

public class DataObject
extends Object
implements Serializable

Java class for DataObject complex type.

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

 <complexType name="DataObject">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Properties" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
DataObject()
          DataObject default constructor.
DataObject(PropertySet properties)
          Deprecated. 
 
Method Summary
 PropertySet getProperties()
          Gets the value of the properties property.
 void setProperties(PropertySet value)
          Sets the value of the properties property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataObject

@Deprecated
public DataObject(PropertySet properties)
Deprecated. 

DataObject constructor.


DataObject

public DataObject()
DataObject default constructor.

Method Detail

getProperties

public PropertySet getProperties()
Gets the value of the properties property.

Returns:
possible object is PropertySet

setProperties

public void setProperties(PropertySet value)
Sets the value of the properties property.

Parameters:
value - allowed object is PropertySet