com.esri.arcgisws
Class EdgeConnectivityRule

java.lang.Object
  extended by com.esri.arcgisws.Rule
      extended by com.esri.arcgisws.ConnectivityRule
          extended by com.esri.arcgisws.EdgeConnectivityRule
All Implemented Interfaces:
Serializable

public class EdgeConnectivityRule
extends ConnectivityRule
implements Serializable

ESRI Edge-Edge NetworkConnectivity rule object.

Java class for EdgeConnectivityRule complex type.

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

 <complexType name="EdgeConnectivityRule">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}ConnectivityRule">
       <sequence>
         <element name="FromClassID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="FromEdgeSubtypeCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="ToClassID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="ToEdgeSubtypeCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="DefaultJunctionID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="DefaultJunctionSubtypeCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="JunctionSubtypes" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfJunctionSubtype"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
ESRI Edge-Edge NetworkConnectivity rule object.

See Also:
Serialized Form

Constructor Summary
EdgeConnectivityRule()
          EdgeConnectivityRule default constructor.
EdgeConnectivityRule(String helpString, int ruleID, Integer category, int fromClassID, int fromEdgeSubtypeCode, int toClassID, int toEdgeSubtypeCode, int defaultJunctionID, int defaultJunctionSubtypeCode, JunctionSubtype[] junctionSubtypes)
          Deprecated. 
 
Method Summary
 int getDefaultJunctionID()
          Gets the value of the defaultJunctionID property.
 int getDefaultJunctionSubtypeCode()
          The subtype value of the default junction feature class.
 int getFromClassID()
          Gets the value of the fromClassID property.
 int getFromEdgeSubtypeCode()
          The subtype value of the source NetworkEdge feature class.
 JunctionSubtype[] getJunctionSubtypes()
          Gets the value of the junctionSubtypes property.
 int getToClassID()
          Gets the value of the toClassID property.
 int getToEdgeSubtypeCode()
          The subtype value of the target NetworkEdge feature class.
 void setDefaultJunctionID(int value)
          Sets the value of the defaultJunctionID property.
 void setDefaultJunctionSubtypeCode(int value)
          The subtype value of the default junction feature class.
 void setFromClassID(int value)
          Sets the value of the fromClassID property.
 void setFromEdgeSubtypeCode(int value)
          The subtype value of the source NetworkEdge feature class.
 void setJunctionSubtypes(JunctionSubtype[] value)
          Sets the value of the junctionSubtypes property.
 void setToClassID(int value)
          Sets the value of the toClassID property.
 void setToEdgeSubtypeCode(int value)
          The subtype value of the target NetworkEdge feature class.
 
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

EdgeConnectivityRule

@Deprecated
public EdgeConnectivityRule(String helpString,
                                       int ruleID,
                                       Integer category,
                                       int fromClassID,
                                       int fromEdgeSubtypeCode,
                                       int toClassID,
                                       int toEdgeSubtypeCode,
                                       int defaultJunctionID,
                                       int defaultJunctionSubtypeCode,
                                       JunctionSubtype[] junctionSubtypes)
Deprecated. 

EdgeConnectivityRule constructor.


EdgeConnectivityRule

public EdgeConnectivityRule()
EdgeConnectivityRule default constructor.

Method Detail

getFromClassID

public int getFromClassID()
Gets the value of the fromClassID property.


setFromClassID

public void setFromClassID(int value)
Sets the value of the fromClassID property.


getFromEdgeSubtypeCode

public int getFromEdgeSubtypeCode()
The subtype value of the source NetworkEdge feature class. Gets the value of the fromEdgeSubtypeCode property.


setFromEdgeSubtypeCode

public void setFromEdgeSubtypeCode(int value)
The subtype value of the source NetworkEdge feature class. Sets the value of the fromEdgeSubtypeCode property.


getToClassID

public int getToClassID()
Gets the value of the toClassID property.


setToClassID

public void setToClassID(int value)
Sets the value of the toClassID property.


getToEdgeSubtypeCode

public int getToEdgeSubtypeCode()
The subtype value of the target NetworkEdge feature class. Gets the value of the toEdgeSubtypeCode property.


setToEdgeSubtypeCode

public void setToEdgeSubtypeCode(int value)
The subtype value of the target NetworkEdge feature class. Sets the value of the toEdgeSubtypeCode property.


getDefaultJunctionID

public int getDefaultJunctionID()
Gets the value of the defaultJunctionID property.


setDefaultJunctionID

public void setDefaultJunctionID(int value)
Sets the value of the defaultJunctionID property.


getDefaultJunctionSubtypeCode

public int getDefaultJunctionSubtypeCode()
The subtype value of the default junction feature class. Gets the value of the defaultJunctionSubtypeCode property.


setDefaultJunctionSubtypeCode

public void setDefaultJunctionSubtypeCode(int value)
The subtype value of the default junction feature class. Sets the value of the defaultJunctionSubtypeCode property.


getJunctionSubtypes

public JunctionSubtype[] getJunctionSubtypes()
Gets the value of the junctionSubtypes property.

Returns:
possible object is []

setJunctionSubtypes

public void setJunctionSubtypes(JunctionSubtype[] value)
Sets the value of the junctionSubtypes property.

Parameters:
value - allowed object is []