| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GlobeServerIdentifyResult
public class GlobeServerIdentifyResult
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>
 
| 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 | 
|---|
@Deprecated
public GlobeServerIdentifyResult(String name,
                                            int objectID,
                                            Geometry shape,
                                            PropertySet properties)
public GlobeServerIdentifyResult()
| Method Detail | 
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
     Stringpublic int getObjectID()
public void setObjectID(int value)
public Geometry getShape()
Geometrypublic void setShape(Geometry value)
value - allowed object is
     Geometrypublic PropertySet getProperties()
PropertySetpublic void setProperties(PropertySet value)
value - allowed object is
     PropertySet| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||