com.esri.arcgisws
Class MapServerIdentifyResult

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

public class MapServerIdentifyResult
extends Object
implements Serializable

Java class for MapServerIdentifyResult complex type.

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

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

See Also:
Serialized Form

Constructor Summary
MapServerIdentifyResult()
          MapServerIdentifyResult default constructor.
MapServerIdentifyResult(int layerID, String name, PropertySet properties, Geometry shape, MapServerRelationship[] relationships, String htmlPopup, Integer featureID)
          Deprecated. 
 
Method Summary
 Integer getFeatureID()
          Gets the value of the featureID property.
 String getHTMLPopup()
          Gets the value of the htmlPopup property.
 int getLayerID()
          Gets the value of the layerID property.
 String getName()
          Gets the value of the name property.
 PropertySet getProperties()
          Gets the value of the properties property.
 MapServerRelationship[] getRelationships()
          The related rows (relationships) of the identified object.
 Geometry getShape()
          Gets the value of the shape property.
 void setFeatureID(Integer value)
          Sets the value of the featureID property.
 void setHTMLPopup(String value)
          Sets the value of the htmlPopup property.
 void setLayerID(int value)
          Sets the value of the layerID property.
 void setName(String value)
          Sets the value of the name property.
 void setProperties(PropertySet value)
          Sets the value of the properties property.
 void setRelationships(MapServerRelationship[] value)
          The related rows (relationships) of the identified object.
 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

MapServerIdentifyResult

@Deprecated
public MapServerIdentifyResult(int layerID,
                                          String name,
                                          PropertySet properties,
                                          Geometry shape,
                                          MapServerRelationship[] relationships,
                                          String htmlPopup,
                                          Integer featureID)
Deprecated. 

MapServerIdentifyResult constructor.


MapServerIdentifyResult

public MapServerIdentifyResult()
MapServerIdentifyResult default constructor.

Method Detail

getLayerID

public int getLayerID()
Gets the value of the layerID property.


setLayerID

public void setLayerID(int value)
Sets the value of the layerID property.


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

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

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

getRelationships

public MapServerRelationship[] getRelationships()
The related rows (relationships) of the identified object. Gets the value of the relationships property.

Returns:
possible object is []

setRelationships

public void setRelationships(MapServerRelationship[] value)
The related rows (relationships) of the identified object. Sets the value of the relationships property.

Parameters:
value - allowed object is []

getHTMLPopup

public String getHTMLPopup()
Gets the value of the htmlPopup property.

Returns:
possible object is String

setHTMLPopup

public void setHTMLPopup(String value)
Sets the value of the htmlPopup property.

Parameters:
value - allowed object is String

getFeatureID

public Integer getFeatureID()
Gets the value of the featureID property.

Returns:
possible object is Integer

setFeatureID

public void setFeatureID(Integer value)
Sets the value of the featureID property.

Parameters:
value - allowed object is Integer