| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.NetworkAttribute
public class NetworkAttribute
A container for describing a network dataset attribute.
Java class for NetworkAttribute complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="NetworkAttribute">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Units" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNetworkAttributeUnits2"/>
         <element name="DataType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNetworkAttributeDataType"/>
         <element name="UsageType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNetworkAttributeUsageType"/>
         <element name="UserData" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="UseByDefault" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="AttributeParameters" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfNetworkAttributeParameter"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
 A container for describing a network dataset attribute.
| Constructor Summary | |
|---|---|
| NetworkAttribute()NetworkAttribute default constructor. | |
| NetworkAttribute(int id,
                 String name,
                 EsriNetworkAttributeUnits2 units,
                 EsriNetworkAttributeDataType dataType,
                 EsriNetworkAttributeUsageType usageType,
                 Object userData,
                 boolean useByDefault,
                 NetworkAttributeParameter[] attributeParameters)Deprecated. | |
| Method Summary | |
|---|---|
|  NetworkAttributeParameter[] | getAttributeParameters()Gets the value of the attributeParameters property. | 
|  EsriNetworkAttributeDataType | getDataType()Type of data used in this network attribute. | 
|  int | getID()Unique identifier of this network attribute. | 
|  String | getName()Name of this network attribute. | 
|  EsriNetworkAttributeUnits2 | getUnits()Units of this network attribute. | 
|  EsriNetworkAttributeUsageType | getUsageType()Usage type of this network attribute. | 
|  Object | getUserData()Gets the value of the userData property. | 
|  boolean | isUseByDefault()Indicates if this network attribute is to be used by default. | 
|  void | setAttributeParameters(NetworkAttributeParameter[] value)Sets the value of the attributeParameters property. | 
|  void | setDataType(EsriNetworkAttributeDataType value)Type of data used in this network attribute. | 
|  void | setID(int value)Unique identifier of this network attribute. | 
|  void | setName(String value)Name of this network attribute. | 
|  void | setUnits(EsriNetworkAttributeUnits2 value)Units of this network attribute. | 
|  void | setUsageType(EsriNetworkAttributeUsageType value)Usage type of this network attribute. | 
|  void | setUseByDefault(boolean value)Indicates if this network attribute is to be used by default. | 
|  void | setUserData(Object value)Sets the value of the userData property. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
@Deprecated
public NetworkAttribute(int id,
                                   String name,
                                   EsriNetworkAttributeUnits2 units,
                                   EsriNetworkAttributeDataType dataType,
                                   EsriNetworkAttributeUsageType usageType,
                                   Object userData,
                                   boolean useByDefault,
                                   NetworkAttributeParameter[] attributeParameters)
public NetworkAttribute()
| Method Detail | 
|---|
public int getID()
public void setID(int value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
     Stringpublic EsriNetworkAttributeUnits2 getUnits()
EsriNetworkAttributeUnits2public void setUnits(EsriNetworkAttributeUnits2 value)
value - allowed object is
     EsriNetworkAttributeUnits2public EsriNetworkAttributeDataType getDataType()
EsriNetworkAttributeDataTypepublic void setDataType(EsriNetworkAttributeDataType value)
value - allowed object is
     EsriNetworkAttributeDataTypepublic EsriNetworkAttributeUsageType getUsageType()
EsriNetworkAttributeUsageTypepublic void setUsageType(EsriNetworkAttributeUsageType value)
value - allowed object is
     EsriNetworkAttributeUsageTypepublic Object getUserData()
Objectpublic void setUserData(Object value)
value - allowed object is
     Objectpublic boolean isUseByDefault()
public void setUseByDefault(boolean value)
public NetworkAttributeParameter[] getAttributeParameters()
[] public void setAttributeParameters(NetworkAttributeParameter[] value)
value - allowed object is
     [] | 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||