com.esri.arcgisws
Class NetWeightAssociation

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

public class NetWeightAssociation
extends Object
implements Serializable

A container for defining an association between a network weight and a field in a table.

Java class for NetWeightAssociation complex type.

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

 <complexType name="NetWeightAssociation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="WeightID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="TableName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="FieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
A container for defining an association between a network weight and a field in a table.

See Also:
Serialized Form

Constructor Summary
NetWeightAssociation()
          NetWeightAssociation default constructor.
NetWeightAssociation(int weightID, String tableName, String fieldName)
          Deprecated. 
 
Method Summary
 String getFieldName()
          Name of the field that contains the values for this weight.
 String getTableName()
          Name of the table to which this weight is associated.
 int getWeightID()
          Weight internal ID of the weight to which this table is associated.
 void setFieldName(String value)
          Name of the field that contains the values for this weight.
 void setTableName(String value)
          Name of the table to which this weight is associated.
 void setWeightID(int value)
          Weight internal ID of the weight to which this table is associated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetWeightAssociation

@Deprecated
public NetWeightAssociation(int weightID,
                                       String tableName,
                                       String fieldName)
Deprecated. 

NetWeightAssociation constructor.


NetWeightAssociation

public NetWeightAssociation()
NetWeightAssociation default constructor.

Method Detail

getWeightID

public int getWeightID()
Weight internal ID of the weight to which this table is associated. Gets the value of the weightID property.


setWeightID

public void setWeightID(int value)
Weight internal ID of the weight to which this table is associated. Sets the value of the weightID property.


getTableName

public String getTableName()
Name of the table to which this weight is associated. Gets the value of the tableName property.

Returns:
possible object is String

setTableName

public void setTableName(String value)
Name of the table to which this weight is associated. Sets the value of the tableName property.

Parameters:
value - allowed object is String

getFieldName

public String getFieldName()
Name of the field that contains the values for this weight. Gets the value of the fieldName property.

Returns:
possible object is String

setFieldName

public void setFieldName(String value)
Name of the field that contains the values for this weight. Sets the value of the fieldName property.

Parameters:
value - allowed object is String