com.esri.arcgisws
Class Rule

java.lang.Object
  extended by com.esri.arcgisws.Rule
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConnectivityRule, RelationshipRule, TopologyRule

public abstract class Rule
extends Object
implements Serializable

Java class for Rule complex type.

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

 <complexType name="Rule">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="HelpString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RuleID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Category" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Rule()
          Rule default constructor.
Rule(String helpString, int ruleID, Integer category)
          Deprecated. 
 
Method Summary
 Integer getCategory()
          The name associated with the validation rule.
 String getHelpString()
          Gets the value of the helpString property.
 int getRuleID()
          Gets the value of the ruleID property.
 void setCategory(Integer value)
          The name associated with the validation rule.
 void setHelpString(String value)
          Sets the value of the helpString property.
 void setRuleID(int value)
          Sets the value of the ruleID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rule

@Deprecated
public Rule(String helpString,
                       int ruleID,
                       Integer category)
Deprecated. 

Rule constructor.


Rule

public Rule()
Rule default constructor.

Method Detail

getHelpString

public String getHelpString()
Gets the value of the helpString property.

Returns:
possible object is String

setHelpString

public void setHelpString(String value)
Sets the value of the helpString 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.


getCategory

public Integer getCategory()
The name associated with the validation rule. Gets the value of the category property.

Returns:
possible object is Integer

setCategory

public void setCategory(Integer value)
The name associated with the validation rule. Sets the value of the category property.

Parameters:
value - allowed object is Integer