com.esri.arcgisws
Class NetworkSource

java.lang.Object
  extended bycom.esri.arcgisws.NetworkSource
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EdgeFeatureSource, JunctionFeatureSource, SystemJunctionSource, TurnFeatureSource

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

See Also:
Serialized Form

Constructor Summary
NetworkSource()
           
NetworkSource(int ID, int classID, java.lang.String name, EsriNetworkElementType elementType, PropertySet properties, NetworkSourceDirections networkSourceDirections)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getClassID()
          Gets the classID value for this NetworkSource.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 EsriNetworkElementType getElementType()
          Gets the elementType value for this NetworkSource.
 int getID()
          Gets the ID value for this NetworkSource.
 java.lang.String getName()
          Gets the name value for this NetworkSource.
 NetworkSourceDirections getNetworkSourceDirections()
          Gets the networkSourceDirections value for this NetworkSource.
 PropertySet getProperties()
          Gets the properties value for this NetworkSource.
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()
           
 void setClassID(int classID)
          Sets the classID value for this NetworkSource.
 void setElementType(EsriNetworkElementType elementType)
          Sets the elementType value for this NetworkSource.
 void setID(int ID)
          Sets the ID value for this NetworkSource.
 void setName(java.lang.String name)
          Sets the name value for this NetworkSource.
 void setNetworkSourceDirections(NetworkSourceDirections networkSourceDirections)
          Sets the networkSourceDirections value for this NetworkSource.
 void setProperties(PropertySet properties)
          Sets the properties value for this NetworkSource.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkSource

public NetworkSource()

NetworkSource

public NetworkSource(int ID,
                     int classID,
                     java.lang.String name,
                     EsriNetworkElementType elementType,
                     PropertySet properties,
                     NetworkSourceDirections networkSourceDirections)
Method Detail

getID

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

Returns:
ID

setID

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

Parameters:
ID -

getClassID

public int getClassID()
Gets the classID value for this NetworkSource.

Returns:
classID

setClassID

public void setClassID(int classID)
Sets the classID value for this NetworkSource.

Parameters:
classID -

getName

public java.lang.String getName()
Gets the name value for this NetworkSource.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this NetworkSource.

Parameters:
name -

getElementType

public EsriNetworkElementType getElementType()
Gets the elementType value for this NetworkSource.

Returns:
elementType

setElementType

public void setElementType(EsriNetworkElementType elementType)
Sets the elementType value for this NetworkSource.

Parameters:
elementType -

getProperties

public PropertySet getProperties()
Gets the properties value for this NetworkSource.

Returns:
properties

setProperties

public void setProperties(PropertySet properties)
Sets the properties value for this NetworkSource.

Parameters:
properties -

getNetworkSourceDirections

public NetworkSourceDirections getNetworkSourceDirections()
Gets the networkSourceDirections value for this NetworkSource.

Returns:
networkSourceDirections

setNetworkSourceDirections

public void setNetworkSourceDirections(NetworkSourceDirections networkSourceDirections)
Sets the networkSourceDirections value for this NetworkSource.

Parameters:
networkSourceDirections -

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