com.esri.arcgisws
Class RasterFunctionInfo

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

public class RasterFunctionInfo
extends java.lang.Object
implements java.io.Serializable

Java class for RasterFunctionInfo complex type.

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

 <complexType name="RasterFunctionInfo">
   <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"/>
         <element name="Help" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RasterFunctionInfo()
          RasterFunctionInfo default constructor.
RasterFunctionInfo(java.lang.String name, java.lang.String description, java.lang.String help)
          Deprecated. 
 
Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getHelp()
          Gets the value of the help property.
 java.lang.String getName()
          Gets the value of the name property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setHelp(java.lang.String value)
          Sets the value of the help property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RasterFunctionInfo

@Deprecated
public RasterFunctionInfo(java.lang.String name,
                                     java.lang.String description,
                                     java.lang.String help)
Deprecated. 

RasterFunctionInfo constructor.


RasterFunctionInfo

public RasterFunctionInfo()
RasterFunctionInfo 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

getHelp

public java.lang.String getHelp()
Gets the value of the help property.

Returns:
possible object is String

setHelp

public void setHelp(java.lang.String value)
Sets the value of the help property.

Parameters:
value - allowed object is String