com.esri.arcgisws
Class NetworkDatasetMembership

java.lang.Object
  extended by com.esri.arcgisws.ControllerMembership
      extended by com.esri.arcgisws.NetworkDatasetMembership
All Implemented Interfaces:
Serializable

public class NetworkDatasetMembership
extends ControllerMembership
implements Serializable

The Network Dataset Membership object.

Java class for NetworkDatasetMembership complex type.

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

 <complexType name="NetworkDatasetMembership">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}ControllerMembership">
       <sequence>
         <element name="NetworkDatasetName" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
The Network Dataset Membership object.

See Also:
Serialized Form

Constructor Summary
NetworkDatasetMembership()
          NetworkDatasetMembership default constructor.
NetworkDatasetMembership(String networkDatasetName)
          Deprecated. 
 
Method Summary
 String getNetworkDatasetName()
          The name of the network dataset this feature class participates in.
 void setNetworkDatasetName(String value)
          Sets the value of the networkDatasetName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkDatasetMembership

@Deprecated
public NetworkDatasetMembership(String networkDatasetName)
Deprecated. 

NetworkDatasetMembership constructor.


NetworkDatasetMembership

public NetworkDatasetMembership()
NetworkDatasetMembership default constructor.

Method Detail

getNetworkDatasetName

public String getNetworkDatasetName()
The name of the network dataset this feature class participates in. Gets the value of the networkDatasetName property.

Returns:
possible object is String

setNetworkDatasetName

public void setNetworkDatasetName(String value)
Sets the value of the networkDatasetName property.

Parameters:
value - allowed object is String