com.esri.arcgisws
Class NAServerNetworkSource

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

public class NAServerNetworkSource
extends Object
implements Serializable

Java class for NAServerNetworkSource complex type.

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

 <complexType name="NAServerNetworkSource">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="SourceType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNetworkSourceType"/>
         <element name="ElementType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNetworkElementType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
NAServerNetworkSource()
          NAServerNetworkSource default constructor.
NAServerNetworkSource(String name, int id, EsriNetworkSourceType sourceType, EsriNetworkElementType elementType)
          Deprecated. 
 
Method Summary
 EsriNetworkElementType getElementType()
          Gets the value of the elementType property.
 int getID()
          Gets the value of the id property.
 String getName()
          Gets the value of the name property.
 EsriNetworkSourceType getSourceType()
          Gets the value of the sourceType property.
 void setElementType(EsriNetworkElementType value)
          Sets the value of the elementType property.
 void setID(int value)
          Sets the value of the id property.
 void setName(String value)
          Sets the value of the name property.
 void setSourceType(EsriNetworkSourceType value)
          Sets the value of the sourceType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NAServerNetworkSource

@Deprecated
public NAServerNetworkSource(String name,
                                        int id,
                                        EsriNetworkSourceType sourceType,
                                        EsriNetworkElementType elementType)
Deprecated. 

NAServerNetworkSource constructor.


NAServerNetworkSource

public NAServerNetworkSource()
NAServerNetworkSource default constructor.

Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getID

public int getID()
Gets the value of the id property.


setID

public void setID(int value)
Sets the value of the id property.


getSourceType

public EsriNetworkSourceType getSourceType()
Gets the value of the sourceType property.

Returns:
possible object is EsriNetworkSourceType

setSourceType

public void setSourceType(EsriNetworkSourceType value)
Sets the value of the sourceType property.

Parameters:
value - allowed object is EsriNetworkSourceType

getElementType

public EsriNetworkElementType getElementType()
Gets the value of the elementType property.

Returns:
possible object is EsriNetworkElementType

setElementType

public void setElementType(EsriNetworkElementType value)
Sets the value of the elementType property.

Parameters:
value - allowed object is EsriNetworkElementType