|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Rule
com.esri.arcgisws.TopologyRule
public class TopologyRule
ESRI Topology Rule Object.
Java class for TopologyRule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TopologyRule">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Rule">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="GUID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TopologyRuleType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriTopologyRuleType"/>
<element name="OriginClassID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="OriginSubtype" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="DestinationClassID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="DestinationSubtype" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="TriggerErrorEvents" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="AllOriginSubtypes" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="AllDestinationSubtypes" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
ESRI Topology Rule Object.
| Constructor Summary | |
|---|---|
TopologyRule()
TopologyRule default constructor. |
|
TopologyRule(String helpString,
int ruleID,
Integer category,
String name,
String guid,
EsriTopologyRuleType topologyRuleType,
int originClassID,
Integer originSubtype,
int destinationClassID,
Integer destinationSubtype,
boolean triggerErrorEvents,
boolean allOriginSubtypes,
boolean allDestinationSubtypes)
Deprecated. |
|
| Method Summary | |
|---|---|
int |
getDestinationClassID()
Destination ClassID of the topology rule. |
Integer |
getDestinationSubtype()
Destination subtype of the topology rule. |
String |
getGUID()
GUID of the topology rule. |
String |
getName()
Name of the topology rule. |
int |
getOriginClassID()
Origin ClassID of the topology rule. |
Integer |
getOriginSubtype()
Origin subtype of the topology rule. |
EsriTopologyRuleType |
getTopologyRuleType()
Topology rule type of the topology rule. |
boolean |
isAllDestinationSubtypes()
Indicates if all destination subtypes are specified for the topology rule. |
boolean |
isAllOriginSubtypes()
Indicates if all origin subtypes are specified for the topology rule. |
boolean |
isTriggerErrorEvents()
Indicates if error events are triggered for the topology rule. |
void |
setAllDestinationSubtypes(boolean value)
Indicates if all destination subtypes are specified for the topology rule. |
void |
setAllOriginSubtypes(boolean value)
Indicates if all origin subtypes are specified for the topology rule. |
void |
setDestinationClassID(int value)
Destination ClassID of the topology rule. |
void |
setDestinationSubtype(Integer value)
Destination subtype of the topology rule. |
void |
setGUID(String value)
GUID of the topology rule. |
void |
setName(String value)
Name of the topology rule. |
void |
setOriginClassID(int value)
Origin ClassID of the topology rule. |
void |
setOriginSubtype(Integer value)
Origin subtype of the topology rule. |
void |
setTopologyRuleType(EsriTopologyRuleType value)
Topology rule type of the topology rule. |
void |
setTriggerErrorEvents(boolean value)
Indicates if error events are triggered for the topology rule. |
| Methods inherited from class com.esri.arcgisws.Rule |
|---|
getCategory, getHelpString, getRuleID, setCategory, setHelpString, setRuleID |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public TopologyRule(String helpString,
int ruleID,
Integer category,
String name,
String guid,
EsriTopologyRuleType topologyRuleType,
int originClassID,
Integer originSubtype,
int destinationClassID,
Integer destinationSubtype,
boolean triggerErrorEvents,
boolean allOriginSubtypes,
boolean allDestinationSubtypes)
public TopologyRule()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getGUID()
Stringpublic void setGUID(String value)
value - allowed object is
Stringpublic EsriTopologyRuleType getTopologyRuleType()
EsriTopologyRuleTypepublic void setTopologyRuleType(EsriTopologyRuleType value)
value - allowed object is
EsriTopologyRuleTypepublic int getOriginClassID()
public void setOriginClassID(int value)
public Integer getOriginSubtype()
Integerpublic void setOriginSubtype(Integer value)
value - allowed object is
Integerpublic int getDestinationClassID()
public void setDestinationClassID(int value)
public Integer getDestinationSubtype()
Integerpublic void setDestinationSubtype(Integer value)
value - allowed object is
Integerpublic boolean isTriggerErrorEvents()
public void setTriggerErrorEvents(boolean value)
public boolean isAllOriginSubtypes()
public void setAllOriginSubtypes(boolean value)
public boolean isAllDestinationSubtypes()
public void setAllDestinationSubtypes(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||