com.esri.arcgisws
Class DataObjectGroups

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

public class DataObjectGroups
extends Object
implements Serializable

Java class for DataObjectGroups complex type.

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

 <complexType name="DataObjectGroups">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DataObjectGroupArray" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDataObjectGroup"/>
         <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
DataObjectGroups()
          DataObjectGroups default constructor.
DataObjectGroups(DataObjectGroup[] dataObjectGroupArray, SpatialReference spatialReference, TimeReference timeReference)
          Deprecated. 
 
Method Summary
 DataObjectGroup[] getDataObjectGroupArray()
          Gets the value of the dataObjectGroupArray property.
 SpatialReference getSpatialReference()
          Gets the value of the spatialReference property.
 TimeReference getTimeReference()
          Gets the value of the timeReference property.
 void setDataObjectGroupArray(DataObjectGroup[] value)
          Sets the value of the dataObjectGroupArray 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

DataObjectGroups

@Deprecated
public DataObjectGroups(DataObjectGroup[] dataObjectGroupArray,
                                   SpatialReference spatialReference,
                                   TimeReference timeReference)
Deprecated. 

DataObjectGroups constructor.


DataObjectGroups

public DataObjectGroups()
DataObjectGroups default constructor.

Method Detail

getDataObjectGroupArray

public DataObjectGroup[] getDataObjectGroupArray()
Gets the value of the dataObjectGroupArray property.

Returns:
possible object is []

setDataObjectGroupArray

public void setDataObjectGroupArray(DataObjectGroup[] value)
Sets the value of the dataObjectGroupArray 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