|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.NetworkSource
public class NetworkSource
A container for describing a network dataset source.
Java class for NetworkSource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetworkSource">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ClassID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ElementType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNetworkElementType"/>
<element name="Properties" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet" minOccurs="0"/>
<element name="NetworkSourceDirections" type="{http://www.esri.com/schemas/ArcGIS/10.0}NetworkSourceDirections" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
A container for describing a network dataset source.
| Constructor Summary | |
|---|---|
NetworkSource()
NetworkSource default constructor. |
|
NetworkSource(int id,
int classID,
String name,
EsriNetworkElementType elementType,
PropertySet properties,
NetworkSourceDirections networkSourceDirections)
Deprecated. |
|
| Method Summary | |
|---|---|
int |
getClassID()
Gets the value of the classID property. |
EsriNetworkElementType |
getElementType()
Network element type of this network source. |
int |
getID()
Unique identifier of this network source. |
String |
getName()
Name of the class associated with this network source. |
NetworkSourceDirections |
getNetworkSourceDirections()
The driving directions settings for this network source. |
PropertySet |
getProperties()
Property set of this network source. |
void |
setClassID(int value)
Sets the value of the classID property. |
void |
setElementType(EsriNetworkElementType value)
Network element type of this network source. |
void |
setID(int value)
Unique identifier of this network source. |
void |
setName(String value)
Name of the class associated with this network source. |
void |
setNetworkSourceDirections(NetworkSourceDirections value)
The driving directions settings for this network source. |
void |
setProperties(PropertySet value)
Property set of this network source. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public NetworkSource(int id,
int classID,
String name,
EsriNetworkElementType elementType,
PropertySet properties,
NetworkSourceDirections networkSourceDirections)
public NetworkSource()
| Method Detail |
|---|
public int getID()
public void setID(int value)
public int getClassID()
public void setClassID(int value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic EsriNetworkElementType getElementType()
EsriNetworkElementTypepublic void setElementType(EsriNetworkElementType value)
value - allowed object is
EsriNetworkElementTypepublic PropertySet getProperties()
PropertySetpublic void setProperties(PropertySet value)
value - allowed object is
PropertySetpublic NetworkSourceDirections getNetworkSourceDirections()
NetworkSourceDirectionspublic void setNetworkSourceDirections(NetworkSourceDirections value)
value - allowed object is
NetworkSourceDirections
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||