com.esri.arcgisws
Class NetworkDirections

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

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

See Also:
Serialized Form

Constructor Summary
NetworkDirections()
           
NetworkDirections(EsriNetworkAttributeUnits defaultOutputLengthUnits, java.lang.String lengthAttributeName, java.lang.String timeAttributeName, java.lang.String roadClassAttributeName, java.lang.String signpostFeatureClassName, java.lang.String signpostStreetsTableName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 EsriNetworkAttributeUnits getDefaultOutputLengthUnits()
          Gets the defaultOutputLengthUnits value for this NetworkDirections.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getLengthAttributeName()
          Gets the lengthAttributeName value for this NetworkDirections.
 java.lang.String getRoadClassAttributeName()
          Gets the roadClassAttributeName value for this NetworkDirections.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSignpostFeatureClassName()
          Gets the signpostFeatureClassName value for this NetworkDirections.
 java.lang.String getSignpostStreetsTableName()
          Gets the signpostStreetsTableName value for this NetworkDirections.
 java.lang.String getTimeAttributeName()
          Gets the timeAttributeName value for this NetworkDirections.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDefaultOutputLengthUnits(EsriNetworkAttributeUnits defaultOutputLengthUnits)
          Sets the defaultOutputLengthUnits value for this NetworkDirections.
 void setLengthAttributeName(java.lang.String lengthAttributeName)
          Sets the lengthAttributeName value for this NetworkDirections.
 void setRoadClassAttributeName(java.lang.String roadClassAttributeName)
          Sets the roadClassAttributeName value for this NetworkDirections.
 void setSignpostFeatureClassName(java.lang.String signpostFeatureClassName)
          Sets the signpostFeatureClassName value for this NetworkDirections.
 void setSignpostStreetsTableName(java.lang.String signpostStreetsTableName)
          Sets the signpostStreetsTableName value for this NetworkDirections.
 void setTimeAttributeName(java.lang.String timeAttributeName)
          Sets the timeAttributeName value for this NetworkDirections.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkDirections

public NetworkDirections()

NetworkDirections

public NetworkDirections(EsriNetworkAttributeUnits defaultOutputLengthUnits,
                         java.lang.String lengthAttributeName,
                         java.lang.String timeAttributeName,
                         java.lang.String roadClassAttributeName,
                         java.lang.String signpostFeatureClassName,
                         java.lang.String signpostStreetsTableName)
Method Detail

getDefaultOutputLengthUnits

public EsriNetworkAttributeUnits getDefaultOutputLengthUnits()
Gets the defaultOutputLengthUnits value for this NetworkDirections.

Returns:
defaultOutputLengthUnits

setDefaultOutputLengthUnits

public void setDefaultOutputLengthUnits(EsriNetworkAttributeUnits defaultOutputLengthUnits)
Sets the defaultOutputLengthUnits value for this NetworkDirections.

Parameters:
defaultOutputLengthUnits -

getLengthAttributeName

public java.lang.String getLengthAttributeName()
Gets the lengthAttributeName value for this NetworkDirections.

Returns:
lengthAttributeName

setLengthAttributeName

public void setLengthAttributeName(java.lang.String lengthAttributeName)
Sets the lengthAttributeName value for this NetworkDirections.

Parameters:
lengthAttributeName -

getTimeAttributeName

public java.lang.String getTimeAttributeName()
Gets the timeAttributeName value for this NetworkDirections.

Returns:
timeAttributeName

setTimeAttributeName

public void setTimeAttributeName(java.lang.String timeAttributeName)
Sets the timeAttributeName value for this NetworkDirections.

Parameters:
timeAttributeName -

getRoadClassAttributeName

public java.lang.String getRoadClassAttributeName()
Gets the roadClassAttributeName value for this NetworkDirections.

Returns:
roadClassAttributeName

setRoadClassAttributeName

public void setRoadClassAttributeName(java.lang.String roadClassAttributeName)
Sets the roadClassAttributeName value for this NetworkDirections.

Parameters:
roadClassAttributeName -

getSignpostFeatureClassName

public java.lang.String getSignpostFeatureClassName()
Gets the signpostFeatureClassName value for this NetworkDirections.

Returns:
signpostFeatureClassName

setSignpostFeatureClassName

public void setSignpostFeatureClassName(java.lang.String signpostFeatureClassName)
Sets the signpostFeatureClassName value for this NetworkDirections.

Parameters:
signpostFeatureClassName -

getSignpostStreetsTableName

public java.lang.String getSignpostStreetsTableName()
Gets the signpostStreetsTableName value for this NetworkDirections.

Returns:
signpostStreetsTableName

setSignpostStreetsTableName

public void setSignpostStreetsTableName(java.lang.String signpostStreetsTableName)
Sets the signpostStreetsTableName value for this NetworkDirections.

Parameters:
signpostStreetsTableName -

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