|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.GPValue
com.esri.arcgisws.GPLong
public class GPLong
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>
| 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 |
|---|
@Deprecated public GPLong(int value)
public GPLong()
| Method Detail |
|---|
public int getValue()
public void setValue(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||