|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Rule
public abstract class Rule
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>
| 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 |
|---|
@Deprecated
public Rule(String helpString,
int ruleID,
Integer category)
public Rule()
| Method Detail |
|---|
public String getHelpString()
Stringpublic void setHelpString(String value)
value - allowed object is
Stringpublic int getRuleID()
public void setRuleID(int value)
public Integer getCategory()
Integerpublic void setCategory(Integer value)
value - allowed object is
Integer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||