com.esri.arcgisws
Class GPDouble

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

public class GPDouble
extends GPValue
implements Serializable

Java class for GPDouble complex type.

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

 <complexType name="GPDouble">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}GPValue">
       <sequence>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GPDouble()
          GPDouble default constructor.
GPDouble(double value)
          Deprecated. 
 
Method Summary
 double getValue()
          Gets the value of the value property.
 void setValue(double 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

GPDouble

@Deprecated
public GPDouble(double value)
Deprecated. 

GPDouble constructor.


GPDouble

public GPDouble()
GPDouble default constructor.

Method Detail

getValue

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


setValue

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