|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.DataObjectGroup
public class DataObjectGroup
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>
| 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 |
|---|
@Deprecated
public DataObjectGroup(DataObject[] dataObjectArray,
int groupID)
public DataObjectGroup()
| Method Detail |
|---|
public DataObject[] getDataObjectArray()
[] public void setDataObjectArray(DataObject[] value)
value - allowed object is
[] public int getGroupID()
public void setGroupID(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||