com.esri.arcgisws
Class NetworkAssignment

java.lang.Object
  extended bycom.esri.arcgisws.NetworkAssignment
All Implemented Interfaces:
java.io.Serializable

public class NetworkAssignment
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
NetworkAssignment()
           
NetworkAssignment(boolean isDefault, int ID, java.lang.String networkAttributeName, java.lang.String networkElementType, java.lang.String networkSourceName, java.lang.String networkEvaluatorCLSID, java.lang.String networkEdgeDirection, PropertySet networkEvaluatorData)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getID()
          Gets the ID value for this NetworkAssignment.
 java.lang.String getNetworkAttributeName()
          Gets the networkAttributeName value for this NetworkAssignment.
 java.lang.String getNetworkEdgeDirection()
          Gets the networkEdgeDirection value for this NetworkAssignment.
 java.lang.String getNetworkElementType()
          Gets the networkElementType value for this NetworkAssignment.
 java.lang.String getNetworkEvaluatorCLSID()
          Gets the networkEvaluatorCLSID value for this NetworkAssignment.
 PropertySet getNetworkEvaluatorData()
          Gets the networkEvaluatorData value for this NetworkAssignment.
 java.lang.String getNetworkSourceName()
          Gets the networkSourceName value for this NetworkAssignment.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isIsDefault()
          Gets the isDefault value for this NetworkAssignment.
 void setID(int ID)
          Sets the ID value for this NetworkAssignment.
 void setIsDefault(boolean isDefault)
          Sets the isDefault value for this NetworkAssignment.
 void setNetworkAttributeName(java.lang.String networkAttributeName)
          Sets the networkAttributeName value for this NetworkAssignment.
 void setNetworkEdgeDirection(java.lang.String networkEdgeDirection)
          Sets the networkEdgeDirection value for this NetworkAssignment.
 void setNetworkElementType(java.lang.String networkElementType)
          Sets the networkElementType value for this NetworkAssignment.
 void setNetworkEvaluatorCLSID(java.lang.String networkEvaluatorCLSID)
          Sets the networkEvaluatorCLSID value for this NetworkAssignment.
 void setNetworkEvaluatorData(PropertySet networkEvaluatorData)
          Sets the networkEvaluatorData value for this NetworkAssignment.
 void setNetworkSourceName(java.lang.String networkSourceName)
          Sets the networkSourceName value for this NetworkAssignment.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkAssignment

public NetworkAssignment()

NetworkAssignment

public NetworkAssignment(boolean isDefault,
                         int ID,
                         java.lang.String networkAttributeName,
                         java.lang.String networkElementType,
                         java.lang.String networkSourceName,
                         java.lang.String networkEvaluatorCLSID,
                         java.lang.String networkEdgeDirection,
                         PropertySet networkEvaluatorData)
Method Detail

isIsDefault

public boolean isIsDefault()
Gets the isDefault value for this NetworkAssignment.

Returns:
isDefault

setIsDefault

public void setIsDefault(boolean isDefault)
Sets the isDefault value for this NetworkAssignment.

Parameters:
isDefault -

getID

public int getID()
Gets the ID value for this NetworkAssignment.

Returns:
ID

setID

public void setID(int ID)
Sets the ID value for this NetworkAssignment.

Parameters:
ID -

getNetworkAttributeName

public java.lang.String getNetworkAttributeName()
Gets the networkAttributeName value for this NetworkAssignment.

Returns:
networkAttributeName

setNetworkAttributeName

public void setNetworkAttributeName(java.lang.String networkAttributeName)
Sets the networkAttributeName value for this NetworkAssignment.

Parameters:
networkAttributeName -

getNetworkElementType

public java.lang.String getNetworkElementType()
Gets the networkElementType value for this NetworkAssignment.

Returns:
networkElementType

setNetworkElementType

public void setNetworkElementType(java.lang.String networkElementType)
Sets the networkElementType value for this NetworkAssignment.

Parameters:
networkElementType -

getNetworkSourceName

public java.lang.String getNetworkSourceName()
Gets the networkSourceName value for this NetworkAssignment.

Returns:
networkSourceName

setNetworkSourceName

public void setNetworkSourceName(java.lang.String networkSourceName)
Sets the networkSourceName value for this NetworkAssignment.

Parameters:
networkSourceName -

getNetworkEvaluatorCLSID

public java.lang.String getNetworkEvaluatorCLSID()
Gets the networkEvaluatorCLSID value for this NetworkAssignment.

Returns:
networkEvaluatorCLSID

setNetworkEvaluatorCLSID

public void setNetworkEvaluatorCLSID(java.lang.String networkEvaluatorCLSID)
Sets the networkEvaluatorCLSID value for this NetworkAssignment.

Parameters:
networkEvaluatorCLSID -

getNetworkEdgeDirection

public java.lang.String getNetworkEdgeDirection()
Gets the networkEdgeDirection value for this NetworkAssignment.

Returns:
networkEdgeDirection

setNetworkEdgeDirection

public void setNetworkEdgeDirection(java.lang.String networkEdgeDirection)
Sets the networkEdgeDirection value for this NetworkAssignment.

Parameters:
networkEdgeDirection -

getNetworkEvaluatorData

public PropertySet getNetworkEvaluatorData()
Gets the networkEvaluatorData value for this NetworkAssignment.

Returns:
networkEvaluatorData

setNetworkEvaluatorData

public void setNetworkEvaluatorData(PropertySet networkEvaluatorData)
Sets the networkEvaluatorData value for this NetworkAssignment.

Parameters:
networkEvaluatorData -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

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