com.esri.arcgisws
Class GetServiceObjectCount

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

public class GetServiceObjectCount
extends Object
implements Serializable

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="LayerOrTableDescriptions" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfGFSTableDescription"/>
         <element name="Geometry" type="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GetServiceObjectCount()
          GetServiceObjectCount default constructor.
GetServiceObjectCount(GFSTableDescription[] layerOrTableDescriptions, Geometry geometry)
          Deprecated. 
 
Method Summary
 Geometry getGeometry()
          Gets the value of the geometry property.
 GFSTableDescription[] getLayerOrTableDescriptions()
          Gets the value of the layerOrTableDescriptions property.
 void setGeometry(Geometry value)
          Sets the value of the geometry property.
 void setLayerOrTableDescriptions(GFSTableDescription[] value)
          Sets the value of the layerOrTableDescriptions property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetServiceObjectCount

@Deprecated
public GetServiceObjectCount(GFSTableDescription[] layerOrTableDescriptions,
                                        Geometry geometry)
Deprecated. 

GetServiceObjectCount constructor.


GetServiceObjectCount

public GetServiceObjectCount()
GetServiceObjectCount default constructor.

Method Detail

getLayerOrTableDescriptions

public GFSTableDescription[] getLayerOrTableDescriptions()
Gets the value of the layerOrTableDescriptions property.

Returns:
possible object is []

setLayerOrTableDescriptions

public void setLayerOrTableDescriptions(GFSTableDescription[] value)
Sets the value of the layerOrTableDescriptions property.

Parameters:
value - allowed object is []

getGeometry

public Geometry getGeometry()
Gets the value of the geometry property.

Returns:
possible object is Geometry

setGeometry

public void setGeometry(Geometry value)
Sets the value of the geometry property.

Parameters:
value - allowed object is Geometry