|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.NetworkAssignment
public class NetworkAssignment
A container for associating a network evaluator with an attribute, a network element type or network source name, and an edge direction.
Java class for NetworkAssignment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetworkAssignment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IsDefault" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="NetworkAttributeName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="NetworkElementType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNetworkElementType" minOccurs="0"/>
<element name="NetworkSourceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NetworkEvaluatorCLSID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="NetworkEdgeDirection" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNetworkEdgeDirection"/>
<element name="NetworkEvaluatorData" type="{http://www.esri.com/schemas/ArcGIS/10.0}PropertySet"/>
</sequence>
</restriction>
</complexContent>
</complexType>
A container for associating a network evaluator with an attribute, a network element type or network source name, and an edge direction.
| Constructor Summary | |
|---|---|
NetworkAssignment()
NetworkAssignment default constructor. |
|
NetworkAssignment(boolean isDefault,
int id,
String networkAttributeName,
EsriNetworkElementType networkElementType,
String networkSourceName,
String networkEvaluatorCLSID,
EsriNetworkEdgeDirection networkEdgeDirection,
PropertySet networkEvaluatorData)
Deprecated. |
|
| Method Summary | |
|---|---|
int |
getID()
Gets the value of the id property. |
String |
getNetworkAttributeName()
The name of the network attribute associated with this network assignment. |
EsriNetworkEdgeDirection |
getNetworkEdgeDirection()
The edge direction of this network assignment. |
EsriNetworkElementType |
getNetworkElementType()
The network element type of the network assignment. |
String |
getNetworkEvaluatorCLSID()
The CLSID of the network evaluator associated with this network assignment. |
PropertySet |
getNetworkEvaluatorData()
The custom data of the network evaluator associated with this network assignment. |
String |
getNetworkSourceName()
The network source name of this network assignment. |
boolean |
isIsDefault()
Indicates if this network assignment is associated with a network element type. |
void |
setID(int value)
Sets the value of the id property. |
void |
setIsDefault(boolean value)
Indicates if this network assignment is associated with a network element type. |
void |
setNetworkAttributeName(String value)
The name of the network attribute associated with this network assignment. |
void |
setNetworkEdgeDirection(EsriNetworkEdgeDirection value)
The edge direction of this network assignment. |
void |
setNetworkElementType(EsriNetworkElementType value)
The network element type of the network assignment. |
void |
setNetworkEvaluatorCLSID(String value)
The CLSID of the network evaluator associated with this network assignment. |
void |
setNetworkEvaluatorData(PropertySet value)
The custom data of the network evaluator associated with this network assignment. |
void |
setNetworkSourceName(String value)
The network source name of this network assignment. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public NetworkAssignment(boolean isDefault,
int id,
String networkAttributeName,
EsriNetworkElementType networkElementType,
String networkSourceName,
String networkEvaluatorCLSID,
EsriNetworkEdgeDirection networkEdgeDirection,
PropertySet networkEvaluatorData)
public NetworkAssignment()
| Method Detail |
|---|
public boolean isIsDefault()
public void setIsDefault(boolean value)
public int getID()
public void setID(int value)
public String getNetworkAttributeName()
Stringpublic void setNetworkAttributeName(String value)
value - allowed object is
Stringpublic EsriNetworkElementType getNetworkElementType()
EsriNetworkElementTypepublic void setNetworkElementType(EsriNetworkElementType value)
value - allowed object is
EsriNetworkElementTypepublic String getNetworkSourceName()
Stringpublic void setNetworkSourceName(String value)
value - allowed object is
Stringpublic String getNetworkEvaluatorCLSID()
Stringpublic void setNetworkEvaluatorCLSID(String value)
value - allowed object is
Stringpublic EsriNetworkEdgeDirection getNetworkEdgeDirection()
EsriNetworkEdgeDirectionpublic void setNetworkEdgeDirection(EsriNetworkEdgeDirection value)
value - allowed object is
EsriNetworkEdgeDirectionpublic PropertySet getNetworkEvaluatorData()
PropertySetpublic void setNetworkEvaluatorData(PropertySet value)
value - allowed object is
PropertySet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||