com.esri.arcgisws
Class NetWeightAssociation

java.lang.Object
  extended bycom.esri.arcgisws.NetWeightAssociation
All Implemented Interfaces:
java.io.Serializable

public class NetWeightAssociation
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
NetWeightAssociation()
           
NetWeightAssociation(int weightID, java.lang.String tableName, java.lang.String fieldName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getFieldName()
          Gets the fieldName value for this NetWeightAssociation.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getTableName()
          Gets the tableName value for this NetWeightAssociation.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int getWeightID()
          Gets the weightID value for this NetWeightAssociation.
 int hashCode()
           
 void setFieldName(java.lang.String fieldName)
          Sets the fieldName value for this NetWeightAssociation.
 void setTableName(java.lang.String tableName)
          Sets the tableName value for this NetWeightAssociation.
 void setWeightID(int weightID)
          Sets the weightID value for this NetWeightAssociation.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetWeightAssociation

public NetWeightAssociation()

NetWeightAssociation

public NetWeightAssociation(int weightID,
                            java.lang.String tableName,
                            java.lang.String fieldName)
Method Detail

getWeightID

public int getWeightID()
Gets the weightID value for this NetWeightAssociation.

Returns:
weightID

setWeightID

public void setWeightID(int weightID)
Sets the weightID value for this NetWeightAssociation.

Parameters:
weightID -

getTableName

public java.lang.String getTableName()
Gets the tableName value for this NetWeightAssociation.

Returns:
tableName

setTableName

public void setTableName(java.lang.String tableName)
Sets the tableName value for this NetWeightAssociation.

Parameters:
tableName -

getFieldName

public java.lang.String getFieldName()
Gets the fieldName value for this NetWeightAssociation.

Returns:
fieldName

setFieldName

public void setFieldName(java.lang.String fieldName)
Sets the fieldName value for this NetWeightAssociation.

Parameters:
fieldName -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer