com.esri.arcgisws
Class DataObjectGroup

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

public class DataObjectGroup
extends Object
implements Serializable

Java class for DataObjectGroup complex type.

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

 <complexType name="DataObjectGroup">
   <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="GroupID" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
DataObjectGroup()
          DataObjectGroup default constructor.
DataObjectGroup(DataObject[] dataObjectArray, int groupID)
          Deprecated. 
 
Method Summary
 DataObject[] getDataObjectArray()
          Gets the value of the dataObjectArray property.
 int getGroupID()
          Gets the value of the groupID property.
 void setDataObjectArray(DataObject[] value)
          Sets the value of the dataObjectArray property.
 void setGroupID(int value)
          Sets the value of the groupID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataObjectGroup

@Deprecated
public DataObjectGroup(DataObject[] dataObjectArray,
                                  int groupID)
Deprecated. 

DataObjectGroup constructor.


DataObjectGroup

public DataObjectGroup()
DataObjectGroup 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 []

getGroupID

public int getGroupID()
Gets the value of the groupID property.


setGroupID

public void setGroupID(int value)
Sets the value of the groupID property.