|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.RepresentationRuleInfo
public class RepresentationRuleInfo
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>
| 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 |
|---|
@Deprecated
public RepresentationRuleInfo(String ruleName,
int ruleID,
RepresentationRule rule)
public RepresentationRuleInfo()
| Method Detail |
|---|
public String getRuleName()
Stringpublic void setRuleName(String value)
value - allowed object is
Stringpublic int getRuleID()
public void setRuleID(int value)
public RepresentationRule getRule()
RepresentationRulepublic void setRule(RepresentationRule value)
value - allowed object is
RepresentationRule
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||