com.esri.arcgisws
Class RepresentationRuleInfo

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

public class RepresentationRuleInfo
extends Object
implements Serializable

Java class for RepresentationRuleInfo complex type.

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

 <complexType name="RepresentationRuleInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RuleName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="RuleID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Rule" type="{http://www.esri.com/schemas/ArcGIS/10.0}RepresentationRule"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
RepresentationRuleInfo()
          RepresentationRuleInfo default constructor.
RepresentationRuleInfo(String ruleName, int ruleID, RepresentationRule rule)
          Deprecated. 
 
Method Summary
 RepresentationRule getRule()
          Gets the value of the rule property.
 int getRuleID()
          Gets the value of the ruleID property.
 String getRuleName()
          Gets the value of the ruleName property.
 void setRule(RepresentationRule value)
          Sets the value of the rule property.
 void setRuleID(int value)
          Sets the value of the ruleID property.
 void setRuleName(String value)
          Sets the value of the ruleName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepresentationRuleInfo

@Deprecated
public RepresentationRuleInfo(String ruleName,
                                         int ruleID,
                                         RepresentationRule rule)
Deprecated. 

RepresentationRuleInfo constructor.


RepresentationRuleInfo

public RepresentationRuleInfo()
RepresentationRuleInfo default constructor.

Method Detail

getRuleName

public String getRuleName()
Gets the value of the ruleName property.

Returns:
possible object is String

setRuleName

public void setRuleName(String value)
Sets the value of the ruleName property.

Parameters:
value - allowed object is String

getRuleID

public int getRuleID()
Gets the value of the ruleID property.


setRuleID

public void setRuleID(int value)
Sets the value of the ruleID property.


getRule

public RepresentationRule getRule()
Gets the value of the rule property.

Returns:
possible object is RepresentationRule

setRule

public void setRule(RepresentationRule value)
Sets the value of the rule property.

Parameters:
value - allowed object is RepresentationRule