com.esri.arcgisws
Class GPLong

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

public class GPLong
extends GPValue
implements Serializable

Java class for GPLong complex type.

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

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

See Also:
Serialized Form

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

GPLong

@Deprecated
public GPLong(int value)
Deprecated. 

GPLong constructor.


GPLong

public GPLong()
GPLong default constructor.

Method Detail

getValue

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


setValue

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