com.esri.arcgisws
Class EdgeConnectivityRule

java.lang.Object
  extended bycom.esri.arcgisws.Rule
      extended bycom.esri.arcgisws.ConnectivityRule
          extended bycom.esri.arcgisws.EdgeConnectivityRule
All Implemented Interfaces:
java.io.Serializable

public class EdgeConnectivityRule
extends ConnectivityRule
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
EdgeConnectivityRule()
           
EdgeConnectivityRule(java.lang.String helpString, int ruleID, java.lang.Integer category, int fromClassID, int fromEdgeSubtypeCode, int toClassID, int toEdgeSubtypeCode, int defaultJunctionID, int defaultJunctionSubtypeCode, JunctionSubtype[] junctionSubtypes)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getDefaultJunctionID()
          Gets the defaultJunctionID value for this EdgeConnectivityRule.
 int getDefaultJunctionSubtypeCode()
          Gets the defaultJunctionSubtypeCode value for this EdgeConnectivityRule.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getFromClassID()
          Gets the fromClassID value for this EdgeConnectivityRule.
 int getFromEdgeSubtypeCode()
          Gets the fromEdgeSubtypeCode value for this EdgeConnectivityRule.
 JunctionSubtype[] getJunctionSubtypes()
          Gets the junctionSubtypes value for this EdgeConnectivityRule.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getToClassID()
          Gets the toClassID value for this EdgeConnectivityRule.
 int getToEdgeSubtypeCode()
          Gets the toEdgeSubtypeCode value for this EdgeConnectivityRule.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDefaultJunctionID(int defaultJunctionID)
          Sets the defaultJunctionID value for this EdgeConnectivityRule.
 void setDefaultJunctionSubtypeCode(int defaultJunctionSubtypeCode)
          Sets the defaultJunctionSubtypeCode value for this EdgeConnectivityRule.
 void setFromClassID(int fromClassID)
          Sets the fromClassID value for this EdgeConnectivityRule.
 void setFromEdgeSubtypeCode(int fromEdgeSubtypeCode)
          Sets the fromEdgeSubtypeCode value for this EdgeConnectivityRule.
 void setJunctionSubtypes(JunctionSubtype[] junctionSubtypes)
          Sets the junctionSubtypes value for this EdgeConnectivityRule.
 void setToClassID(int toClassID)
          Sets the toClassID value for this EdgeConnectivityRule.
 void setToEdgeSubtypeCode(int toEdgeSubtypeCode)
          Sets the toEdgeSubtypeCode value for this EdgeConnectivityRule.
 
Methods inherited from class com.esri.arcgisws.Rule
getCategory, getHelpString, getRuleID, setCategory, setHelpString, setRuleID
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeConnectivityRule

public EdgeConnectivityRule()

EdgeConnectivityRule

public EdgeConnectivityRule(java.lang.String helpString,
                            int ruleID,
                            java.lang.Integer category,
                            int fromClassID,
                            int fromEdgeSubtypeCode,
                            int toClassID,
                            int toEdgeSubtypeCode,
                            int defaultJunctionID,
                            int defaultJunctionSubtypeCode,
                            JunctionSubtype[] junctionSubtypes)
Method Detail

getFromClassID

public int getFromClassID()
Gets the fromClassID value for this EdgeConnectivityRule.

Returns:
fromClassID

setFromClassID

public void setFromClassID(int fromClassID)
Sets the fromClassID value for this EdgeConnectivityRule.

Parameters:
fromClassID -

getFromEdgeSubtypeCode

public int getFromEdgeSubtypeCode()
Gets the fromEdgeSubtypeCode value for this EdgeConnectivityRule.

Returns:
fromEdgeSubtypeCode

setFromEdgeSubtypeCode

public void setFromEdgeSubtypeCode(int fromEdgeSubtypeCode)
Sets the fromEdgeSubtypeCode value for this EdgeConnectivityRule.

Parameters:
fromEdgeSubtypeCode -

getToClassID

public int getToClassID()
Gets the toClassID value for this EdgeConnectivityRule.

Returns:
toClassID

setToClassID

public void setToClassID(int toClassID)
Sets the toClassID value for this EdgeConnectivityRule.

Parameters:
toClassID -

getToEdgeSubtypeCode

public int getToEdgeSubtypeCode()
Gets the toEdgeSubtypeCode value for this EdgeConnectivityRule.

Returns:
toEdgeSubtypeCode

setToEdgeSubtypeCode

public void setToEdgeSubtypeCode(int toEdgeSubtypeCode)
Sets the toEdgeSubtypeCode value for this EdgeConnectivityRule.

Parameters:
toEdgeSubtypeCode -

getDefaultJunctionID

public int getDefaultJunctionID()
Gets the defaultJunctionID value for this EdgeConnectivityRule.

Returns:
defaultJunctionID

setDefaultJunctionID

public void setDefaultJunctionID(int defaultJunctionID)
Sets the defaultJunctionID value for this EdgeConnectivityRule.

Parameters:
defaultJunctionID -

getDefaultJunctionSubtypeCode

public int getDefaultJunctionSubtypeCode()
Gets the defaultJunctionSubtypeCode value for this EdgeConnectivityRule.

Returns:
defaultJunctionSubtypeCode

setDefaultJunctionSubtypeCode

public void setDefaultJunctionSubtypeCode(int defaultJunctionSubtypeCode)
Sets the defaultJunctionSubtypeCode value for this EdgeConnectivityRule.

Parameters:
defaultJunctionSubtypeCode -

getJunctionSubtypes

public JunctionSubtype[] getJunctionSubtypes()
Gets the junctionSubtypes value for this EdgeConnectivityRule.

Returns:
junctionSubtypes

setJunctionSubtypes

public void setJunctionSubtypes(JunctionSubtype[] junctionSubtypes)
Sets the junctionSubtypes value for this EdgeConnectivityRule.

Parameters:
junctionSubtypes -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class ConnectivityRule

hashCode

public int hashCode()
Overrides:
hashCode in class ConnectivityRule

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