com.esri.arcgisws
Class RasterFunctionVariable

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

public class RasterFunctionVariable
extends java.lang.Object
implements java.io.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.3}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(java.lang.String name, java.lang.String description, java.lang.Object value, java.lang.String[] aliases, java.lang.Boolean isDataset)
          Deprecated. 
 
Method Summary
 java.lang.String[] getAliases()
          Gets the value of the aliases property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.Boolean getIsDataset()
          Gets the value of the isDataset property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.Object getValue()
          Gets the value of the value property.
 java.lang.Boolean isIsDataset()
           
 void setAliases(java.lang.String[] value)
          Sets the value of the aliases property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setIsDataset(java.lang.Boolean value)
          Sets the value of the isDataset property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setValue(java.lang.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(java.lang.String name,
                                         java.lang.String description,
                                         java.lang.Object value,
                                         java.lang.String[] aliases,
                                         java.lang.Boolean isDataset)
Deprecated. 

RasterFunctionVariable constructor.


RasterFunctionVariable

public RasterFunctionVariable()
RasterFunctionVariable default constructor.

Method Detail

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getDescription

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

Returns:
possible object is String

setDescription

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

Parameters:
value - allowed object is String

getValue

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

Returns:
possible object is Object

setValue

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

Parameters:
value - allowed object is Object

getAliases

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

Returns:
possible object is []

setAliases

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

Parameters:
value - allowed object is []

getIsDataset

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

Returns:
possible object is Boolean

isIsDataset

public java.lang.Boolean isIsDataset()

setIsDataset

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

Parameters:
value - allowed object is Boolean