com.esri.arcgisws
Class GlobeServerIdentifyResult

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

public class GlobeServerIdentifyResult
extends Object
implements Serializable

Java class for GlobeServerIdentifyResult complex type.

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

 <complexType name="GlobeServerIdentifyResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ObjectID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Shape" type="{http://www.esri.com/schemas/ArcGIS/10.0}Geometry" minOccurs="0"/>
         <element name="Properties" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GlobeServerIdentifyResult()
          GlobeServerIdentifyResult default constructor.
GlobeServerIdentifyResult(String name, int objectID, Geometry shape, PropertySet properties)
          Deprecated. 
 
Method Summary
 String getName()
          Gets the value of the name property.
 int getObjectID()
          Gets the value of the objectID property.
 PropertySet getProperties()
          Gets the value of the properties property.
 Geometry getShape()
          Gets the value of the shape property.
 void setName(String value)
          Sets the value of the name property.
 void setObjectID(int value)
          Sets the value of the objectID property.
 void setProperties(PropertySet value)
          Sets the value of the properties property.
 void setShape(Geometry value)
          Sets the value of the shape property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobeServerIdentifyResult

@Deprecated
public GlobeServerIdentifyResult(String name,
                                            int objectID,
                                            Geometry shape,
                                            PropertySet properties)
Deprecated. 

GlobeServerIdentifyResult constructor.


GlobeServerIdentifyResult

public GlobeServerIdentifyResult()
GlobeServerIdentifyResult default constructor.

Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getObjectID

public int getObjectID()
Gets the value of the objectID property.


setObjectID

public void setObjectID(int value)
Sets the value of the objectID property.


getShape

public Geometry getShape()
Gets the value of the shape property.

Returns:
possible object is Geometry

setShape

public void setShape(Geometry value)
Sets the value of the shape property.

Parameters:
value - allowed object is Geometry

getProperties

public PropertySet getProperties()
Gets the value of the properties property.

Returns:
possible object is PropertySet

setProperties

public void setProperties(PropertySet value)
Sets the value of the properties property.

Parameters:
value - allowed object is PropertySet