com.esri.arcgisws
Class DataObjects

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

public class DataObjects
extends Object
implements Serializable

Java class for DataObjects complex type.

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

 <complexType name="DataObjects">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DataObjectArray" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDataObject"/>
         <element name="SpatialReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}SpatialReference" minOccurs="0"/>
         <element name="TimeReference" type="{http://www.esri.com/schemas/ArcGIS/10.0}TimeReference" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
DataObjects()
          DataObjects default constructor.
DataObjects(DataObject[] dataObjectArray, SpatialReference spatialReference, TimeReference timeReference)
          Deprecated. 
 
Method Summary
 DataObject[] getDataObjectArray()
          Gets the value of the dataObjectArray property.
 SpatialReference getSpatialReference()
          Gets the value of the spatialReference property.
 TimeReference getTimeReference()
          Gets the value of the timeReference property.
 void setDataObjectArray(DataObject[] value)
          Sets the value of the dataObjectArray property.
 void setSpatialReference(SpatialReference value)
          Sets the value of the spatialReference property.
 void setTimeReference(TimeReference value)
          Sets the value of the timeReference property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataObjects

@Deprecated
public DataObjects(DataObject[] dataObjectArray,
                              SpatialReference spatialReference,
                              TimeReference timeReference)
Deprecated. 

DataObjects constructor.


DataObjects

public DataObjects()
DataObjects default constructor.

Method Detail

getDataObjectArray

public DataObject[] getDataObjectArray()
Gets the value of the dataObjectArray property.

Returns:
possible object is []

setDataObjectArray

public void setDataObjectArray(DataObject[] value)
Sets the value of the dataObjectArray property.

Parameters:
value - allowed object is []

getSpatialReference

public SpatialReference getSpatialReference()
Gets the value of the spatialReference property.

Returns:
possible object is SpatialReference

setSpatialReference

public void setSpatialReference(SpatialReference value)
Sets the value of the spatialReference property.

Parameters:
value - allowed object is SpatialReference

getTimeReference

public TimeReference getTimeReference()
Gets the value of the timeReference property.

Returns:
possible object is TimeReference

setTimeReference

public void setTimeReference(TimeReference value)
Sets the value of the timeReference property.

Parameters:
value - allowed object is TimeReference