|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GetServiceObjectCount
public class GetServiceObjectCount
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>
| 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 |
|---|
@Deprecated
public GetServiceObjectCount(GFSTableDescription[] layerOrTableDescriptions,
Geometry geometry)
public GetServiceObjectCount()
| Method Detail |
|---|
public GFSTableDescription[] getLayerOrTableDescriptions()
[] public void setLayerOrTableDescriptions(GFSTableDescription[] value)
value - allowed object is
[] public Geometry getGeometry()
Geometrypublic void setGeometry(Geometry value)
value - allowed object is
Geometry
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||