com.esri.arcgisws
Class ImageServerMeasureResult

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

public class ImageServerMeasureResult
extends java.lang.Object
implements java.io.Serializable

Java class for ImageServerMeasureResult complex type.

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

 <complexType name="ImageServerMeasureResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="SensorName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Operation" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Measurement" type="{http://www.esri.com/schemas/ArcGIS/10.3}PropertySet"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ImageServerMeasureResult()
          ImageServerMeasureResult default constructor.
ImageServerMeasureResult(java.lang.String name, java.lang.String sensorName, java.lang.String operation, PropertySet measurement)
          Deprecated. 
 
Method Summary
 PropertySet getMeasurement()
          Gets the value of the measurement property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getOperation()
          Gets the value of the operation property.
 java.lang.String getSensorName()
          Gets the value of the sensorName property.
 void setMeasurement(PropertySet value)
          Sets the value of the measurement property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setOperation(java.lang.String value)
          Sets the value of the operation property.
 void setSensorName(java.lang.String value)
          Sets the value of the sensorName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageServerMeasureResult

@Deprecated
public ImageServerMeasureResult(java.lang.String name,
                                           java.lang.String sensorName,
                                           java.lang.String operation,
                                           PropertySet measurement)
Deprecated. 

ImageServerMeasureResult constructor.


ImageServerMeasureResult

public ImageServerMeasureResult()
ImageServerMeasureResult default constructor.

Method Detail

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getSensorName

public java.lang.String getSensorName()
Gets the value of the sensorName property.

Returns:
possible object is String

setSensorName

public void setSensorName(java.lang.String value)
Sets the value of the sensorName property.

Parameters:
value - allowed object is String

getOperation

public java.lang.String getOperation()
Gets the value of the operation property.

Returns:
possible object is String

setOperation

public void setOperation(java.lang.String value)
Sets the value of the operation property.

Parameters:
value - allowed object is String

getMeasurement

public PropertySet getMeasurement()
Gets the value of the measurement property.

Returns:
possible object is PropertySet

setMeasurement

public void setMeasurement(PropertySet value)
Sets the value of the measurement property.

Parameters:
value - allowed object is PropertySet