com.esri.arcgisws
Class Rule

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

public abstract class Rule
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Rule()
           
Rule(java.lang.String helpString, int ruleID, java.lang.Integer category)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Integer getCategory()
          Gets the category value for this Rule.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getHelpString()
          Gets the helpString value for this Rule.
 int getRuleID()
          Gets the ruleID value for this Rule.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCategory(java.lang.Integer category)
          Sets the category value for this Rule.
 void setHelpString(java.lang.String helpString)
          Sets the helpString value for this Rule.
 void setRuleID(int ruleID)
          Sets the ruleID value for this Rule.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rule

public Rule()

Rule

public Rule(java.lang.String helpString,
            int ruleID,
            java.lang.Integer category)
Method Detail

getHelpString

public java.lang.String getHelpString()
Gets the helpString value for this Rule.

Returns:
helpString

setHelpString

public void setHelpString(java.lang.String helpString)
Sets the helpString value for this Rule.

Parameters:
helpString -

getRuleID

public int getRuleID()
Gets the ruleID value for this Rule.

Returns:
ruleID

setRuleID

public void setRuleID(int ruleID)
Sets the ruleID value for this Rule.

Parameters:
ruleID -

getCategory

public java.lang.Integer getCategory()
Gets the category value for this Rule.

Returns:
category

setCategory

public void setCategory(java.lang.Integer category)
Sets the category value for this Rule.

Parameters:
category -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer