com.esri.arcgisws
Class GPBoolean

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

public class GPBoolean
extends GPValue
implements Serializable

Java class for GPBoolean complex type.

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

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

See Also:
Serialized Form

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

GPBoolean

@Deprecated
public GPBoolean(boolean value)
Deprecated. 

GPBoolean constructor.


GPBoolean

public GPBoolean()
GPBoolean default constructor.

Method Detail

isValue

public boolean isValue()
Gets the value of the value property.


setValue

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