com.esri.arcgisws
Class RasterFunctionVariable

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

public class RasterFunctionVariable
extends Object
implements Serializable

Java class for RasterFunctionVariable complex type.

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

 <complexType name="RasterFunctionVariable">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="Aliases" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfString" minOccurs="0"/>
         <element name="IsDataset" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RasterFunctionVariable()
          RasterFunctionVariable default constructor.
RasterFunctionVariable(String name, String description, Object value, String[] aliases, Boolean isDataset)
          Deprecated. 
 
Method Summary
 String[] getAliases()
          Gets the value of the aliases property.
 String getDescription()
          Gets the value of the description property.
 Boolean getIsDataset()
          Gets the value of the isDataset property.
 String getName()
          Gets the value of the name property.
 Object getValue()
          Gets the value of the value property.
 Boolean isIsDataset()
           
 void setAliases(String[] value)
          Sets the value of the aliases property.
 void setDescription(String value)
          Sets the value of the description property.
 void setIsDataset(Boolean value)
          Sets the value of the isDataset property.
 void setName(String value)
          Sets the value of the name property.
 void setValue(Object 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

RasterFunctionVariable

@Deprecated
public RasterFunctionVariable(String name,
                                         String description,
                                         Object value,
                                         String[] aliases,
                                         Boolean isDataset)
Deprecated. 

RasterFunctionVariable constructor.


RasterFunctionVariable

public RasterFunctionVariable()
RasterFunctionVariable default constructor.

Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getValue

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

Returns:
possible object is Object

setValue

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

Parameters:
value - allowed object is Object

getAliases

public String[] getAliases()
Gets the value of the aliases property.

Returns:
possible object is []

setAliases

public void setAliases(String[] value)
Sets the value of the aliases property.

Parameters:
value - allowed object is []

getIsDataset

public Boolean getIsDataset()
Gets the value of the isDataset property.

Returns:
possible object is Boolean

isIsDataset

public Boolean isIsDataset()

setIsDataset

public void setIsDataset(Boolean value)
Sets the value of the isDataset property.

Parameters:
value - allowed object is Boolean