|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.DataObjectGroups
public class DataObjectGroups
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>
| 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 |
|---|
@Deprecated
public DataObjectGroups(DataObjectGroup[] dataObjectGroupArray,
SpatialReference spatialReference,
TimeReference timeReference)
public DataObjectGroups()
| Method Detail |
|---|
public DataObjectGroup[] getDataObjectGroupArray()
[] public void setDataObjectGroupArray(DataObjectGroup[] value)
value - allowed object is
[] public SpatialReference getSpatialReference()
SpatialReferencepublic void setSpatialReference(SpatialReference value)
value - allowed object is
SpatialReferencepublic TimeReference getTimeReference()
TimeReferencepublic void setTimeReference(TimeReference value)
value - allowed object is
TimeReference
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||