com.esri.arcgisws
Class RenderingRule

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

public class RenderingRule
extends Object
implements Serializable

Java class for RenderingRule complex type.

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

 <complexType name="RenderingRule">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Function" type="{http://www.esri.com/schemas/ArcGIS/10.0}RasterFunction" minOccurs="0"/>
         <element name="Arguments" type="{http://www.esri.com/schemas/ArcGIS/10.0}RasterFunctionArguments" minOccurs="0"/>
         <element name="VariableName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Renderer" type="{http://www.esri.com/schemas/ArcGIS/10.0}RasterRenderer" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RenderingRule()
          RenderingRule default constructor.
RenderingRule(String name, String description, RasterFunction function, RasterFunctionArguments arguments, String variableName, RasterRenderer renderer)
          Deprecated. 
 
Method Summary
 RasterFunctionArguments getArguments()
          Gets the value of the arguments property.
 String getDescription()
          Gets the value of the description property.
 RasterFunction getFunction()
          Gets the value of the function property.
 String getName()
          Gets the value of the name property.
 RasterRenderer getRenderer()
          Gets the value of the renderer property.
 String getVariableName()
          Gets the value of the variableName property.
 void setArguments(RasterFunctionArguments value)
          Sets the value of the arguments property.
 void setDescription(String value)
          Sets the value of the description property.
 void setFunction(RasterFunction value)
          Sets the value of the function property.
 void setName(String value)
          Sets the value of the name property.
 void setRenderer(RasterRenderer value)
          Sets the value of the renderer property.
 void setVariableName(String value)
          Sets the value of the variableName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderingRule

@Deprecated
public RenderingRule(String name,
                                String description,
                                RasterFunction function,
                                RasterFunctionArguments arguments,
                                String variableName,
                                RasterRenderer renderer)
Deprecated. 

RenderingRule constructor.


RenderingRule

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

getFunction

public RasterFunction getFunction()
Gets the value of the function property.

Returns:
possible object is RasterFunction

setFunction

public void setFunction(RasterFunction value)
Sets the value of the function property.

Parameters:
value - allowed object is RasterFunction

getArguments

public RasterFunctionArguments getArguments()
Gets the value of the arguments property.

Returns:
possible object is RasterFunctionArguments

setArguments

public void setArguments(RasterFunctionArguments value)
Sets the value of the arguments property.

Parameters:
value - allowed object is RasterFunctionArguments

getVariableName

public String getVariableName()
Gets the value of the variableName property.

Returns:
possible object is String

setVariableName

public void setVariableName(String value)
Sets the value of the variableName property.

Parameters:
value - allowed object is String

getRenderer

public RasterRenderer getRenderer()
Gets the value of the renderer property.

Returns:
possible object is RasterRenderer

setRenderer

public void setRenderer(RasterRenderer value)
Sets the value of the renderer property.

Parameters:
value - allowed object is RasterRenderer