com.esri.arcgisws
Class GPString

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

public class GPString
extends GPValue
implements Serializable

Java class for GPString complex type.

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

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

See Also:
Serialized Form

Constructor Summary
GPString()
          GPString default constructor.
GPString(String value)
          Deprecated. 
 
Method Summary
 String getValue()
          Gets the value of the value 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

GPString

@Deprecated
public GPString(String value)
Deprecated. 

GPString constructor.


GPString

public GPString()
GPString default constructor.

Method Detail

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