com.esri.arcgisws
Class ImageServerIdentifyResult

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

public class ImageServerIdentifyResult
extends Object
implements Serializable

Java class for ImageServerIdentifyResult complex type.

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

 <complexType name="ImageServerIdentifyResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="OID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Location" type="{http://www.esri.com/schemas/ArcGIS/10.0}Point"/>
         <element name="Properties" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet" minOccurs="0"/>
         <element name="CatalogItems" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
         <element name="CatalogItemVisibilities" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDouble" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ImageServerIdentifyResult()
          ImageServerIdentifyResult default constructor.
ImageServerIdentifyResult(int oid, String name, String value, Point location, PropertySet properties, RecordSet catalogItems, double[] catalogItemVisibilities)
          Deprecated. 
 
Method Summary
 RecordSet getCatalogItems()
          Gets the value of the catalogItems property.
 double[] getCatalogItemVisibilities()
          Gets the value of the catalogItemVisibilities property.
 Point getLocation()
          Gets the value of the location property.
 String getName()
          Gets the value of the name property.
 int getOID()
          Gets the value of the oid property.
 PropertySet getProperties()
          Gets the value of the properties property.
 String getValue()
          Gets the value of the value property.
 void setCatalogItems(RecordSet value)
          Sets the value of the catalogItems property.
 void setCatalogItemVisibilities(double[] value)
          Sets the value of the catalogItemVisibilities property.
 void setLocation(Point value)
          Sets the value of the location property.
 void setName(String value)
          Sets the value of the name property.
 void setOID(int value)
          Sets the value of the oid property.
 void setProperties(PropertySet value)
          Sets the value of the properties property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageServerIdentifyResult

@Deprecated
public ImageServerIdentifyResult(int oid,
                                            String name,
                                            String value,
                                            Point location,
                                            PropertySet properties,
                                            RecordSet catalogItems,
                                            double[] catalogItemVisibilities)
Deprecated. 

ImageServerIdentifyResult constructor.


ImageServerIdentifyResult

public ImageServerIdentifyResult()
ImageServerIdentifyResult default constructor.

Method Detail

getOID

public int getOID()
Gets the value of the oid property.


setOID

public void setOID(int value)
Sets the value of the oid 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

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getLocation

public Point getLocation()
Gets the value of the location property.

Returns:
possible object is Point

setLocation

public void setLocation(Point value)
Sets the value of the location property.

Parameters:
value - allowed object is Point

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

getCatalogItems

public RecordSet getCatalogItems()
Gets the value of the catalogItems property.

Returns:
possible object is RecordSet

setCatalogItems

public void setCatalogItems(RecordSet value)
Sets the value of the catalogItems property.

Parameters:
value - allowed object is RecordSet

getCatalogItemVisibilities

public double[] getCatalogItemVisibilities()
Gets the value of the catalogItemVisibilities property.

Returns:
possible object is []

setCatalogItemVisibilities

public void setCatalogItemVisibilities(double[] value)
Sets the value of the catalogItemVisibilities property.

Parameters:
value - allowed object is []